2024-04-12T15:50:11.315 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-12T15:50:11.315 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654149 --owner scheduled_rzarzynski@teuthology --verbose --description rados/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} --name rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi -- /home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654149/orig.config.yaml 2024-04-12T15:50:11.347 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-12T15:50:11.423 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654149 branch: wip-yuri10-testing-2024-03-24-1159 description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} email: null first_in_suite: false job_id: '7654149' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri10-testing-2024-03-24-1159 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 - mons down - mon down - out of quorum sha1: bf9c5618cc018927fa77780d25b6deb1f5dc254d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: bf9c5618cc018927fa77780d25b6deb1f5dc254d selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri10-testing-2024-03-24-1159 sha1: bf9c5618cc018927fa77780d25b6deb1f5dc254d owner: scheduled_rzarzynski@teuthology priority: 85 repo: https://git.ceph.com/ceph-ci.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: 8148 sha1: bf9c5618cc018927fa77780d25b6deb1f5dc254d sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri10-testing-2024-03-24-1159 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_bf9c5618cc018927fa77780d25b6deb1f5dc254d/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: bf9c5618cc018927fa77780d25b6deb1f5dc254d targets: smithi037.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDXf9d+rvncjGkG8VGX/OFpPCh2ZLSx09gfOIz6EsfG4jjbVQxRRSO9BBF5WoK7n8kJITihcSkddmUZ4NqiWaog= smithi040.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPv54qSwciqpHnXQJak9YPgkS3l5mDy2cEBZQAEAlo+WvG8pd4eaj1+R97Z92SjG+6zuBkWQUsT8OHh5aAOWYhA= smithi133.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOOxfV/JzpTgHmao2fADq27v1eUVX+2ZML5lZ4Hprr3rci9z6c87v09S5sAknb0AlM4QDpK3+W10vXf5gXAnjr8= 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-12_15:15:07 tube: smithi user: rzarzynski verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-12T15:50:11.423 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_bf9c5618cc018927fa77780d25b6deb1f5dc254d/qa; will attempt to use it 2024-04-12T15:50:11.424 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_bf9c5618cc018927fa77780d25b6deb1f5dc254d/qa/tasks 2024-04-12T15:50:11.424 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-12T15:50:11.425 INFO:teuthology.task.internal:Checking packages... 2024-04-12T15:50:11.450 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'bf9c5618cc018927fa77780d25b6deb1f5dc254d' 2024-04-12T15:50:11.451 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-12T15:50:11.451 INFO:teuthology.packaging:ref: None 2024-04-12T15:50:11.451 INFO:teuthology.packaging:tag: None 2024-04-12T15:50:11.451 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-03-24-1159 2024-04-12T15:50:11.451 INFO:teuthology.packaging:sha1: bf9c5618cc018927fa77780d25b6deb1f5dc254d 2024-04-12T15:50:11.451 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuri10-testing-2024-03-24-1159 2024-04-12T15:50:11.594 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2847.gbf9c5618 2024-04-12T15:50:11.595 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-12T15:50:11.602 INFO:teuthology.task.internal:no buildpackages task found 2024-04-12T15:50:11.602 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-12T15:50:11.614 INFO:teuthology.task.internal:Saving configuration 2024-04-12T15:50:11.628 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-12T15:50:11.635 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-12T15:50:11.660 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi037.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654149', '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-12 15:45:08.662738', 'locked_by': 'scheduled_rzarzynski@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDXf9d+rvncjGkG8VGX/OFpPCh2ZLSx09gfOIz6EsfG4jjbVQxRRSO9BBF5WoK7n8kJITihcSkddmUZ4NqiWaog='} 2024-04-12T15:50:11.682 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi040.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654149', '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-12 15:45:08.664665', 'locked_by': 'scheduled_rzarzynski@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPv54qSwciqpHnXQJak9YPgkS3l5mDy2cEBZQAEAlo+WvG8pd4eaj1+R97Z92SjG+6zuBkWQUsT8OHh5aAOWYhA='} 2024-04-12T15:50:11.710 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654149', '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-12 15:45:08.668705', 'locked_by': 'scheduled_rzarzynski@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOOxfV/JzpTgHmao2fADq27v1eUVX+2ZML5lZ4Hprr3rci9z6c87v09S5sAknb0AlM4QDpK3+W10vXf5gXAnjr8='} 2024-04-12T15:50:11.710 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-12T15:50:11.718 INFO:teuthology.task.internal:roles: ubuntu@smithi037.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-04-12T15:50:11.718 INFO:teuthology.task.internal:roles: ubuntu@smithi040.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-04-12T15:50:11.718 INFO:teuthology.task.internal:roles: ubuntu@smithi133.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-04-12T15:50:11.718 INFO:teuthology.run_tasks:Running task console_log... 2024-04-12T15:50:11.863 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fcf5c340f70>, signals=[15]) 2024-04-12T15:50:11.863 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-12T15:50:11.870 INFO:teuthology.task.internal:Opening connections... 2024-04-12T15:50:11.870 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi037.front.sepia.ceph.com 2024-04-12T15:50:11.872 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T15:50:11.980 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi040.front.sepia.ceph.com 2024-04-12T15:50:11.981 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T15:50:12.088 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi133.front.sepia.ceph.com 2024-04-12T15:50:12.089 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T15:50:12.176 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-12T15:50:12.184 DEBUG:teuthology.orchestra.run.smithi037:> uname -m 2024-04-12T15:50:12.203 INFO:teuthology.orchestra.run.smithi037.stdout:x86_64 2024-04-12T15:50:12.203 DEBUG:teuthology.orchestra.run.smithi037:> cat /etc/os-release 2024-04-12T15:50:12.260 INFO:teuthology.orchestra.run.smithi037.stdout:NAME="CentOS Stream" 2024-04-12T15:50:12.261 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION="9" 2024-04-12T15:50:12.261 INFO:teuthology.orchestra.run.smithi037.stdout:ID="centos" 2024-04-12T15:50:12.261 INFO:teuthology.orchestra.run.smithi037.stdout:ID_LIKE="rhel fedora" 2024-04-12T15:50:12.261 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION_ID="9" 2024-04-12T15:50:12.261 INFO:teuthology.orchestra.run.smithi037.stdout:PLATFORM_ID="platform:el9" 2024-04-12T15:50:12.261 INFO:teuthology.orchestra.run.smithi037.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-12T15:50:12.261 INFO:teuthology.orchestra.run.smithi037.stdout:ANSI_COLOR="0;31" 2024-04-12T15:50:12.261 INFO:teuthology.orchestra.run.smithi037.stdout:LOGO="fedora-logo-icon" 2024-04-12T15:50:12.261 INFO:teuthology.orchestra.run.smithi037.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-12T15:50:12.261 INFO:teuthology.orchestra.run.smithi037.stdout:HOME_URL="https://centos.org/" 2024-04-12T15:50:12.261 INFO:teuthology.orchestra.run.smithi037.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-12T15:50:12.261 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-12T15:50:12.261 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-12T15:50:12.262 INFO:teuthology.lock.ops:Updating smithi037.front.sepia.ceph.com on lock server 2024-04-12T15:50:12.283 DEBUG:teuthology.orchestra.run.smithi040:> uname -m 2024-04-12T15:50:12.302 INFO:teuthology.orchestra.run.smithi040.stdout:x86_64 2024-04-12T15:50:12.302 DEBUG:teuthology.orchestra.run.smithi040:> cat /etc/os-release 2024-04-12T15:50:12.359 INFO:teuthology.orchestra.run.smithi040.stdout:NAME="CentOS Stream" 2024-04-12T15:50:12.359 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION="9" 2024-04-12T15:50:12.359 INFO:teuthology.orchestra.run.smithi040.stdout:ID="centos" 2024-04-12T15:50:12.359 INFO:teuthology.orchestra.run.smithi040.stdout:ID_LIKE="rhel fedora" 2024-04-12T15:50:12.359 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION_ID="9" 2024-04-12T15:50:12.360 INFO:teuthology.orchestra.run.smithi040.stdout:PLATFORM_ID="platform:el9" 2024-04-12T15:50:12.360 INFO:teuthology.orchestra.run.smithi040.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-12T15:50:12.360 INFO:teuthology.orchestra.run.smithi040.stdout:ANSI_COLOR="0;31" 2024-04-12T15:50:12.360 INFO:teuthology.orchestra.run.smithi040.stdout:LOGO="fedora-logo-icon" 2024-04-12T15:50:12.360 INFO:teuthology.orchestra.run.smithi040.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-12T15:50:12.360 INFO:teuthology.orchestra.run.smithi040.stdout:HOME_URL="https://centos.org/" 2024-04-12T15:50:12.360 INFO:teuthology.orchestra.run.smithi040.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-12T15:50:12.360 INFO:teuthology.orchestra.run.smithi040.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-12T15:50:12.360 INFO:teuthology.orchestra.run.smithi040.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-12T15:50:12.360 INFO:teuthology.lock.ops:Updating smithi040.front.sepia.ceph.com on lock server 2024-04-12T15:50:12.383 DEBUG:teuthology.orchestra.run.smithi133:> uname -m 2024-04-12T15:50:12.401 INFO:teuthology.orchestra.run.smithi133.stdout:x86_64 2024-04-12T15:50:12.401 DEBUG:teuthology.orchestra.run.smithi133:> cat /etc/os-release 2024-04-12T15:50:12.459 INFO:teuthology.orchestra.run.smithi133.stdout:NAME="CentOS Stream" 2024-04-12T15:50:12.459 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION="9" 2024-04-12T15:50:12.459 INFO:teuthology.orchestra.run.smithi133.stdout:ID="centos" 2024-04-12T15:50:12.459 INFO:teuthology.orchestra.run.smithi133.stdout:ID_LIKE="rhel fedora" 2024-04-12T15:50:12.459 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_ID="9" 2024-04-12T15:50:12.460 INFO:teuthology.orchestra.run.smithi133.stdout:PLATFORM_ID="platform:el9" 2024-04-12T15:50:12.460 INFO:teuthology.orchestra.run.smithi133.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-12T15:50:12.460 INFO:teuthology.orchestra.run.smithi133.stdout:ANSI_COLOR="0;31" 2024-04-12T15:50:12.460 INFO:teuthology.orchestra.run.smithi133.stdout:LOGO="fedora-logo-icon" 2024-04-12T15:50:12.460 INFO:teuthology.orchestra.run.smithi133.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-12T15:50:12.460 INFO:teuthology.orchestra.run.smithi133.stdout:HOME_URL="https://centos.org/" 2024-04-12T15:50:12.460 INFO:teuthology.orchestra.run.smithi133.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-12T15:50:12.460 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-12T15:50:12.460 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-12T15:50:12.461 INFO:teuthology.lock.ops:Updating smithi133.front.sepia.ceph.com on lock server 2024-04-12T15:50:12.483 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-12T15:50:12.493 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-12T15:50:12.536 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-12T15:50:12.537 DEBUG:teuthology.orchestra.run.smithi037:> test '!' -e /home/ubuntu/cephtest 2024-04-12T15:50:12.539 DEBUG:teuthology.orchestra.run.smithi040:> test '!' -e /home/ubuntu/cephtest 2024-04-12T15:50:12.542 DEBUG:teuthology.orchestra.run.smithi133:> test '!' -e /home/ubuntu/cephtest 2024-04-12T15:50:12.558 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-12T15:50:12.564 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-12T15:50:12.564 DEBUG:teuthology.orchestra.run.smithi037:> test -z $(ls -A /var/lib/ceph) 2024-04-12T15:50:12.596 DEBUG:teuthology.orchestra.run.smithi040:> test -z $(ls -A /var/lib/ceph) 2024-04-12T15:50:12.599 DEBUG:teuthology.orchestra.run.smithi133:> test -z $(ls -A /var/lib/ceph) 2024-04-12T15:50:12.632 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-12T15:50:12.711 INFO:teuthology.run_tasks:Running task kernel... 2024-04-12T15:50:12.726 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-12T15:50:12.726 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-12T15:50:12.727 DEBUG:teuthology.orchestra.run.smithi037:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-12T15:50:12.727 DEBUG:teuthology.orchestra.run.smithi040:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-12T15:50:12.727 DEBUG:teuthology.orchestra.run.smithi133:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-12T15:50:12.744 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T15:50:12.745 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-04-12T15:50:12.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T15:50:12.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T15:50:12.747 DEBUG:teuthology.orchestra.run.smithi037:> uname -r 2024-04-12T15:50:12.747 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2024-04-12T15:50:12.802 INFO:teuthology.orchestra.run.smithi133.stdout:5.14.0-361.el9.x86_64 2024-04-12T15:50:12.802 INFO:teuthology.task.kernel:Running kernel on smithi133: 5.14.0-361.el9.x86_64 2024-04-12T15:50:12.802 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum install -y kernel 2024-04-12T15:50:12.804 INFO:teuthology.orchestra.run.smithi040.stdout:5.14.0-361.el9.x86_64 2024-04-12T15:50:12.804 INFO:teuthology.task.kernel:Running kernel on smithi040: 5.14.0-361.el9.x86_64 2024-04-12T15:50:12.804 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum install -y kernel 2024-04-12T15:50:12.805 INFO:teuthology.orchestra.run.smithi037.stdout:5.14.0-361.el9.x86_64 2024-04-12T15:50:12.806 INFO:teuthology.task.kernel:Running kernel on smithi037: 5.14.0-361.el9.x86_64 2024-04-12T15:50:12.806 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum install -y kernel 2024-04-12T15:50:15.022 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS-9 - AppStream 14 MB/s | 8.1 MB 00:00 2024-04-12T15:50:15.190 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS-9 - AppStream 12 MB/s | 8.1 MB 00:00 2024-04-12T15:50:15.213 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS-9 - AppStream 11 MB/s | 8.1 MB 00:00 2024-04-12T15:50:16.672 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS-9 - BaseOS 7.6 MB/s | 2.5 MB 00:00 2024-04-12T15:50:16.866 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS-9 - BaseOS 8.4 MB/s | 2.5 MB 00:00 2024-04-12T15:50:16.922 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS-9 - BaseOS 7.7 MB/s | 2.5 MB 00:00 2024-04-12T15:50:17.680 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.0 MB 00:00 2024-04-12T15:50:17.829 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - BaseOS 18 MB/s | 8.0 MB 00:00 2024-04-12T15:50:21.666 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - AppStream 6.6 MB/s | 19 MB 00:02 2024-04-12T15:50:25.789 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.2 MB 00:00 2024-04-12T15:50:26.364 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 9 - BaseOS 912 kB/s | 8.0 MB 00:09 2024-04-12T15:50:27.298 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - Extras packages 45 kB/s | 16 kB 00:00 2024-04-12T15:50:28.794 INFO:teuthology.orchestra.run.smithi133.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-04-12T15:50:33.916 INFO:teuthology.orchestra.run.smithi133.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-04-12T15:50:36.169 INFO:teuthology.orchestra.run.smithi133.stderr:Modular dependency problems: 2024-04-12T15:50:36.169 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T15:50:36.169 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 1: conflicting requests 2024-04-12T15:50:36.169 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.169 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 2: conflicting requests 2024-04-12T15:50:36.170 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.170 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 3: conflicting requests 2024-04-12T15:50:36.170 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.170 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 4: conflicting requests 2024-04-12T15:50:36.170 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.170 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 5: conflicting requests 2024-04-12T15:50:36.170 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.170 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 6: conflicting requests 2024-04-12T15:50:36.170 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.170 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 7: conflicting requests 2024-04-12T15:50:36.170 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.170 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 8: conflicting requests 2024-04-12T15:50:36.170 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.170 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 9: conflicting requests 2024-04-12T15:50:36.170 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.171 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 10: conflicting requests 2024-04-12T15:50:36.171 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.171 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 11: conflicting requests 2024-04-12T15:50:36.171 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.171 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 12: conflicting requests 2024-04-12T15:50:36.171 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.171 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 13: conflicting requests 2024-04-12T15:50:36.171 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.171 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 14: conflicting requests 2024-04-12T15:50:36.171 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.171 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 15: conflicting requests 2024-04-12T15:50:36.171 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.171 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 16: conflicting requests 2024-04-12T15:50:36.171 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.172 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 17: conflicting requests 2024-04-12T15:50:36.172 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.172 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 18: conflicting requests 2024-04-12T15:50:36.172 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.172 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 19: conflicting requests 2024-04-12T15:50:36.172 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.172 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 20: conflicting requests 2024-04-12T15:50:36.172 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.172 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 21: conflicting requests 2024-04-12T15:50:36.172 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.172 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 22: conflicting requests 2024-04-12T15:50:36.172 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.172 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 23: conflicting requests 2024-04-12T15:50:36.172 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.172 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 24: conflicting requests 2024-04-12T15:50:36.173 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.173 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 25: conflicting requests 2024-04-12T15:50:36.173 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.173 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 26: conflicting requests 2024-04-12T15:50:36.173 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.173 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 27: conflicting requests 2024-04-12T15:50:36.173 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.173 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 28: conflicting requests 2024-04-12T15:50:36.173 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.173 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 29: conflicting requests 2024-04-12T15:50:36.173 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.173 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 30: conflicting requests 2024-04-12T15:50:36.173 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.173 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 31: conflicting requests 2024-04-12T15:50:36.173 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.174 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 32: conflicting requests 2024-04-12T15:50:36.174 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.174 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 33: conflicting requests 2024-04-12T15:50:36.174 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.174 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 34: conflicting requests 2024-04-12T15:50:36.174 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.174 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 35: conflicting requests 2024-04-12T15:50:36.174 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.174 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 36: conflicting requests 2024-04-12T15:50:36.174 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.174 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 37: conflicting requests 2024-04-12T15:50:36.174 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.174 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.174 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.174 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T15:50:36.175 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.175 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.175 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.175 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.175 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 39: conflicting requests 2024-04-12T15:50:36.175 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.175 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.175 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.175 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.175 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.175 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.175 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T15:50:36.175 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.175 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.175 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.176 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.176 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T15:50:36.176 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.176 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.176 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.176 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.176 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T15:50:36.176 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.176 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.176 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.176 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.176 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T15:50:36.176 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.176 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.176 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.177 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.177 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T15:50:36.177 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.177 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.177 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.177 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.177 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T15:50:36.177 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.177 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.177 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.177 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T15:50:36.537 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - AppStream 1.1 MB/s | 19 MB 00:17 2024-04-12T15:50:36.589 INFO:teuthology.orchestra.run.smithi133.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-12T15:50:36.590 INFO:teuthology.orchestra.run.smithi133.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-12T15:50:36.697 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-12T15:50:36.706 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T15:50:36.706 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-04-12T15:50:36.706 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T15:50:36.707 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-12T15:50:36.707 INFO:teuthology.orchestra.run.smithi133.stdout: kernel x86_64 5.14.0-435.el9 baseos 214 k 2024-04-12T15:50:36.707 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-12T15:50:36.707 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-core x86_64 5.14.0-435.el9 baseos 15 M 2024-04-12T15:50:36.707 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules x86_64 5.14.0-435.el9 baseos 34 M 2024-04-12T15:50:36.707 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules-core x86_64 5.14.0-435.el9 baseos 28 M 2024-04-12T15:50:36.707 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T15:50:36.707 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-12T15:50:36.707 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T15:50:36.707 INFO:teuthology.orchestra.run.smithi133.stdout:Install 4 Packages 2024-04-12T15:50:36.707 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T15:50:36.708 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 77 M 2024-04-12T15:50:36.708 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 123 M 2024-04-12T15:50:36.708 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-12T15:50:37.059 INFO:teuthology.orchestra.run.smithi133.stdout:(1/4): kernel-5.14.0-435.el9.x86_64.rpm 1.3 MB/s | 214 kB 00:00 2024-04-12T15:50:37.367 INFO:teuthology.orchestra.run.smithi133.stdout:(2/4): kernel-core-5.14.0-435.el9.x86_64.rpm 32 MB/s | 15 MB 00:00 2024-04-12T15:50:38.201 INFO:teuthology.orchestra.run.smithi133.stdout:(3/4): kernel-modules-core-5.14.0-435.el9.x86_6 24 MB/s | 28 MB 00:01 2024-04-12T15:50:38.501 INFO:teuthology.orchestra.run.smithi133.stdout:(4/4): kernel-modules-5.14.0-435.el9.x86_64.rpm 21 MB/s | 34 MB 00:01 2024-04-12T15:50:38.501 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-12T15:50:38.501 INFO:teuthology.orchestra.run.smithi133.stdout:Total 43 MB/s | 77 MB 00:01 2024-04-12T15:50:39.171 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-12T15:50:39.546 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-12T15:50:39.547 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-12T15:50:40.552 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-12T15:50:40.552 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-12T15:50:41.454 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - CRB 5.0 MB/s | 6.2 MB 00:01 2024-04-12T15:50:43.043 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-12T15:50:43.213 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - Extras packages 31 kB/s | 16 kB 00:00 2024-04-12T15:50:43.618 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-modules-core-5.14.0-435.el9.x86_64 1/4 2024-04-12T15:50:43.709 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-12T15:50:45.350 INFO:teuthology.orchestra.run.smithi040.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-04-12T15:50:46.432 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-12T15:50:46.577 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-12T15:50:48.980 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 9 - AppStream 901 kB/s | 19 MB 00:21 2024-04-12T15:50:50.723 INFO:teuthology.orchestra.run.smithi040.stdout:lab-extras 42 kB/s | 1.7 kB 00:00 2024-04-12T15:50:51.276 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-12T15:50:51.394 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-5.14.0-435.el9.x86_64 4/4 2024-04-12T15:50:53.076 INFO:teuthology.orchestra.run.smithi040.stderr:Modular dependency problems: 2024-04-12T15:50:53.077 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T15:50:53.077 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 1: conflicting requests 2024-04-12T15:50:53.077 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.077 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 2: conflicting requests 2024-04-12T15:50:53.077 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.077 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 3: conflicting requests 2024-04-12T15:50:53.077 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.077 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 4: conflicting requests 2024-04-12T15:50:53.077 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.077 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 5: conflicting requests 2024-04-12T15:50:53.077 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.077 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 6: conflicting requests 2024-04-12T15:50:53.078 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.078 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 7: conflicting requests 2024-04-12T15:50:53.078 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.078 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 8: conflicting requests 2024-04-12T15:50:53.078 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.078 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 9: conflicting requests 2024-04-12T15:50:53.078 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.078 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 10: conflicting requests 2024-04-12T15:50:53.078 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.078 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 11: conflicting requests 2024-04-12T15:50:53.078 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.078 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 12: conflicting requests 2024-04-12T15:50:53.078 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.078 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 13: conflicting requests 2024-04-12T15:50:53.078 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.079 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 14: conflicting requests 2024-04-12T15:50:53.079 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.079 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 15: conflicting requests 2024-04-12T15:50:53.079 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.079 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 16: conflicting requests 2024-04-12T15:50:53.079 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.079 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 17: conflicting requests 2024-04-12T15:50:53.079 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.079 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 18: conflicting requests 2024-04-12T15:50:53.079 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.079 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 19: conflicting requests 2024-04-12T15:50:53.079 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.079 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 20: conflicting requests 2024-04-12T15:50:53.079 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.079 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 21: conflicting requests 2024-04-12T15:50:53.080 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.080 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 22: conflicting requests 2024-04-12T15:50:53.080 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.080 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 23: conflicting requests 2024-04-12T15:50:53.080 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.080 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 24: conflicting requests 2024-04-12T15:50:53.080 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.080 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 25: conflicting requests 2024-04-12T15:50:53.080 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.080 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 26: conflicting requests 2024-04-12T15:50:53.080 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.080 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 27: conflicting requests 2024-04-12T15:50:53.080 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.080 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 28: conflicting requests 2024-04-12T15:50:53.080 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.080 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 29: conflicting requests 2024-04-12T15:50:53.081 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.081 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 30: conflicting requests 2024-04-12T15:50:53.081 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.081 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 31: conflicting requests 2024-04-12T15:50:53.081 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.081 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 32: conflicting requests 2024-04-12T15:50:53.081 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.081 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 33: conflicting requests 2024-04-12T15:50:53.081 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.081 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 34: conflicting requests 2024-04-12T15:50:53.081 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.081 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 35: conflicting requests 2024-04-12T15:50:53.081 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.081 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 36: conflicting requests 2024-04-12T15:50:53.082 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.082 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 37: conflicting requests 2024-04-12T15:50:53.082 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.082 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.082 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.082 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T15:50:53.082 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.082 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.082 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.082 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.082 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 39: conflicting requests 2024-04-12T15:50:53.082 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.082 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.082 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.083 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.083 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.083 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.083 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T15:50:53.083 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.083 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.083 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.083 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.083 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T15:50:53.083 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.083 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.083 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.083 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.083 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T15:50:53.083 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.084 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.084 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.084 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.084 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T15:50:53.084 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.084 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.084 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.084 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.084 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T15:50:53.084 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.084 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.084 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.084 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.084 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T15:50:53.084 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.085 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.085 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.085 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T15:50:53.497 INFO:teuthology.orchestra.run.smithi040.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-12T15:50:53.497 INFO:teuthology.orchestra.run.smithi040.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-12T15:50:53.599 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 9 - CRB 6.8 MB/s | 6.2 MB 00:00 2024-04-12T15:50:53.607 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-12T15:50:53.614 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T15:50:53.615 INFO:teuthology.orchestra.run.smithi040.stdout: Package Architecture Version Repository Size 2024-04-12T15:50:53.615 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T15:50:53.615 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-12T15:50:53.615 INFO:teuthology.orchestra.run.smithi040.stdout: kernel x86_64 5.14.0-435.el9 baseos 214 k 2024-04-12T15:50:53.615 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-04-12T15:50:53.615 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-core x86_64 5.14.0-435.el9 baseos 15 M 2024-04-12T15:50:53.615 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules x86_64 5.14.0-435.el9 baseos 34 M 2024-04-12T15:50:53.615 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules-core x86_64 5.14.0-435.el9 baseos 28 M 2024-04-12T15:50:53.615 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T15:50:53.615 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-12T15:50:53.615 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T15:50:53.615 INFO:teuthology.orchestra.run.smithi040.stdout:Install 4 Packages 2024-04-12T15:50:53.615 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T15:50:53.616 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 77 M 2024-04-12T15:50:53.616 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 123 M 2024-04-12T15:50:53.616 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-12T15:50:54.691 INFO:teuthology.orchestra.run.smithi040.stdout:(1/4): kernel-5.14.0-435.el9.x86_64.rpm 224 kB/s | 214 kB 00:00 2024-04-12T15:50:55.964 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 9 - Extras packages 14 kB/s | 16 kB 00:01 2024-04-12T15:50:56.092 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-12T15:50:57.591 INFO:teuthology.orchestra.run.smithi037.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-04-12T15:51:02.783 INFO:teuthology.orchestra.run.smithi037.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-04-12T15:51:03.009 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:00:01 ago on Fri 12 Apr 2024 03:51:02 PM UTC. 2024-04-12T15:51:05.119 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-12T15:51:05.119 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T15:51:05.119 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-12T15:51:05.119 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.119 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-12T15:51:05.119 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.120 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-12T15:51:05.120 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.120 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-12T15:51:05.120 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.120 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-12T15:51:05.120 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.120 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-12T15:51:05.120 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.120 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-12T15:51:05.120 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.120 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-12T15:51:05.120 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.120 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-12T15:51:05.120 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.121 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-12T15:51:05.121 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.121 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-12T15:51:05.121 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.121 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-12T15:51:05.121 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.121 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-12T15:51:05.121 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.121 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-12T15:51:05.121 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.121 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-12T15:51:05.121 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.121 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-12T15:51:05.121 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.121 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-12T15:51:05.122 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.122 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-12T15:51:05.122 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.122 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-12T15:51:05.122 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.122 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-12T15:51:05.122 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.122 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-12T15:51:05.122 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.122 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-12T15:51:05.122 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.122 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-12T15:51:05.122 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.122 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-12T15:51:05.122 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.123 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-12T15:51:05.123 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.123 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-12T15:51:05.123 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.123 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-12T15:51:05.123 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.123 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-12T15:51:05.123 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.123 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-12T15:51:05.123 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.123 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-12T15:51:05.123 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.123 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-12T15:51:05.123 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.123 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-12T15:51:05.124 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.124 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-12T15:51:05.124 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.124 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-12T15:51:05.124 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.124 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-12T15:51:05.124 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.124 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-12T15:51:05.124 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.124 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-12T15:51:05.124 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.124 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.124 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.124 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T15:51:05.124 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.125 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.125 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.125 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.125 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-12T15:51:05.125 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.125 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.125 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.125 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.125 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.125 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.125 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T15:51:05.125 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.125 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.125 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.125 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.126 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T15:51:05.126 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.126 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.126 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.126 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.126 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T15:51:05.126 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.126 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.126 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.126 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.126 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T15:51:05.126 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.126 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.126 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.126 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.127 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T15:51:05.127 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.127 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.127 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.127 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.127 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T15:51:05.127 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.127 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.127 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.127 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T15:51:05.548 INFO:teuthology.orchestra.run.smithi037.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-12T15:51:05.548 INFO:teuthology.orchestra.run.smithi037.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-12T15:51:05.664 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-12T15:51:05.679 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T15:51:05.679 INFO:teuthology.orchestra.run.smithi037.stdout: Package Architecture Version Repository Size 2024-04-12T15:51:05.680 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T15:51:05.680 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-12T15:51:05.680 INFO:teuthology.orchestra.run.smithi037.stdout: kernel x86_64 5.14.0-435.el9 baseos 214 k 2024-04-12T15:51:05.680 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2024-04-12T15:51:05.680 INFO:teuthology.orchestra.run.smithi037.stdout: kernel-core x86_64 5.14.0-435.el9 baseos 15 M 2024-04-12T15:51:05.680 INFO:teuthology.orchestra.run.smithi037.stdout: kernel-modules x86_64 5.14.0-435.el9 baseos 34 M 2024-04-12T15:51:05.680 INFO:teuthology.orchestra.run.smithi037.stdout: kernel-modules-core x86_64 5.14.0-435.el9 baseos 28 M 2024-04-12T15:51:05.680 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T15:51:05.680 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-12T15:51:05.680 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T15:51:05.680 INFO:teuthology.orchestra.run.smithi037.stdout:Install 4 Packages 2024-04-12T15:51:05.680 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T15:51:05.680 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 77 M 2024-04-12T15:51:05.680 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 123 M 2024-04-12T15:51:05.680 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-12T15:51:06.584 INFO:teuthology.orchestra.run.smithi037.stdout:(1/4): kernel-5.14.0-435.el9.x86_64.rpm 263 kB/s | 214 kB 00:00 2024-04-12T15:51:07.442 INFO:teuthology.orchestra.run.smithi037.stdout:(2/4): kernel-modules-core-5.14.0-435.el9.x86_6 32 MB/s | 28 MB 00:00 2024-04-12T15:51:07.601 INFO:teuthology.orchestra.run.smithi037.stdout:(3/4): kernel-core-5.14.0-435.el9.x86_64.rpm 8.3 MB/s | 15 MB 00:01 2024-04-12T15:51:08.535 INFO:teuthology.orchestra.run.smithi037.stdout:(4/4): kernel-modules-5.14.0-435.el9.x86_64.rpm 12 MB/s | 34 MB 00:02 2024-04-12T15:51:08.535 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-12T15:51:08.535 INFO:teuthology.orchestra.run.smithi037.stdout:Total 27 MB/s | 77 MB 00:02 2024-04-12T15:51:09.234 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-12T15:51:09.665 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-12T15:51:09.665 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-12T15:51:10.722 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-12T15:51:10.723 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-12T15:51:13.315 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-12T15:51:13.927 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : kernel-modules-core-5.14.0-435.el9.x86_64 1/4 2024-04-12T15:51:14.026 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-12T15:51:16.931 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-12T15:51:17.064 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-12T15:51:17.123 INFO:teuthology.orchestra.run.smithi040.stdout:(2/4): kernel-core-5.14.0-435.el9.x86_64.rpm 661 kB/s | 15 MB 00:23 2024-04-12T15:51:22.133 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-12T15:51:22.173 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : kernel-5.14.0-435.el9.x86_64 4/4 2024-04-12T15:51:25.105 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 4/4 2024-04-12T15:51:25.105 INFO:teuthology.orchestra.run.smithi133.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-12T15:51:25.105 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T15:51:25.151 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 4/4 2024-04-12T15:51:25.477 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-5.14.0-435.el9.x86_64 4/4 2024-04-12T15:51:25.477 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-5.14.0-435.el9.x86_64 1/4 2024-04-12T15:51:25.477 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-12T15:51:25.477 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-12T15:51:25.885 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-12T15:51:25.885 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T15:51:25.885 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-12T15:51:25.885 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-5.14.0-435.el9.x86_64 2024-04-12T15:51:25.885 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-core-5.14.0-435.el9.x86_64 2024-04-12T15:51:25.886 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules-5.14.0-435.el9.x86_64 2024-04-12T15:51:25.886 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules-core-5.14.0-435.el9.x86_64 2024-04-12T15:51:25.886 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T15:51:25.886 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-12T15:51:26.226 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q kernel | sort -rV | head -n 1 2024-04-12T15:51:26.330 INFO:teuthology.orchestra.run.smithi133.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-12T15:51:26.331 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-12T15:51:26.331 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-435.el9.x86_64 2024-04-12T15:51:26.331 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-12T15:51:26.331 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-12T15:51:26.331 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-12T15:51:26.331 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi133.front.sepia.ceph.com, path=None, version=distro) 2024-04-12T15:51:26.332 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q kernel | sort -rV | head -n 1 2024-04-12T15:51:26.412 INFO:teuthology.orchestra.run.smithi133.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-12T15:51:26.413 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-12T15:51:26.413 DEBUG:teuthology.orchestra.run.smithi133:> sudo rpm -qi grub2-tools 2024-04-12T15:51:26.446 INFO:teuthology.orchestra.run.smithi133.stdout:Name : grub2-tools 2024-04-12T15:51:26.447 INFO:teuthology.orchestra.run.smithi133.stdout:Epoch : 1 2024-04-12T15:51:26.447 INFO:teuthology.orchestra.run.smithi133.stdout:Version : 2.06 2024-04-12T15:51:26.447 INFO:teuthology.orchestra.run.smithi133.stdout:Release : 68.el9 2024-04-12T15:51:26.447 INFO:teuthology.orchestra.run.smithi133.stdout:Architecture: x86_64 2024-04-12T15:51:26.447 INFO:teuthology.orchestra.run.smithi133.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-12T15:51:26.447 INFO:teuthology.orchestra.run.smithi133.stdout:Group : Unspecified 2024-04-12T15:51:26.447 INFO:teuthology.orchestra.run.smithi133.stdout:Size : 8264254 2024-04-12T15:51:26.447 INFO:teuthology.orchestra.run.smithi133.stdout:License : GPLv3+ 2024-04-12T15:51:26.448 INFO:teuthology.orchestra.run.smithi133.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-12T15:51:26.448 INFO:teuthology.orchestra.run.smithi133.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-12T15:51:26.448 INFO:teuthology.orchestra.run.smithi133.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-12T15:51:26.448 INFO:teuthology.orchestra.run.smithi133.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-12T15:51:26.448 INFO:teuthology.orchestra.run.smithi133.stdout:Packager : builder@centos.org 2024-04-12T15:51:26.448 INFO:teuthology.orchestra.run.smithi133.stdout:Vendor : CentOS 2024-04-12T15:51:26.448 INFO:teuthology.orchestra.run.smithi133.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-12T15:51:26.448 INFO:teuthology.orchestra.run.smithi133.stdout:Summary : Support tools for GRUB. 2024-04-12T15:51:26.448 INFO:teuthology.orchestra.run.smithi133.stdout:Description : 2024-04-12T15:51:26.448 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T15:51:26.448 INFO:teuthology.orchestra.run.smithi133.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-12T15:51:26.448 INFO:teuthology.orchestra.run.smithi133.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-12T15:51:26.448 INFO:teuthology.orchestra.run.smithi133.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-12T15:51:26.448 INFO:teuthology.orchestra.run.smithi133.stdout:hardware devices. 2024-04-12T15:51:26.448 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T15:51:26.449 INFO:teuthology.orchestra.run.smithi133.stdout:This subpackage provides tools for support of all platforms. 2024-04-12T15:51:26.450 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-12T15:51:26.450 INFO:teuthology.task.kernel:Updating grub on smithi133 to boot 5.14.0-435.el9.x86_64 2024-04-12T15:51:26.450 DEBUG:teuthology.orchestra.run.smithi133:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-12T15:51:26.772 INFO:teuthology.orchestra.run.smithi040.stdout:(3/4): kernel-modules-5.14.0-435.el9.x86_64.rpm 1.0 MB/s | 34 MB 00:33 2024-04-12T15:51:27.054 INFO:teuthology.orchestra.run.smithi133.stderr:Generating grub configuration file ... 2024-04-12T15:51:27.276 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-12T15:51:28.433 INFO:teuthology.orchestra.run.smithi133.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-12T15:51:28.465 INFO:teuthology.orchestra.run.smithi133.stderr:done 2024-04-12T15:51:28.468 DEBUG:teuthology.orchestra.run.smithi133:> mktemp 2024-04-12T15:51:28.484 INFO:teuthology.orchestra.run.smithi133.stdout:/tmp/tmp.H1OppECCK7 2024-04-12T15:51:28.484 DEBUG:teuthology.orchestra.run.smithi133:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.H1OppECCK7 2024-04-12T15:51:28.554 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 0666 /tmp/tmp.H1OppECCK7 2024-04-12T15:51:28.688 DEBUG:teuthology.orchestra.remote:smithi133:/tmp/tmp.H1OppECCK7 is 6KB 2024-04-12T15:51:28.738 DEBUG:teuthology.orchestra.run.smithi133:> rm -fr /tmp/tmp.H1OppECCK7 2024-04-12T15:51:28.753 DEBUG:teuthology.orchestra.run.smithi133:> sudo /bin/ls /boot/loader/entries || true 2024-04-12T15:51:28.823 INFO:teuthology.orchestra.run.smithi133.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-12T15:51:28.823 INFO:teuthology.orchestra.run.smithi133.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-12T15:51:28.823 INFO:teuthology.orchestra.run.smithi133.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-12T15:51:28.823 INFO:teuthology.orchestra.run.smithi133.stdout:15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64.conf 2024-04-12T15:51:28.824 DEBUG:teuthology.orchestra.run.smithi133:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64 2024-04-12T15:51:28.999 DEBUG:teuthology.orchestra.run.smithi133:> sudo shutdown -r now 2024-04-12T15:51:37.655 INFO:teuthology.orchestra.run.smithi040.stdout:(4/4): kernel-modules-core-5.14.0-435.el9.x86_6 659 kB/s | 28 MB 00:42 2024-04-12T15:51:37.655 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-12T15:51:37.655 INFO:teuthology.orchestra.run.smithi040.stdout:Total 1.7 MB/s | 77 MB 00:44 2024-04-12T15:51:38.352 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-12T15:51:38.768 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-12T15:51:38.769 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-12T15:51:39.794 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-12T15:51:39.795 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-12T15:51:42.375 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-12T15:51:42.997 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-modules-core-5.14.0-435.el9.x86_64 1/4 2024-04-12T15:51:43.146 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-12T15:51:46.071 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-12T15:51:46.207 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-12T15:51:51.278 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-12T15:51:51.324 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-5.14.0-435.el9.x86_64 4/4 2024-04-12T15:51:56.414 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-12T15:51:58.123 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 4/4 2024-04-12T15:51:58.124 INFO:teuthology.orchestra.run.smithi037.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-12T15:51:58.124 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T15:51:58.170 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 4/4 2024-04-12T15:51:58.545 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-5.14.0-435.el9.x86_64 4/4 2024-04-12T15:51:58.545 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : kernel-5.14.0-435.el9.x86_64 1/4 2024-04-12T15:51:58.546 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-12T15:51:58.546 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-12T15:51:58.984 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-12T15:51:58.984 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T15:51:58.984 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-12T15:51:58.984 INFO:teuthology.orchestra.run.smithi037.stdout: kernel-5.14.0-435.el9.x86_64 2024-04-12T15:51:58.984 INFO:teuthology.orchestra.run.smithi037.stdout: kernel-core-5.14.0-435.el9.x86_64 2024-04-12T15:51:58.984 INFO:teuthology.orchestra.run.smithi037.stdout: kernel-modules-5.14.0-435.el9.x86_64 2024-04-12T15:51:58.984 INFO:teuthology.orchestra.run.smithi037.stdout: kernel-modules-core-5.14.0-435.el9.x86_64 2024-04-12T15:51:58.984 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T15:51:58.984 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-12T15:51:59.002 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-12T15:51:59.003 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-12T15:51:59.004 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T15:51:59.323 DEBUG:teuthology.orchestra.run.smithi037:> rpm -q kernel | sort -rV | head -n 1 2024-04-12T15:51:59.424 INFO:teuthology.orchestra.run.smithi037.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-12T15:51:59.424 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-12T15:51:59.424 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-435.el9.x86_64 2024-04-12T15:51:59.424 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-12T15:51:59.424 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-12T15:51:59.424 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-12T15:51:59.424 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi037.front.sepia.ceph.com, path=None, version=distro) 2024-04-12T15:51:59.424 DEBUG:teuthology.orchestra.run.smithi037:> rpm -q kernel | sort -rV | head -n 1 2024-04-12T15:51:59.508 INFO:teuthology.orchestra.run.smithi037.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-12T15:51:59.508 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-12T15:51:59.508 DEBUG:teuthology.orchestra.run.smithi037:> sudo rpm -qi grub2-tools 2024-04-12T15:51:59.556 INFO:teuthology.orchestra.run.smithi037.stdout:Name : grub2-tools 2024-04-12T15:51:59.557 INFO:teuthology.orchestra.run.smithi037.stdout:Epoch : 1 2024-04-12T15:51:59.557 INFO:teuthology.orchestra.run.smithi037.stdout:Version : 2.06 2024-04-12T15:51:59.557 INFO:teuthology.orchestra.run.smithi037.stdout:Release : 68.el9 2024-04-12T15:51:59.557 INFO:teuthology.orchestra.run.smithi037.stdout:Architecture: x86_64 2024-04-12T15:51:59.557 INFO:teuthology.orchestra.run.smithi037.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-12T15:51:59.557 INFO:teuthology.orchestra.run.smithi037.stdout:Group : Unspecified 2024-04-12T15:51:59.557 INFO:teuthology.orchestra.run.smithi037.stdout:Size : 8264254 2024-04-12T15:51:59.557 INFO:teuthology.orchestra.run.smithi037.stdout:License : GPLv3+ 2024-04-12T15:51:59.557 INFO:teuthology.orchestra.run.smithi037.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-12T15:51:59.557 INFO:teuthology.orchestra.run.smithi037.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-12T15:51:59.557 INFO:teuthology.orchestra.run.smithi037.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-12T15:51:59.557 INFO:teuthology.orchestra.run.smithi037.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-12T15:51:59.557 INFO:teuthology.orchestra.run.smithi037.stdout:Packager : builder@centos.org 2024-04-12T15:51:59.557 INFO:teuthology.orchestra.run.smithi037.stdout:Vendor : CentOS 2024-04-12T15:51:59.558 INFO:teuthology.orchestra.run.smithi037.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-12T15:51:59.558 INFO:teuthology.orchestra.run.smithi037.stdout:Summary : Support tools for GRUB. 2024-04-12T15:51:59.558 INFO:teuthology.orchestra.run.smithi037.stdout:Description : 2024-04-12T15:51:59.558 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T15:51:59.558 INFO:teuthology.orchestra.run.smithi037.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-12T15:51:59.558 INFO:teuthology.orchestra.run.smithi037.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-12T15:51:59.558 INFO:teuthology.orchestra.run.smithi037.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-12T15:51:59.558 INFO:teuthology.orchestra.run.smithi037.stdout:hardware devices. 2024-04-12T15:51:59.558 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T15:51:59.558 INFO:teuthology.orchestra.run.smithi037.stdout:This subpackage provides tools for support of all platforms. 2024-04-12T15:51:59.559 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-12T15:51:59.559 INFO:teuthology.task.kernel:Updating grub on smithi037 to boot 5.14.0-435.el9.x86_64 2024-04-12T15:51:59.559 DEBUG:teuthology.orchestra.run.smithi037:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-12T15:52:00.102 INFO:teuthology.orchestra.run.smithi037.stderr:Generating grub configuration file ... 2024-04-12T15:52:01.597 INFO:teuthology.orchestra.run.smithi037.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-12T15:52:01.624 INFO:teuthology.orchestra.run.smithi037.stderr:done 2024-04-12T15:52:01.626 DEBUG:teuthology.orchestra.run.smithi037:> mktemp 2024-04-12T15:52:01.643 INFO:teuthology.orchestra.run.smithi037.stdout:/tmp/tmp.DahoIIRO79 2024-04-12T15:52:01.643 DEBUG:teuthology.orchestra.run.smithi037:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.DahoIIRO79 2024-04-12T15:52:01.719 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 0666 /tmp/tmp.DahoIIRO79 2024-04-12T15:52:01.866 DEBUG:teuthology.orchestra.remote:smithi037:/tmp/tmp.DahoIIRO79 is 6KB 2024-04-12T15:52:01.916 DEBUG:teuthology.orchestra.run.smithi037:> rm -fr /tmp/tmp.DahoIIRO79 2024-04-12T15:52:01.931 DEBUG:teuthology.orchestra.run.smithi037:> sudo /bin/ls /boot/loader/entries || true 2024-04-12T15:52:02.006 INFO:teuthology.orchestra.run.smithi037.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-12T15:52:02.007 INFO:teuthology.orchestra.run.smithi037.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-12T15:52:02.007 INFO:teuthology.orchestra.run.smithi037.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-12T15:52:02.007 INFO:teuthology.orchestra.run.smithi037.stdout:15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64.conf 2024-04-12T15:52:02.009 DEBUG:teuthology.orchestra.run.smithi037:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64 2024-04-12T15:52:02.188 DEBUG:teuthology.orchestra.run.smithi037:> sudo shutdown -r now 2024-04-12T15:52:17.439 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.133 2024-04-12T15:52:26.440 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-12T15:52:26.441 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T15:52:27.182 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 4/4 2024-04-12T15:52:27.183 INFO:teuthology.orchestra.run.smithi040.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-12T15:52:27.183 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T15:52:27.228 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 4/4 2024-04-12T15:52:27.560 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-5.14.0-435.el9.x86_64 4/4 2024-04-12T15:52:27.560 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-5.14.0-435.el9.x86_64 1/4 2024-04-12T15:52:27.560 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-12T15:52:27.560 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-12T15:52:28.005 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-12T15:52:28.005 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T15:52:28.005 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-12T15:52:28.005 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-5.14.0-435.el9.x86_64 2024-04-12T15:52:28.005 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-core-5.14.0-435.el9.x86_64 2024-04-12T15:52:28.005 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules-5.14.0-435.el9.x86_64 2024-04-12T15:52:28.005 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules-core-5.14.0-435.el9.x86_64 2024-04-12T15:52:28.005 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T15:52:28.005 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-12T15:52:28.346 DEBUG:teuthology.orchestra.run.smithi040:> rpm -q kernel | sort -rV | head -n 1 2024-04-12T15:52:28.452 INFO:teuthology.orchestra.run.smithi040.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-12T15:52:28.453 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-12T15:52:28.453 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-435.el9.x86_64 2024-04-12T15:52:28.453 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-12T15:52:28.453 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-12T15:52:28.453 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-12T15:52:28.453 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi040.front.sepia.ceph.com, path=None, version=distro) 2024-04-12T15:52:28.453 DEBUG:teuthology.orchestra.run.smithi040:> rpm -q kernel | sort -rV | head -n 1 2024-04-12T15:52:28.536 INFO:teuthology.orchestra.run.smithi040.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-12T15:52:28.537 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-12T15:52:28.537 DEBUG:teuthology.orchestra.run.smithi040:> sudo rpm -qi grub2-tools 2024-04-12T15:52:28.575 INFO:teuthology.orchestra.run.smithi040.stdout:Name : grub2-tools 2024-04-12T15:52:28.575 INFO:teuthology.orchestra.run.smithi040.stdout:Epoch : 1 2024-04-12T15:52:28.575 INFO:teuthology.orchestra.run.smithi040.stdout:Version : 2.06 2024-04-12T15:52:28.575 INFO:teuthology.orchestra.run.smithi040.stdout:Release : 68.el9 2024-04-12T15:52:28.575 INFO:teuthology.orchestra.run.smithi040.stdout:Architecture: x86_64 2024-04-12T15:52:28.575 INFO:teuthology.orchestra.run.smithi040.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-12T15:52:28.575 INFO:teuthology.orchestra.run.smithi040.stdout:Group : Unspecified 2024-04-12T15:52:28.575 INFO:teuthology.orchestra.run.smithi040.stdout:Size : 8264254 2024-04-12T15:52:28.575 INFO:teuthology.orchestra.run.smithi040.stdout:License : GPLv3+ 2024-04-12T15:52:28.575 INFO:teuthology.orchestra.run.smithi040.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-12T15:52:28.575 INFO:teuthology.orchestra.run.smithi040.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-12T15:52:28.576 INFO:teuthology.orchestra.run.smithi040.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-12T15:52:28.576 INFO:teuthology.orchestra.run.smithi040.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-12T15:52:28.576 INFO:teuthology.orchestra.run.smithi040.stdout:Packager : builder@centos.org 2024-04-12T15:52:28.576 INFO:teuthology.orchestra.run.smithi040.stdout:Vendor : CentOS 2024-04-12T15:52:28.576 INFO:teuthology.orchestra.run.smithi040.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-12T15:52:28.576 INFO:teuthology.orchestra.run.smithi040.stdout:Summary : Support tools for GRUB. 2024-04-12T15:52:28.576 INFO:teuthology.orchestra.run.smithi040.stdout:Description : 2024-04-12T15:52:28.576 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T15:52:28.576 INFO:teuthology.orchestra.run.smithi040.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-12T15:52:28.576 INFO:teuthology.orchestra.run.smithi040.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-12T15:52:28.576 INFO:teuthology.orchestra.run.smithi040.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-12T15:52:28.576 INFO:teuthology.orchestra.run.smithi040.stdout:hardware devices. 2024-04-12T15:52:28.576 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T15:52:28.576 INFO:teuthology.orchestra.run.smithi040.stdout:This subpackage provides tools for support of all platforms. 2024-04-12T15:52:28.577 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-12T15:52:28.577 INFO:teuthology.task.kernel:Updating grub on smithi040 to boot 5.14.0-435.el9.x86_64 2024-04-12T15:52:28.577 DEBUG:teuthology.orchestra.run.smithi040:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-12T15:52:29.226 INFO:teuthology.orchestra.run.smithi040.stderr:Generating grub configuration file ... 2024-04-12T15:52:29.502 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.133 2024-04-12T15:52:30.623 INFO:teuthology.orchestra.run.smithi040.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-12T15:52:30.658 INFO:teuthology.orchestra.run.smithi040.stderr:done 2024-04-12T15:52:30.660 DEBUG:teuthology.orchestra.run.smithi040:> mktemp 2024-04-12T15:52:30.675 INFO:teuthology.orchestra.run.smithi040.stdout:/tmp/tmp.x5EhOxxWGY 2024-04-12T15:52:30.676 DEBUG:teuthology.orchestra.run.smithi040:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.x5EhOxxWGY 2024-04-12T15:52:30.753 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 0666 /tmp/tmp.x5EhOxxWGY 2024-04-12T15:52:30.916 DEBUG:teuthology.orchestra.remote:smithi040:/tmp/tmp.x5EhOxxWGY is 6KB 2024-04-12T15:52:30.944 DEBUG:teuthology.orchestra.run.smithi040:> rm -fr /tmp/tmp.x5EhOxxWGY 2024-04-12T15:52:30.960 DEBUG:teuthology.orchestra.run.smithi040:> sudo /bin/ls /boot/loader/entries || true 2024-04-12T15:52:31.033 INFO:teuthology.orchestra.run.smithi040.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-12T15:52:31.034 INFO:teuthology.orchestra.run.smithi040.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-12T15:52:31.034 INFO:teuthology.orchestra.run.smithi040.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-12T15:52:31.034 INFO:teuthology.orchestra.run.smithi040.stdout:15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64.conf 2024-04-12T15:52:31.035 DEBUG:teuthology.orchestra.run.smithi040:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64 2024-04-12T15:52:31.190 DEBUG:teuthology.orchestra.run.smithi040:> sudo shutdown -r now 2024-04-12T15:52:32.193 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-12T15:52:32.193 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-04-12T15:52:32.194 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T15:52:41.510 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-12T15:52:41.511 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T15:52:50.718 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.37 2024-04-12T15:52:59.727 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-04-12T15:52:59.728 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T15:52:59.934 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.133 2024-04-12T15:53:01.194 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-12T15:53:01.194 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-04-12T15:53:01.195 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T15:53:14.946 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-12T15:53:14.947 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T15:53:15.239 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-04-12T15:53:15.701 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-12T15:53:15.701 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-435.el9.x86_64"... 2024-04-12T15:53:15.701 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-04-12T15:53:15.715 INFO:teuthology.orchestra.run.smithi133.stdout:5.14.0-435.el9.x86_64 2024-04-12T15:53:15.715 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-435.el9.x86_64 vs 5.14.0-435.el9.x86_64 2024-04-12T15:53:15.715 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-12T15:53:15.715 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-12T15:53:16.717 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-12T15:53:16.717 DEBUG:teuthology.orchestra.run.smithi133:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-12T15:53:16.886 INFO:teuthology.orchestra.run.smithi133.stdout:ttyS1 2024-04-12T15:53:16.929 DEBUG:teuthology.parallel:result is None 2024-04-12T15:53:18.110 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.37 2024-04-12T15:53:19.650 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.40 2024-04-12T15:53:28.651 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-04-12T15:53:28.652 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T15:53:30.111 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-04-12T15:53:30.112 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T15:53:30.845 DEBUG:teuthology.orchestra.run.smithi037:> true 2024-04-12T15:53:31.374 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-04-12T15:53:31.374 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-435.el9.x86_64"... 2024-04-12T15:53:31.375 DEBUG:teuthology.orchestra.run.smithi037:> uname -r 2024-04-12T15:53:31.392 INFO:teuthology.orchestra.run.smithi037.stdout:5.14.0-435.el9.x86_64 2024-04-12T15:53:31.393 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-435.el9.x86_64 vs 5.14.0-435.el9.x86_64 2024-04-12T15:53:31.393 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-12T15:53:31.393 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-12T15:53:32.394 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-12T15:53:32.394 DEBUG:teuthology.orchestra.run.smithi037:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-12T15:53:32.487 INFO:teuthology.orchestra.run.smithi037.stdout:ttyS1 2024-04-12T15:53:32.566 DEBUG:teuthology.parallel:result is None 2024-04-12T15:54:28.662 DEBUG:teuthology.orchestra.remote:timed out 2024-04-12T15:54:40.664 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-04-12T15:54:40.665 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T15:54:41.021 DEBUG:teuthology.orchestra.run.smithi040:> true 2024-04-12T15:54:41.382 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-04-12T15:54:41.382 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-435.el9.x86_64"... 2024-04-12T15:54:41.382 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2024-04-12T15:54:41.399 INFO:teuthology.orchestra.run.smithi040.stdout:5.14.0-435.el9.x86_64 2024-04-12T15:54:41.399 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-435.el9.x86_64 vs 5.14.0-435.el9.x86_64 2024-04-12T15:54:41.399 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-12T15:54:41.399 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-12T15:54:42.400 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-12T15:54:42.400 DEBUG:teuthology.orchestra.run.smithi040:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-12T15:54:42.480 INFO:teuthology.orchestra.run.smithi040.stdout:ttyS1 2024-04-12T15:54:42.516 DEBUG:teuthology.parallel:result is None 2024-04-12T15:54:42.517 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-12T15:54:42.524 INFO:teuthology.task.internal:Creating test directory... 2024-04-12T15:54:42.524 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-12T15:54:42.528 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-12T15:54:42.530 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-12T15:54:42.548 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-12T15:54:42.555 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-12T15:54:42.575 INFO:teuthology.task.internal:Creating archive directory... 2024-04-12T15:54:42.575 DEBUG:teuthology.orchestra.run.smithi037:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-12T15:54:42.587 DEBUG:teuthology.orchestra.run.smithi040:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-12T15:54:42.590 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-12T15:54:42.656 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-12T15:54:42.662 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-12T15:54:42.662 DEBUG:teuthology.orchestra.run.smithi037:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-12T15:54:42.664 DEBUG:teuthology.orchestra.run.smithi040:> 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-12T15:54:42.667 DEBUG:teuthology.orchestra.run.smithi133:> 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-12T15:54:42.701 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-12T15:54:42.702 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-12T15:54:42.702 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-12T15:54:42.714 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-12T15:54:42.716 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-12T15:54:42.716 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-12T15:54:42.718 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-12T15:54:42.725 INFO:teuthology.task.internal:Configuring sudo... 2024-04-12T15:54:42.725 DEBUG:teuthology.orchestra.run.smithi037:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-12T15:54:42.761 DEBUG:teuthology.orchestra.run.smithi040:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-12T15:54:42.763 DEBUG:teuthology.orchestra.run.smithi133:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-12T15:54:42.793 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-12T15:54:42.802 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-12T15:54:42.802 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-12T15:54:42.831 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-12T15:54:42.834 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-12T15:54:42.850 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-12T15:54:42.930 DEBUG:teuthology.orchestra.run.smithi037:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-12T15:54:42.982 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-12T15:54:43.064 DEBUG:teuthology.orchestra.run.smithi037:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-12T15:54:43.108 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-12T15:54:43.108 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-12T15:54:43.175 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-12T15:54:43.219 DEBUG:teuthology.orchestra.run.smithi040:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-12T15:54:43.278 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-12T15:54:43.363 DEBUG:teuthology.orchestra.run.smithi040:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-12T15:54:43.406 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-12T15:54:43.407 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-12T15:54:43.476 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-12T15:54:43.519 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-12T15:54:43.583 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-12T15:54:43.626 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-12T15:54:43.671 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-12T15:54:43.671 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-12T15:54:43.740 DEBUG:teuthology.orchestra.run.smithi037:> sudo service rsyslog restart 2024-04-12T15:54:43.742 DEBUG:teuthology.orchestra.run.smithi040:> sudo service rsyslog restart 2024-04-12T15:54:43.745 DEBUG:teuthology.orchestra.run.smithi133:> sudo service rsyslog restart 2024-04-12T15:54:43.791 INFO:teuthology.orchestra.run.smithi037.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-12T15:54:43.811 INFO:teuthology.orchestra.run.smithi040.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-12T15:54:43.830 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-12T15:54:44.366 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-12T15:54:44.376 INFO:teuthology.task.internal:Starting timer... 2024-04-12T15:54:44.377 INFO:teuthology.run_tasks:Running task pcp... 2024-04-12T15:54:44.398 INFO:teuthology.run_tasks:Running task selinux... 2024-04-12T15:54:44.427 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-12T15:54:44.428 DEBUG:teuthology.orchestra.run.smithi037:> sudo service auditd rotate 2024-04-12T15:54:44.485 INFO:teuthology.orchestra.run.smithi037.stdout:Rotating logs: 2024-04-12T15:54:44.487 DEBUG:teuthology.orchestra.run.smithi040:> sudo service auditd rotate 2024-04-12T15:54:44.532 INFO:teuthology.orchestra.run.smithi040.stdout:Rotating logs: 2024-04-12T15:54:44.534 DEBUG:teuthology.orchestra.run.smithi133:> sudo service auditd rotate 2024-04-12T15:54:44.598 INFO:teuthology.orchestra.run.smithi133.stdout:Rotating logs: 2024-04-12T15:54:44.600 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-12T15:54:44.600 DEBUG:teuthology.orchestra.run.smithi037:> /usr/sbin/getenforce 2024-04-12T15:54:44.711 INFO:teuthology.orchestra.run.smithi037.stdout:Permissive 2024-04-12T15:54:44.711 DEBUG:teuthology.orchestra.run.smithi040:> /usr/sbin/getenforce 2024-04-12T15:54:44.730 INFO:teuthology.orchestra.run.smithi040.stdout:Permissive 2024-04-12T15:54:44.730 DEBUG:teuthology.orchestra.run.smithi133:> /usr/sbin/getenforce 2024-04-12T15:54:44.747 INFO:teuthology.orchestra.run.smithi133.stdout:Permissive 2024-04-12T15:54:44.748 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi037.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi040.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi133.front.sepia.ceph.com': 'permissive'} 2024-04-12T15:54:44.748 DEBUG:teuthology.orchestra.run.smithi037:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-12T15:54:44.777 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T15:54:44.777 DEBUG:teuthology.orchestra.run.smithi040:> 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-12T15:54:44.805 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T15:54:44.806 DEBUG:teuthology.orchestra.run.smithi133:> 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-12T15:54:44.834 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T15:54:44.834 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-12T15:54:44.834 DEBUG:teuthology.orchestra.run.smithi037:> sudo /usr/sbin/setenforce permissive 2024-04-12T15:54:44.871 DEBUG:teuthology.orchestra.run.smithi040:> sudo /usr/sbin/setenforce permissive 2024-04-12T15:54:44.913 DEBUG:teuthology.orchestra.run.smithi133:> sudo /usr/sbin/setenforce permissive 2024-04-12T15:54:44.950 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-12T15:54:44.962 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-12T15:54:44.967 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-12T15:54:45.091 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-12T15:54:45.109 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-12T15:54:45.110 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi037.front.sepia.ceph.com,smithi040.front.sepia.ceph.com,smithi133.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-12T15:59:18.855 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi037.front.sepia.ceph.com'), Remote(name='ubuntu@smithi040.front.sepia.ceph.com'), Remote(name='ubuntu@smithi133.front.sepia.ceph.com')] 2024-04-12T15:59:18.857 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-04-12T15:59:18.858 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T15:59:18.951 DEBUG:teuthology.orchestra.run.smithi037:> true 2024-04-12T15:59:19.029 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-04-12T15:59:19.029 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-04-12T15:59:19.029 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T15:59:19.118 DEBUG:teuthology.orchestra.run.smithi040:> true 2024-04-12T15:59:19.156 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-04-12T15:59:19.156 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-12T15:59:19.157 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T15:59:19.242 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-04-12T15:59:19.320 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-12T15:59:19.321 INFO:teuthology.run_tasks:Running task clock... 2024-04-12T15:59:19.332 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-12T15:59:19.332 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-12T15:59:19.332 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-12T15:59:19.335 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-12T15:59:19.335 DEBUG:teuthology.orchestra.run.smithi040:> 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-12T15:59:19.337 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-12T15:59:19.337 DEBUG:teuthology.orchestra.run.smithi133:> 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-12T15:59:19.365 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-12T15:59:19.369 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-12T15:59:19.382 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-12T15:59:19.387 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-12T15:59:19.392 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-12T15:59:19.409 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-12T15:59:19.412 INFO:teuthology.orchestra.run.smithi037.stderr:sudo: ntpd: command not found 2024-04-12T15:59:19.418 INFO:teuthology.orchestra.run.smithi040.stderr:sudo: ntpd: command not found 2024-04-12T15:59:19.426 INFO:teuthology.orchestra.run.smithi037.stdout:506 Cannot talk to daemon 2024-04-12T15:59:19.432 INFO:teuthology.orchestra.run.smithi040.stdout:506 Cannot talk to daemon 2024-04-12T15:59:19.438 INFO:teuthology.orchestra.run.smithi133.stderr:sudo: ntpd: command not found 2024-04-12T15:59:19.443 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-12T15:59:19.449 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-12T15:59:19.452 INFO:teuthology.orchestra.run.smithi133.stdout:506 Cannot talk to daemon 2024-04-12T15:59:19.460 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-12T15:59:19.466 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-12T15:59:19.469 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-12T15:59:19.485 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-12T15:59:19.516 INFO:teuthology.orchestra.run.smithi037.stderr:bash: line 1: ntpq: command not found 2024-04-12T15:59:19.517 INFO:teuthology.orchestra.run.smithi040.stderr:bash: line 1: ntpq: command not found 2024-04-12T15:59:19.519 INFO:teuthology.orchestra.run.smithi037.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-12T15:59:19.520 INFO:teuthology.orchestra.run.smithi037.stdout:=============================================================================== 2024-04-12T15:59:19.520 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T15:59:19.520 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T15:59:19.520 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T15:59:19.520 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T15:59:19.521 INFO:teuthology.orchestra.run.smithi040.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-12T15:59:19.521 INFO:teuthology.orchestra.run.smithi040.stdout:=============================================================================== 2024-04-12T15:59:19.521 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T15:59:19.521 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T15:59:19.522 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T15:59:19.522 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T15:59:19.546 INFO:teuthology.orchestra.run.smithi133.stderr:bash: line 1: ntpq: command not found 2024-04-12T15:59:19.549 INFO:teuthology.orchestra.run.smithi133.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-12T15:59:19.549 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================== 2024-04-12T15:59:19.549 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T15:59:19.549 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T15:59:19.550 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T15:59:19.550 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T15:59:19.551 INFO:teuthology.run_tasks:Running task install... 2024-04-12T15:59:19.559 DEBUG:teuthology.task.install:project ceph 2024-04-12T15:59:19.559 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'bf9c5618cc018927fa77780d25b6deb1f5dc254d'}} 2024-04-12T15:59:19.559 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'bf9c5618cc018927fa77780d25b6deb1f5dc254d'} 2024-04-12T15:59:19.559 INFO:teuthology.task.install:Using flavor: default 2024-04-12T15:59:19.565 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-12T15:59:19.565 INFO:teuthology.task.install:extra packages: [] 2024-04-12T15:59:19.566 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': 'bf9c5618cc018927fa77780d25b6deb1f5dc254d', 'tag': None, 'wait_for_package': False} 2024-04-12T15:59:19.566 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bf9c5618cc018927fa77780d25b6deb1f5dc254d 2024-04-12T15:59:19.569 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': 'bf9c5618cc018927fa77780d25b6deb1f5dc254d', 'tag': None, 'wait_for_package': False} 2024-04-12T15:59:19.569 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bf9c5618cc018927fa77780d25b6deb1f5dc254d 2024-04-12T15:59:19.570 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': 'bf9c5618cc018927fa77780d25b6deb1f5dc254d', 'tag': None, 'wait_for_package': False} 2024-04-12T15:59:19.570 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bf9c5618cc018927fa77780d25b6deb1f5dc254d 2024-04-12T15:59:19.717 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/centos/9/flavors/default/ 2024-04-12T15:59:19.718 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2847.gbf9c5618 2024-04-12T15:59:19.722 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/centos/9/flavors/default/ 2024-04-12T15:59:19.722 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2847.gbf9c5618 2024-04-12T15:59:19.726 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/centos/9/flavors/default/ 2024-04-12T15:59:19.726 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2847.gbf9c5618 2024-04-12T15:59:20.002 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-12T15:59:20.003 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-12T15:59:20.003 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-12T15:59:20.033 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-12T15:59:20.033 DEBUG:teuthology.orchestra.run.smithi037:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/bf9c5618cc018927fa77780d25b6deb1f5dc254d/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-12T15:59:20.103 DEBUG:teuthology.orchestra.run.smithi037:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-12T15:59:20.105 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-12T15:59:20.105 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-12T15:59:20.106 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-12T15:59:20.135 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-12T15:59:20.135 DEBUG:teuthology.orchestra.run.smithi133:> 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/bf9c5618cc018927fa77780d25b6deb1f5dc254d/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-12T15:59:20.184 DEBUG:teuthology.orchestra.run.smithi037:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-12T15:59:20.203 DEBUG:teuthology.orchestra.run.smithi133:> 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-12T15:59:20.251 INFO:teuthology.orchestra.run.smithi037.stdout:check_obsoletes = 1 2024-04-12T15:59:20.253 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum clean all 2024-04-12T15:59:20.283 DEBUG:teuthology.orchestra.run.smithi133:> 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-12T15:59:20.350 INFO:teuthology.orchestra.run.smithi133.stdout:check_obsoletes = 1 2024-04-12T15:59:20.351 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum clean all 2024-04-12T15:59:20.435 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-12T15:59:20.436 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-12T15:59:20.436 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-12T15:59:20.468 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-12T15:59:20.468 DEBUG:teuthology.orchestra.run.smithi040:> 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/bf9c5618cc018927fa77780d25b6deb1f5dc254d/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-12T15:59:20.505 INFO:teuthology.orchestra.run.smithi037.stdout:74 files removed 2024-04-12T15:59:20.532 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-radosgw 2024-04-12T15:59:20.539 DEBUG:teuthology.orchestra.run.smithi040:> 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-12T15:59:20.594 INFO:teuthology.orchestra.run.smithi133.stdout:74 files removed 2024-04-12T15:59:20.620 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-radosgw 2024-04-12T15:59:20.622 DEBUG:teuthology.orchestra.run.smithi040:> 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-12T15:59:20.690 INFO:teuthology.orchestra.run.smithi040.stdout:check_obsoletes = 1 2024-04-12T15:59:20.692 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum clean all 2024-04-12T15:59:20.944 INFO:teuthology.orchestra.run.smithi040.stdout:74 files removed 2024-04-12T15:59:20.998 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-radosgw 2024-04-12T15:59:21.706 INFO:teuthology.orchestra.run.smithi133.stdout:ceph packages for x86_64 106 kB/s | 83 kB 00:00 2024-04-12T15:59:21.838 INFO:teuthology.orchestra.run.smithi037.stdout:ceph packages for x86_64 83 kB/s | 83 kB 00:00 2024-04-12T15:59:21.906 INFO:teuthology.orchestra.run.smithi040.stdout:ceph packages for x86_64 140 kB/s | 83 kB 00:00 2024-04-12T15:59:22.298 INFO:teuthology.orchestra.run.smithi133.stdout:ceph noarch packages 21 kB/s | 12 kB 00:00 2024-04-12T15:59:22.687 INFO:teuthology.orchestra.run.smithi040.stdout:ceph noarch packages 16 kB/s | 12 kB 00:00 2024-04-12T15:59:22.849 INFO:teuthology.orchestra.run.smithi133.stdout:ceph source packages 3.7 kB/s | 1.9 kB 00:00 2024-04-12T15:59:22.864 INFO:teuthology.orchestra.run.smithi037.stdout:ceph noarch packages 12 kB/s | 12 kB 00:00 2024-04-12T15:59:23.379 INFO:teuthology.orchestra.run.smithi040.stdout:ceph source packages 2.9 kB/s | 1.9 kB 00:00 2024-04-12T15:59:23.468 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS-9 - AppStream 14 MB/s | 8.1 MB 00:00 2024-04-12T15:59:23.556 INFO:teuthology.orchestra.run.smithi037.stdout:ceph source packages 2.9 kB/s | 1.9 kB 00:00 2024-04-12T15:59:23.998 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS-9 - AppStream 14 MB/s | 8.1 MB 00:00 2024-04-12T15:59:24.292 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS-9 - AppStream 12 MB/s | 8.1 MB 00:00 2024-04-12T15:59:25.343 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS-9 - BaseOS 4.6 MB/s | 2.5 MB 00:00 2024-04-12T15:59:25.990 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS-9 - BaseOS 4.1 MB/s | 2.5 MB 00:00 2024-04-12T15:59:26.350 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS-9 - BaseOS 3.8 MB/s | 2.5 MB 00:00 2024-04-12T15:59:27.014 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-04-12T15:59:27.324 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.0 MB 00:00 2024-04-12T15:59:27.958 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - BaseOS 3.7 MB/s | 8.0 MB 00:02 2024-04-12T15:59:29.225 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - AppStream 18 MB/s | 19 MB 00:01 2024-04-12T15:59:33.659 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - AppStream 4.1 MB/s | 19 MB 00:04 2024-04-12T15:59:34.434 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - CRB 3.9 MB/s | 6.2 MB 00:01 2024-04-12T15:59:36.127 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - Extras packages 38 kB/s | 16 kB 00:00 2024-04-12T15:59:37.264 INFO:teuthology.orchestra.run.smithi040.stdout:Extra Packages for Enterprise Linux 21 MB/s | 21 MB 00:00 2024-04-12T15:59:39.476 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - CRB 2.8 MB/s | 6.2 MB 00:02 2024-04-12T15:59:41.126 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - Extras packages 52 kB/s | 16 kB 00:00 2024-04-12T15:59:42.437 INFO:teuthology.orchestra.run.smithi040.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-04-12T15:59:42.606 INFO:teuthology.orchestra.run.smithi133.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-04-12T15:59:45.112 INFO:teuthology.orchestra.run.smithi040.stderr:Modular dependency problems: 2024-04-12T15:59:45.112 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T15:59:45.112 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 1: conflicting requests 2024-04-12T15:59:45.112 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.112 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 2: conflicting requests 2024-04-12T15:59:45.112 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.112 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 3: conflicting requests 2024-04-12T15:59:45.112 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.112 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 4: conflicting requests 2024-04-12T15:59:45.113 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.113 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 5: conflicting requests 2024-04-12T15:59:45.113 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.113 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 6: conflicting requests 2024-04-12T15:59:45.113 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.113 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 7: conflicting requests 2024-04-12T15:59:45.113 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.113 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 8: conflicting requests 2024-04-12T15:59:45.113 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.113 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 9: conflicting requests 2024-04-12T15:59:45.113 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.113 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 10: conflicting requests 2024-04-12T15:59:45.114 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.114 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 11: conflicting requests 2024-04-12T15:59:45.114 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.114 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 12: conflicting requests 2024-04-12T15:59:45.114 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.114 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 13: conflicting requests 2024-04-12T15:59:45.114 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.114 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 14: conflicting requests 2024-04-12T15:59:45.114 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.114 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 15: conflicting requests 2024-04-12T15:59:45.114 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.114 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 16: conflicting requests 2024-04-12T15:59:45.115 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.115 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 17: conflicting requests 2024-04-12T15:59:45.115 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.115 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 18: conflicting requests 2024-04-12T15:59:45.115 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.115 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 19: conflicting requests 2024-04-12T15:59:45.115 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.115 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 20: conflicting requests 2024-04-12T15:59:45.115 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.115 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 21: conflicting requests 2024-04-12T15:59:45.115 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.115 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 22: conflicting requests 2024-04-12T15:59:45.115 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.115 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 23: conflicting requests 2024-04-12T15:59:45.116 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.116 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 24: conflicting requests 2024-04-12T15:59:45.116 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.116 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 25: conflicting requests 2024-04-12T15:59:45.116 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.116 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 26: conflicting requests 2024-04-12T15:59:45.116 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.116 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 27: conflicting requests 2024-04-12T15:59:45.116 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.116 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 28: conflicting requests 2024-04-12T15:59:45.116 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.116 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 29: conflicting requests 2024-04-12T15:59:45.116 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.116 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 30: conflicting requests 2024-04-12T15:59:45.117 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.117 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 31: conflicting requests 2024-04-12T15:59:45.117 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.117 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 32: conflicting requests 2024-04-12T15:59:45.117 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.117 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 33: conflicting requests 2024-04-12T15:59:45.117 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.117 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 34: conflicting requests 2024-04-12T15:59:45.117 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.117 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 35: conflicting requests 2024-04-12T15:59:45.117 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.117 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 36: conflicting requests 2024-04-12T15:59:45.117 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.117 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 37: conflicting requests 2024-04-12T15:59:45.118 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.118 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.118 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.118 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T15:59:45.118 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.118 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.118 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.118 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.118 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 39: conflicting requests 2024-04-12T15:59:45.118 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.118 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.118 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.118 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.119 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.119 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.119 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T15:59:45.119 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.119 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.119 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.119 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.119 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T15:59:45.119 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.119 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.119 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.119 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.119 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T15:59:45.119 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.119 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.120 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.120 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.120 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T15:59:45.120 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.120 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.120 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.120 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.120 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T15:59:45.120 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.120 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.120 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.120 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.120 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T15:59:45.120 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.121 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.121 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.121 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T15:59:45.631 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-12T15:59:45.640 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T15:59:45.640 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-04-12T15:59:45.640 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T15:59:45.641 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-12T15:59:45.641 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-radosgw x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 10 M 2024-04-12T15:59:45.641 INFO:teuthology.orchestra.run.smithi040.stdout:Upgrading: 2024-04-12T15:59:45.641 INFO:teuthology.orchestra.run.smithi040.stdout: librados2 x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 3.4 M 2024-04-12T15:59:45.641 INFO:teuthology.orchestra.run.smithi040.stdout: librbd1 x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 3.1 M 2024-04-12T15:59:45.641 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-04-12T15:59:45.641 INFO:teuthology.orchestra.run.smithi040.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-12T15:59:45.641 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-base x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 5.4 M 2024-04-12T15:59:45.641 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-common x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 21 M 2024-04-12T15:59:45.641 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-selinux x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 25 k 2024-04-12T15:59:45.641 INFO:teuthology.orchestra.run.smithi040.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-12T15:59:45.641 INFO:teuthology.orchestra.run.smithi040.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-12T15:59:45.641 INFO:teuthology.orchestra.run.smithi040.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-12T15:59:45.641 INFO:teuthology.orchestra.run.smithi040.stdout: libcephfs2 x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 747 k 2024-04-12T15:59:45.642 INFO:teuthology.orchestra.run.smithi040.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-12T15:59:45.642 INFO:teuthology.orchestra.run.smithi040.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-12T15:59:45.642 INFO:teuthology.orchestra.run.smithi040.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-12T15:59:45.642 INFO:teuthology.orchestra.run.smithi040.stdout: libradosstriper1 x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 500 k 2024-04-12T15:59:45.642 INFO:teuthology.orchestra.run.smithi040.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-12T15:59:45.642 INFO:teuthology.orchestra.run.smithi040.stdout: librgw2 x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 5.2 M 2024-04-12T15:59:45.642 INFO:teuthology.orchestra.run.smithi040.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-12T15:59:45.642 INFO:teuthology.orchestra.run.smithi040.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-12T15:59:45.642 INFO:teuthology.orchestra.run.smithi040.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-12T15:59:45.642 INFO:teuthology.orchestra.run.smithi040.stdout: python3-ceph-argparse x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 45 k 2024-04-12T15:59:45.642 INFO:teuthology.orchestra.run.smithi040.stdout: python3-ceph-common x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 135 k 2024-04-12T15:59:45.642 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cephfs x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 161 k 2024-04-12T15:59:45.642 INFO:teuthology.orchestra.run.smithi040.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-12T15:59:45.642 INFO:teuthology.orchestra.run.smithi040.stdout: python3-rados x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 320 k 2024-04-12T15:59:45.643 INFO:teuthology.orchestra.run.smithi040.stdout: python3-rbd x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 298 k 2024-04-12T15:59:45.643 INFO:teuthology.orchestra.run.smithi040.stdout: python3-rgw x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 99 k 2024-04-12T15:59:45.643 INFO:teuthology.orchestra.run.smithi040.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-12T15:59:45.643 INFO:teuthology.orchestra.run.smithi040.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-12T15:59:45.643 INFO:teuthology.orchestra.run.smithi040.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-12T15:59:45.643 INFO:teuthology.orchestra.run.smithi040.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-12T15:59:45.643 INFO:teuthology.orchestra.run.smithi040.stdout:Installing weak dependencies: 2024-04-12T15:59:45.643 INFO:teuthology.orchestra.run.smithi040.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-12T15:59:45.643 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T15:59:45.643 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-12T15:59:45.643 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T15:59:45.643 INFO:teuthology.orchestra.run.smithi040.stdout:Install 30 Packages 2024-04-12T15:59:45.643 INFO:teuthology.orchestra.run.smithi040.stdout:Upgrade 2 Packages 2024-04-12T15:59:45.643 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T15:59:45.644 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 59 M 2024-04-12T15:59:45.644 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-12T15:59:46.830 INFO:teuthology.orchestra.run.smithi040.stdout:(1/32): ceph-base-19.0.0-2847.gbf9c5618.el9.x86 5.5 MB/s | 5.4 MB 00:00 2024-04-12T15:59:46.889 INFO:teuthology.orchestra.run.smithi040.stdout:(2/32): ceph-selinux-19.0.0-2847.gbf9c5618.el9. 431 kB/s | 25 kB 00:00 2024-04-12T15:59:46.989 INFO:teuthology.orchestra.run.smithi040.stdout:(3/32): libcephfs2-19.0.0-2847.gbf9c5618.el9.x8 7.3 MB/s | 747 kB 00:00 2024-04-12T15:59:47.064 INFO:teuthology.orchestra.run.smithi040.stdout:(4/32): libradosstriper1-19.0.0-2847.gbf9c5618. 6.5 MB/s | 500 kB 00:00 2024-04-12T15:59:47.581 INFO:teuthology.orchestra.run.smithi040.stdout:(5/32): librgw2-19.0.0-2847.gbf9c5618.el9.x86_6 10 MB/s | 5.2 MB 00:00 2024-04-12T15:59:47.640 INFO:teuthology.orchestra.run.smithi040.stdout:(6/32): python3-ceph-argparse-19.0.0-2847.gbf9c 777 kB/s | 45 kB 00:00 2024-04-12T15:59:47.706 INFO:teuthology.orchestra.run.smithi040.stdout:(7/32): python3-ceph-common-19.0.0-2847.gbf9c56 2.0 MB/s | 135 kB 00:00 2024-04-12T15:59:47.773 INFO:teuthology.orchestra.run.smithi040.stdout:(8/32): python3-cephfs-19.0.0-2847.gbf9c5618.el 2.4 MB/s | 161 kB 00:00 2024-04-12T15:59:47.848 INFO:teuthology.orchestra.run.smithi040.stdout:(9/32): python3-rados-19.0.0-2847.gbf9c5618.el9 4.2 MB/s | 320 kB 00:00 2024-04-12T15:59:47.924 INFO:teuthology.orchestra.run.smithi040.stdout:(10/32): python3-rbd-19.0.0-2847.gbf9c5618.el9. 3.9 MB/s | 298 kB 00:00 2024-04-12T15:59:47.936 INFO:teuthology.orchestra.run.smithi133.stdout:lab-extras 6.9 kB/s | 1.7 kB 00:00 2024-04-12T15:59:47.999 INFO:teuthology.orchestra.run.smithi040.stdout:(11/32): python3-rgw-19.0.0-2847.gbf9c5618.el9. 1.3 MB/s | 99 kB 00:00 2024-04-12T15:59:48.141 INFO:teuthology.orchestra.run.smithi040.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 755 kB/s | 107 kB 00:00 2024-04-12T15:59:48.216 INFO:teuthology.orchestra.run.smithi040.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.1 MB/s | 160 kB 00:00 2024-04-12T15:59:48.258 INFO:teuthology.orchestra.run.smithi040.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.1 MB/s | 45 kB 00:00 2024-04-12T15:59:48.509 INFO:teuthology.orchestra.run.smithi040.stdout:(15/32): ceph-common-19.0.0-2847.gbf9c5618.el9. 7.9 MB/s | 21 MB 00:02 2024-04-12T15:59:48.542 INFO:teuthology.orchestra.run.smithi040.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 2.3 MB/s | 662 kB 00:00 2024-04-12T15:59:48.584 INFO:teuthology.orchestra.run.smithi040.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 1.0 MB/s | 42 kB 00:00 2024-04-12T15:59:48.651 INFO:teuthology.orchestra.run.smithi040.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.2 MB/s | 221 kB 00:00 2024-04-12T15:59:48.702 INFO:teuthology.orchestra.run.smithi040.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 718 kB/s | 36 kB 00:00 2024-04-12T15:59:48.743 INFO:teuthology.orchestra.run.smithi040.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 1.1 MB/s | 47 kB 00:00 2024-04-12T15:59:48.827 INFO:teuthology.orchestra.run.smithi040.stdout:(21/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 920 kB/s | 292 kB 00:00 2024-04-12T15:59:48.936 INFO:teuthology.orchestra.run.smithi040.stdout:(22/32): ceph-radosgw-19.0.0-2847.gbf9c5618.el9 3.3 MB/s | 10 MB 00:03 2024-04-12T15:59:48.961 INFO:teuthology.orchestra.run.smithi040.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.4 MB/s | 309 kB 00:00 2024-04-12T15:59:49.003 INFO:teuthology.orchestra.run.smithi040.stdout:(24/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 389 kB/s | 26 kB 00:00 2024-04-12T15:59:49.020 INFO:teuthology.orchestra.run.smithi040.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 832 kB/s | 49 kB 00:00 2024-04-12T15:59:49.062 INFO:teuthology.orchestra.run.smithi040.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-04-12T15:59:49.179 INFO:teuthology.orchestra.run.smithi040.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 13 MB/s | 4.4 MB 00:00 2024-04-12T15:59:49.204 INFO:teuthology.orchestra.run.smithi040.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.3 MB/s | 192 kB 00:00 2024-04-12T15:59:49.263 INFO:teuthology.orchestra.run.smithi040.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 19 MB/s | 1.6 MB 00:00 2024-04-12T15:59:49.296 INFO:teuthology.orchestra.run.smithi040.stdout:(30/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.0 MB/s | 838 kB 00:00 2024-04-12T15:59:49.638 INFO:teuthology.orchestra.run.smithi040.stdout:(31/32): librados2-19.0.0-2847.gbf9c5618.el9.x8 7.8 MB/s | 3.4 MB 00:00 2024-04-12T15:59:49.722 INFO:teuthology.orchestra.run.smithi040.stdout:(32/32): librbd1-19.0.0-2847.gbf9c5618.el9.x86_ 6.9 MB/s | 3.1 MB 00:00 2024-04-12T15:59:49.725 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-12T15:59:49.725 INFO:teuthology.orchestra.run.smithi040.stdout:Total 15 MB/s | 59 MB 00:04 2024-04-12T15:59:49.827 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-12T15:59:49.867 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-12T15:59:49.867 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-12T15:59:50.386 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-12T15:59:50.386 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-12T15:59:50.530 INFO:teuthology.orchestra.run.smithi133.stderr:Modular dependency problems: 2024-04-12T15:59:50.531 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T15:59:50.531 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 1: conflicting requests 2024-04-12T15:59:50.531 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.531 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 2: conflicting requests 2024-04-12T15:59:50.531 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.531 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 3: conflicting requests 2024-04-12T15:59:50.532 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.532 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 4: conflicting requests 2024-04-12T15:59:50.532 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.532 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 5: conflicting requests 2024-04-12T15:59:50.532 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.532 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 6: conflicting requests 2024-04-12T15:59:50.532 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.532 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 7: conflicting requests 2024-04-12T15:59:50.532 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.532 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 8: conflicting requests 2024-04-12T15:59:50.532 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.532 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 9: conflicting requests 2024-04-12T15:59:50.532 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.533 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 10: conflicting requests 2024-04-12T15:59:50.533 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.533 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 11: conflicting requests 2024-04-12T15:59:50.533 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.533 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 12: conflicting requests 2024-04-12T15:59:50.533 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.533 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 13: conflicting requests 2024-04-12T15:59:50.533 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.533 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 14: conflicting requests 2024-04-12T15:59:50.533 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.533 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 15: conflicting requests 2024-04-12T15:59:50.533 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.533 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 16: conflicting requests 2024-04-12T15:59:50.533 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.534 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 17: conflicting requests 2024-04-12T15:59:50.534 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.534 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 18: conflicting requests 2024-04-12T15:59:50.534 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.534 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 19: conflicting requests 2024-04-12T15:59:50.534 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.534 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 20: conflicting requests 2024-04-12T15:59:50.534 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.534 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 21: conflicting requests 2024-04-12T15:59:50.534 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.534 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 22: conflicting requests 2024-04-12T15:59:50.534 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.534 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 23: conflicting requests 2024-04-12T15:59:50.534 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.535 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 24: conflicting requests 2024-04-12T15:59:50.535 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.535 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 25: conflicting requests 2024-04-12T15:59:50.535 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.535 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 26: conflicting requests 2024-04-12T15:59:50.535 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.535 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 27: conflicting requests 2024-04-12T15:59:50.535 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.535 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 28: conflicting requests 2024-04-12T15:59:50.535 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.535 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 29: conflicting requests 2024-04-12T15:59:50.535 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.535 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 30: conflicting requests 2024-04-12T15:59:50.536 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.536 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 31: conflicting requests 2024-04-12T15:59:50.536 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.536 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 32: conflicting requests 2024-04-12T15:59:50.536 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.536 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 33: conflicting requests 2024-04-12T15:59:50.536 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.536 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 34: conflicting requests 2024-04-12T15:59:50.536 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.536 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 35: conflicting requests 2024-04-12T15:59:50.536 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.536 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 36: conflicting requests 2024-04-12T15:59:50.536 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.536 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 37: conflicting requests 2024-04-12T15:59:50.537 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.537 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.537 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.537 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T15:59:50.537 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.537 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.537 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.537 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.537 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 39: conflicting requests 2024-04-12T15:59:50.537 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.537 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.537 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.537 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.538 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.538 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.538 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T15:59:50.538 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.538 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.538 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.538 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.538 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T15:59:50.538 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.538 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.538 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.538 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.538 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T15:59:50.538 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.539 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.539 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.539 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.539 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T15:59:50.539 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.539 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.539 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.539 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.539 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T15:59:50.539 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.539 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.539 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.539 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.539 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T15:59:50.540 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.540 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.540 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T15:59:50.540 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T15:59:51.062 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-12T15:59:51.076 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T15:59:51.076 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-12T15:59:51.076 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T15:59:51.076 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-12T15:59:51.076 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-radosgw x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 10 M 2024-04-12T15:59:51.076 INFO:teuthology.orchestra.run.smithi133.stdout:Upgrading: 2024-04-12T15:59:51.077 INFO:teuthology.orchestra.run.smithi133.stdout: librados2 x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 3.4 M 2024-04-12T15:59:51.077 INFO:teuthology.orchestra.run.smithi133.stdout: librbd1 x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 3.1 M 2024-04-12T15:59:51.077 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-12T15:59:51.077 INFO:teuthology.orchestra.run.smithi133.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-12T15:59:51.077 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-base x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 5.4 M 2024-04-12T15:59:51.077 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-common x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 21 M 2024-04-12T15:59:51.077 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-selinux x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 25 k 2024-04-12T15:59:51.077 INFO:teuthology.orchestra.run.smithi133.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-12T15:59:51.077 INFO:teuthology.orchestra.run.smithi133.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-12T15:59:51.077 INFO:teuthology.orchestra.run.smithi133.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-12T15:59:51.077 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs2 x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 747 k 2024-04-12T15:59:51.077 INFO:teuthology.orchestra.run.smithi133.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-12T15:59:51.078 INFO:teuthology.orchestra.run.smithi133.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-12T15:59:51.078 INFO:teuthology.orchestra.run.smithi133.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-12T15:59:51.078 INFO:teuthology.orchestra.run.smithi133.stdout: libradosstriper1 x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 500 k 2024-04-12T15:59:51.078 INFO:teuthology.orchestra.run.smithi133.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-12T15:59:51.078 INFO:teuthology.orchestra.run.smithi133.stdout: librgw2 x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 5.2 M 2024-04-12T15:59:51.078 INFO:teuthology.orchestra.run.smithi133.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-12T15:59:51.078 INFO:teuthology.orchestra.run.smithi133.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-12T15:59:51.078 INFO:teuthology.orchestra.run.smithi133.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-12T15:59:51.078 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-argparse x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 45 k 2024-04-12T15:59:51.078 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-common x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 135 k 2024-04-12T15:59:51.078 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cephfs x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 161 k 2024-04-12T15:59:51.078 INFO:teuthology.orchestra.run.smithi133.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-12T15:59:51.078 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rados x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 320 k 2024-04-12T15:59:51.078 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rbd x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 298 k 2024-04-12T15:59:51.079 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rgw x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 99 k 2024-04-12T15:59:51.079 INFO:teuthology.orchestra.run.smithi133.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-12T15:59:51.079 INFO:teuthology.orchestra.run.smithi133.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-12T15:59:51.079 INFO:teuthology.orchestra.run.smithi133.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-12T15:59:51.079 INFO:teuthology.orchestra.run.smithi133.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-12T15:59:51.079 INFO:teuthology.orchestra.run.smithi133.stdout:Installing weak dependencies: 2024-04-12T15:59:51.079 INFO:teuthology.orchestra.run.smithi133.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-12T15:59:51.079 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T15:59:51.079 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-12T15:59:51.079 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T15:59:51.079 INFO:teuthology.orchestra.run.smithi133.stdout:Install 30 Packages 2024-04-12T15:59:51.079 INFO:teuthology.orchestra.run.smithi133.stdout:Upgrade 2 Packages 2024-04-12T15:59:51.079 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T15:59:51.080 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 59 M 2024-04-12T15:59:51.080 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-12T15:59:51.900 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-12T15:59:51.983 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-12T15:59:51.998 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 9 - AppStream 823 kB/s | 19 MB 00:23 2024-04-12T15:59:52.019 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-12T15:59:52.044 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-12T15:59:52.058 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-12T15:59:52.075 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-12T15:59:52.216 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-12T15:59:52.273 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-12T15:59:52.636 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-12T15:59:52.670 INFO:teuthology.orchestra.run.smithi040.stdout: Upgrading : librados2-2:19.0.0-2847.gbf9c5618.el9.x86_64 7/34 2024-04-12T15:59:52.746 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: librados2-2:19.0.0-2847.gbf9c5618.el9.x86_64 7/34 2024-04-12T15:59:52.852 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-rados-2:19.0.0-2847.gbf9c5618.el9.x86_64 8/34 2024-04-12T15:59:52.889 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libcephfs2-2:19.0.0-2847.gbf9c5618.el9.x86_64 9/34 2024-04-12T15:59:52.951 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: libcephfs2-2:19.0.0-2847.gbf9c5618.el9.x86_64 9/34 2024-04-12T15:59:52.972 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-12T15:59:53.007 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-ceph-argparse-2:19.0.0-2847.gbf9c5618.el9. 11/34 2024-04-12T15:59:53.078 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-cephfs-2:19.0.0-2847.gbf9c5618.el9.x86_64 12/34 2024-04-12T15:59:53.099 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libradosstriper1-2:19.0.0-2847.gbf9c5618.el9.x86_6 13/34 2024-04-12T15:59:53.163 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2847.gbf9c5618.el9.x86_6 13/34 2024-04-12T15:59:53.198 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-12T15:59:53.312 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-12T15:59:53.340 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-12T15:59:53.381 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-12T15:59:53.413 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-12T15:59:53.442 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-12T15:59:53.475 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-12T15:59:53.805 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-12T15:59:53.838 INFO:teuthology.orchestra.run.smithi040.stdout: Upgrading : librbd1-2:19.0.0-2847.gbf9c5618.el9.x86_64 22/34 2024-04-12T15:59:53.929 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: librbd1-2:19.0.0-2847.gbf9c5618.el9.x86_64 22/34 2024-04-12T15:59:53.951 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-rbd-2:19.0.0-2847.gbf9c5618.el9.x86_64 23/34 2024-04-12T15:59:53.993 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-12T15:59:54.497 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-12T15:59:54.524 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : librgw2-2:19.0.0-2847.gbf9c5618.el9.x86_64 26/34 2024-04-12T15:59:54.595 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: librgw2-2:19.0.0-2847.gbf9c5618.el9.x86_64 26/34 2024-04-12T15:59:54.666 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-rgw-2:19.0.0-2847.gbf9c5618.el9.x86_64 27/34 2024-04-12T15:59:54.693 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-ceph-common-2:19.0.0-2847.gbf9c5618.el9.x8 28/34 2024-04-12T15:59:55.053 INFO:teuthology.orchestra.run.smithi133.stdout:(1/32): ceph-common-19.0.0-2847.gbf9c5618.el9.x 6.2 MB/s | 21 MB 00:03 2024-04-12T15:59:55.112 INFO:teuthology.orchestra.run.smithi133.stdout:(2/32): ceph-selinux-19.0.0-2847.gbf9c5618.el9. 436 kB/s | 25 kB 00:00 2024-04-12T15:59:55.262 INFO:teuthology.orchestra.run.smithi133.stdout:(3/32): libcephfs2-19.0.0-2847.gbf9c5618.el9.x8 4.9 MB/s | 747 kB 00:00 2024-04-12T15:59:55.346 INFO:teuthology.orchestra.run.smithi133.stdout:(4/32): libradosstriper1-19.0.0-2847.gbf9c5618. 5.9 MB/s | 500 kB 00:00 2024-04-12T15:59:55.480 INFO:teuthology.orchestra.run.smithi133.stdout:(5/32): ceph-radosgw-19.0.0-2847.gbf9c5618.el9. 2.6 MB/s | 10 MB 00:03 2024-04-12T15:59:55.546 INFO:teuthology.orchestra.run.smithi133.stdout:(6/32): python3-ceph-argparse-19.0.0-2847.gbf9c 682 kB/s | 45 kB 00:00 2024-04-12T15:59:55.922 INFO:teuthology.orchestra.run.smithi133.stdout:(7/32): librgw2-19.0.0-2847.gbf9c5618.el9.x86_6 9.1 MB/s | 5.2 MB 00:00 2024-04-12T15:59:55.949 INFO:teuthology.orchestra.run.smithi133.stdout:(8/32): python3-ceph-common-19.0.0-2847.gbf9c56 335 kB/s | 135 kB 00:00 2024-04-12T15:59:55.983 INFO:teuthology.orchestra.run.smithi133.stdout:(9/32): python3-cephfs-19.0.0-2847.gbf9c5618.el 2.6 MB/s | 161 kB 00:00 2024-04-12T15:59:56.049 INFO:teuthology.orchestra.run.smithi133.stdout:(10/32): python3-rados-19.0.0-2847.gbf9c5618.el 3.1 MB/s | 320 kB 00:00 2024-04-12T15:59:56.075 INFO:teuthology.orchestra.run.smithi133.stdout:(11/32): python3-rbd-19.0.0-2847.gbf9c5618.el9. 3.2 MB/s | 298 kB 00:00 2024-04-12T15:59:56.100 INFO:teuthology.orchestra.run.smithi133.stdout:(12/32): python3-rgw-19.0.0-2847.gbf9c5618.el9. 1.9 MB/s | 99 kB 00:00 2024-04-12T15:59:56.542 INFO:teuthology.orchestra.run.smithi133.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 229 kB/s | 107 kB 00:00 2024-04-12T15:59:56.659 INFO:teuthology.orchestra.run.smithi133.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 287 kB/s | 160 kB 00:00 2024-04-12T15:59:56.684 INFO:teuthology.orchestra.run.smithi133.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 319 kB/s | 45 kB 00:00 2024-04-12T15:59:56.977 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-common-2:19.0.0-2847.gbf9c5618.el9.x86_64 29/34 2024-04-12T15:59:57.015 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-common-2:19.0.0-2847.gbf9c5618.el9.x86_64 29/34 2024-04-12T15:59:57.026 INFO:teuthology.orchestra.run.smithi133.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.8 MB/s | 662 kB 00:00 2024-04-12T15:59:57.051 INFO:teuthology.orchestra.run.smithi133.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 797 kB/s | 292 kB 00:00 2024-04-12T15:59:57.127 INFO:teuthology.orchestra.run.smithi133.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 422 kB/s | 42 kB 00:00 2024-04-12T15:59:57.244 INFO:teuthology.orchestra.run.smithi133.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 308 kB/s | 36 kB 00:00 2024-04-12T15:59:57.269 INFO:teuthology.orchestra.run.smithi133.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.0 MB/s | 221 kB 00:00 2024-04-12T15:59:57.344 INFO:teuthology.orchestra.run.smithi133.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 473 kB/s | 47 kB 00:00 2024-04-12T15:59:57.398 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 9 - CRB 3.8 MB/s | 6.2 MB 00:01 2024-04-12T15:59:57.519 INFO:teuthology.orchestra.run.smithi133.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.2 MB/s | 309 kB 00:00 2024-04-12T15:59:57.561 INFO:teuthology.orchestra.run.smithi133.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 627 kB/s | 26 kB 00:00 2024-04-12T15:59:57.590 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-common-2:19.0.0-2847.gbf9c5618.el9.x86_64 29/34 2024-04-12T15:59:57.626 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-base-2:19.0.0-2847.gbf9c5618.el9.x86_64 30/34 2024-04-12T15:59:57.645 INFO:teuthology.orchestra.run.smithi133.stdout:(24/32): ceph-base-19.0.0-2847.gbf9c5618.el9.x8 924 kB/s | 5.4 MB 00:05 2024-04-12T15:59:57.662 INFO:teuthology.orchestra.run.smithi133.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 484 kB/s | 49 kB 00:00 2024-04-12T15:59:57.709 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-base-2:19.0.0-2847.gbf9c5618.el9.x86_64 30/34 2024-04-12T15:59:57.709 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-12T15:59:57.709 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-12T15:59:57.709 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T15:59:57.744 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-selinux-2:19.0.0-2847.gbf9c5618.el9.x86_64 31/34 2024-04-12T15:59:57.796 INFO:teuthology.orchestra.run.smithi133.stdout:(26/32): libarrow-9.0.0-10.el9.x86_64.rpm 9.8 MB/s | 4.4 MB 00:00 2024-04-12T15:59:57.821 INFO:teuthology.orchestra.run.smithi133.stdout:(27/32): libunwind-1.6.2-1.el9.x86_64.rpm 384 kB/s | 67 kB 00:00 2024-04-12T15:59:57.854 INFO:teuthology.orchestra.run.smithi133.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 4.3 MB/s | 838 kB 00:00 2024-04-12T15:59:57.879 INFO:teuthology.orchestra.run.smithi133.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 2.2 MB/s | 192 kB 00:00 2024-04-12T15:59:58.055 INFO:teuthology.orchestra.run.smithi133.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 6.8 MB/s | 1.6 MB 00:00 2024-04-12T15:59:58.597 INFO:teuthology.orchestra.run.smithi133.stdout:(31/32): librbd1-19.0.0-2847.gbf9c5618.el9.x86_ 4.4 MB/s | 3.1 MB 00:00 2024-04-12T15:59:58.849 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 9 - Extras packages 87 kB/s | 16 kB 00:00 2024-04-12T16:00:00.538 INFO:teuthology.orchestra.run.smithi133.stdout:(32/32): librados2-19.0.0-2847.gbf9c5618.el9.x8 1.3 MB/s | 3.4 MB 00:02 2024-04-12T16:00:00.541 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:00:00.541 INFO:teuthology.orchestra.run.smithi133.stdout:Total 6.3 MB/s | 59 MB 00:09 2024-04-12T16:00:00.626 INFO:teuthology.orchestra.run.smithi037.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-04-12T16:00:00.645 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-12T16:00:00.680 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-12T16:00:00.680 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-12T16:00:01.179 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-12T16:00:01.180 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-12T16:00:02.648 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-12T16:00:02.734 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-12T16:00:02.818 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-12T16:00:02.853 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-12T16:00:02.883 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-12T16:00:02.901 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-12T16:00:03.092 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-12T16:00:03.152 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-12T16:00:03.492 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-12T16:00:03.545 INFO:teuthology.orchestra.run.smithi133.stdout: Upgrading : librados2-2:19.0.0-2847.gbf9c5618.el9.x86_64 7/34 2024-04-12T16:00:03.620 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados2-2:19.0.0-2847.gbf9c5618.el9.x86_64 7/34 2024-04-12T16:00:03.709 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rados-2:19.0.0-2847.gbf9c5618.el9.x86_64 8/34 2024-04-12T16:00:03.738 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephfs2-2:19.0.0-2847.gbf9c5618.el9.x86_64 9/34 2024-04-12T16:00:03.801 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephfs2-2:19.0.0-2847.gbf9c5618.el9.x86_64 9/34 2024-04-12T16:00:03.829 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-12T16:00:03.873 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-ceph-argparse-2:19.0.0-2847.gbf9c5618.el9. 11/34 2024-04-12T16:00:03.950 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cephfs-2:19.0.0-2847.gbf9c5618.el9.x86_64 12/34 2024-04-12T16:00:03.974 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libradosstriper1-2:19.0.0-2847.gbf9c5618.el9.x86_6 13/34 2024-04-12T16:00:04.038 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2847.gbf9c5618.el9.x86_6 13/34 2024-04-12T16:00:04.072 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-12T16:00:04.187 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-12T16:00:04.224 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-12T16:00:04.264 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-12T16:00:04.296 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-12T16:00:04.325 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-12T16:00:04.358 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-12T16:00:04.671 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-12T16:00:04.696 INFO:teuthology.orchestra.run.smithi133.stdout: Upgrading : librbd1-2:19.0.0-2847.gbf9c5618.el9.x86_64 22/34 2024-04-12T16:00:04.781 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librbd1-2:19.0.0-2847.gbf9c5618.el9.x86_64 22/34 2024-04-12T16:00:04.809 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rbd-2:19.0.0-2847.gbf9c5618.el9.x86_64 23/34 2024-04-12T16:00:04.859 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-12T16:00:05.337 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-12T16:00:05.365 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librgw2-2:19.0.0-2847.gbf9c5618.el9.x86_64 26/34 2024-04-12T16:00:05.428 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librgw2-2:19.0.0-2847.gbf9c5618.el9.x86_64 26/34 2024-04-12T16:00:05.496 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rgw-2:19.0.0-2847.gbf9c5618.el9.x86_64 27/34 2024-04-12T16:00:05.526 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-ceph-common-2:19.0.0-2847.gbf9c5618.el9.x8 28/34 2024-04-12T16:00:05.951 INFO:teuthology.orchestra.run.smithi037.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-04-12T16:00:07.747 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-common-2:19.0.0-2847.gbf9c5618.el9.x86_64 29/34 2024-04-12T16:00:07.780 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-common-2:19.0.0-2847.gbf9c5618.el9.x86_64 29/34 2024-04-12T16:00:07.865 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2847.gbf9c5618.el9.x86_64 31/34 2024-04-12T16:00:07.865 INFO:teuthology.orchestra.run.smithi040.stdout:skipping the directory /sys 2024-04-12T16:00:07.865 INFO:teuthology.orchestra.run.smithi040.stdout:skipping the directory /proc 2024-04-12T16:00:07.865 INFO:teuthology.orchestra.run.smithi040.stdout:skipping the directory /mnt 2024-04-12T16:00:07.865 INFO:teuthology.orchestra.run.smithi040.stdout:skipping the directory /var/tmp 2024-04-12T16:00:07.865 INFO:teuthology.orchestra.run.smithi040.stdout:skipping the directory /home 2024-04-12T16:00:07.865 INFO:teuthology.orchestra.run.smithi040.stdout:skipping the directory /root 2024-04-12T16:00:07.865 INFO:teuthology.orchestra.run.smithi040.stdout:skipping the directory /tmp 2024-04-12T16:00:07.865 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:08.438 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-common-2:19.0.0-2847.gbf9c5618.el9.x86_64 29/34 2024-04-12T16:00:08.475 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-base-2:19.0.0-2847.gbf9c5618.el9.x86_64 30/34 2024-04-12T16:00:08.550 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-base-2:19.0.0-2847.gbf9c5618.el9.x86_64 30/34 2024-04-12T16:00:08.550 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-12T16:00:08.550 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-12T16:00:08.550 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:08.593 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-selinux-2:19.0.0-2847.gbf9c5618.el9.x86_64 31/34 2024-04-12T16:00:08.639 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-12T16:00:08.639 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:00:08.639 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-12T16:00:08.639 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.639 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-12T16:00:08.639 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.639 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-12T16:00:08.639 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.639 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-12T16:00:08.639 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.639 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-12T16:00:08.639 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.640 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-12T16:00:08.640 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.640 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-12T16:00:08.640 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.640 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-12T16:00:08.640 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.640 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-12T16:00:08.640 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.640 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-12T16:00:08.640 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.640 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-12T16:00:08.640 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.640 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-12T16:00:08.640 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.640 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-12T16:00:08.641 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.641 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-12T16:00:08.641 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.641 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-12T16:00:08.641 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.641 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-12T16:00:08.641 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.641 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-12T16:00:08.641 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.641 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-12T16:00:08.641 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.641 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-12T16:00:08.641 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.641 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-12T16:00:08.642 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.642 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-12T16:00:08.642 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.642 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-12T16:00:08.642 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.642 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-12T16:00:08.642 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.642 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-12T16:00:08.642 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.642 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-12T16:00:08.642 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.642 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-12T16:00:08.642 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.643 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-12T16:00:08.643 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.643 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-12T16:00:08.643 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.643 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-12T16:00:08.643 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.643 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-12T16:00:08.643 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.643 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-12T16:00:08.643 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.643 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-12T16:00:08.643 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.643 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-12T16:00:08.643 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.644 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-12T16:00:08.644 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.644 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-12T16:00:08.644 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.644 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-12T16:00:08.644 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.644 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-12T16:00:08.644 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.644 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.644 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.644 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:00:08.644 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.644 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.644 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.644 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.645 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-12T16:00:08.645 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.645 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.645 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.645 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.645 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.645 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.645 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:00:08.645 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.645 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.645 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.645 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.645 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:00:08.645 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.646 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.646 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.646 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.646 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:00:08.646 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.646 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.646 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.646 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.646 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:00:08.646 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.646 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.646 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.646 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.647 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:00:08.647 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.647 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.647 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.647 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.647 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:00:08.647 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.647 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.647 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.647 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:00:08.825 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-radosgw-2:19.0.0-2847.gbf9c5618.el9.x86_64 32/34 2024-04-12T16:00:08.850 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2847.gbf9c5618.el9.x86_64 32/34 2024-04-12T16:00:08.850 INFO:teuthology.orchestra.run.smithi040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-12T16:00:08.850 INFO:teuthology.orchestra.run.smithi040.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-12T16:00:08.850 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-12T16:00:08.850 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-12T16:00:08.850 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:08.852 INFO:teuthology.orchestra.run.smithi040.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-12T16:00:08.936 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-12T16:00:08.936 INFO:teuthology.orchestra.run.smithi040.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-12T16:00:09.156 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-12T16:00:09.177 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:00:09.177 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2024-04-12T16:00:09.177 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:00:09.177 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-12T16:00:09.177 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-radosgw x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 10 M 2024-04-12T16:00:09.177 INFO:teuthology.orchestra.run.smithi037.stdout:Upgrading: 2024-04-12T16:00:09.177 INFO:teuthology.orchestra.run.smithi037.stdout: librados2 x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 3.4 M 2024-04-12T16:00:09.177 INFO:teuthology.orchestra.run.smithi037.stdout: librbd1 x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 3.1 M 2024-04-12T16:00:09.177 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2024-04-12T16:00:09.177 INFO:teuthology.orchestra.run.smithi037.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-12T16:00:09.177 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-base x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 5.4 M 2024-04-12T16:00:09.177 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-common x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 21 M 2024-04-12T16:00:09.177 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-selinux x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 25 k 2024-04-12T16:00:09.177 INFO:teuthology.orchestra.run.smithi037.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-12T16:00:09.177 INFO:teuthology.orchestra.run.smithi037.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-12T16:00:09.178 INFO:teuthology.orchestra.run.smithi037.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-12T16:00:09.178 INFO:teuthology.orchestra.run.smithi037.stdout: libcephfs2 x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 747 k 2024-04-12T16:00:09.178 INFO:teuthology.orchestra.run.smithi037.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-12T16:00:09.178 INFO:teuthology.orchestra.run.smithi037.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-12T16:00:09.178 INFO:teuthology.orchestra.run.smithi037.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-12T16:00:09.178 INFO:teuthology.orchestra.run.smithi037.stdout: libradosstriper1 x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 500 k 2024-04-12T16:00:09.178 INFO:teuthology.orchestra.run.smithi037.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-12T16:00:09.178 INFO:teuthology.orchestra.run.smithi037.stdout: librgw2 x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 5.2 M 2024-04-12T16:00:09.178 INFO:teuthology.orchestra.run.smithi037.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-12T16:00:09.178 INFO:teuthology.orchestra.run.smithi037.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-12T16:00:09.178 INFO:teuthology.orchestra.run.smithi037.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-12T16:00:09.178 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ceph-argparse x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 45 k 2024-04-12T16:00:09.178 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ceph-common x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 135 k 2024-04-12T16:00:09.179 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cephfs x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 161 k 2024-04-12T16:00:09.179 INFO:teuthology.orchestra.run.smithi037.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-12T16:00:09.179 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rados x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 320 k 2024-04-12T16:00:09.179 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rbd x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 298 k 2024-04-12T16:00:09.179 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rgw x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 99 k 2024-04-12T16:00:09.179 INFO:teuthology.orchestra.run.smithi037.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-12T16:00:09.179 INFO:teuthology.orchestra.run.smithi037.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-12T16:00:09.179 INFO:teuthology.orchestra.run.smithi037.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-12T16:00:09.179 INFO:teuthology.orchestra.run.smithi037.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-12T16:00:09.179 INFO:teuthology.orchestra.run.smithi037.stdout:Installing weak dependencies: 2024-04-12T16:00:09.179 INFO:teuthology.orchestra.run.smithi037.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-12T16:00:09.179 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:00:09.179 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-12T16:00:09.179 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:00:09.179 INFO:teuthology.orchestra.run.smithi037.stdout:Install 30 Packages 2024-04-12T16:00:09.179 INFO:teuthology.orchestra.run.smithi037.stdout:Upgrade 2 Packages 2024-04-12T16:00:09.180 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:00:09.180 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 59 M 2024-04-12T16:00:09.180 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-12T16:00:10.072 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-12T16:00:10.073 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-base-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/34 2024-04-12T16:00:10.073 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-common-2:19.0.0-2847.gbf9c5618.el9.x86_64 2/34 2024-04-12T16:00:10.073 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-radosgw-2:19.0.0-2847.gbf9c5618.el9.x86_64 3/34 2024-04-12T16:00:10.073 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-selinux-2:19.0.0-2847.gbf9c5618.el9.x86_64 4/34 2024-04-12T16:00:10.073 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libcephfs2-2:19.0.0-2847.gbf9c5618.el9.x86_64 5/34 2024-04-12T16:00:10.073 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libradosstriper1-2:19.0.0-2847.gbf9c5618.el9.x86_6 6/34 2024-04-12T16:00:10.073 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : librgw2-2:19.0.0-2847.gbf9c5618.el9.x86_64 7/34 2024-04-12T16:00:10.073 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2847.gbf9c5618.el9. 8/34 2024-04-12T16:00:10.073 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-ceph-common-2:19.0.0-2847.gbf9c5618.el9.x8 9/34 2024-04-12T16:00:10.073 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-cephfs-2:19.0.0-2847.gbf9c5618.el9.x86_64 10/34 2024-04-12T16:00:10.073 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-rados-2:19.0.0-2847.gbf9c5618.el9.x86_64 11/34 2024-04-12T16:00:10.074 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-rbd-2:19.0.0-2847.gbf9c5618.el9.x86_64 12/34 2024-04-12T16:00:10.074 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-rgw-2:19.0.0-2847.gbf9c5618.el9.x86_64 13/34 2024-04-12T16:00:10.074 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-12T16:00:10.074 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-12T16:00:10.074 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-12T16:00:10.074 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-12T16:00:10.074 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-12T16:00:10.074 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-12T16:00:10.074 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-12T16:00:10.074 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-12T16:00:10.074 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-12T16:00:10.074 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-12T16:00:10.074 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-12T16:00:10.074 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-12T16:00:10.075 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-12T16:00:10.075 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-12T16:00:10.075 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-12T16:00:10.075 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-12T16:00:10.076 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-12T16:00:10.076 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : librados2-2:19.0.0-2847.gbf9c5618.el9.x86_64 31/34 2024-04-12T16:00:10.076 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-12T16:00:10.076 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : librbd1-2:19.0.0-2847.gbf9c5618.el9.x86_64 33/34 2024-04-12T16:00:10.269 INFO:teuthology.orchestra.run.smithi037.stdout:(1/32): ceph-base-19.0.0-2847.gbf9c5618.el9.x86 6.9 MB/s | 5.4 MB 00:00 2024-04-12T16:00:10.319 INFO:teuthology.orchestra.run.smithi037.stdout:(2/32): ceph-selinux-19.0.0-2847.gbf9c5618.el9. 504 kB/s | 25 kB 00:00 2024-04-12T16:00:10.436 INFO:teuthology.orchestra.run.smithi037.stdout:(3/32): libcephfs2-19.0.0-2847.gbf9c5618.el9.x8 6.3 MB/s | 747 kB 00:00 2024-04-12T16:00:10.536 INFO:teuthology.orchestra.run.smithi037.stdout:(4/32): libradosstriper1-19.0.0-2847.gbf9c5618. 4.9 MB/s | 500 kB 00:00 2024-04-12T16:00:10.670 INFO:teuthology.orchestra.run.smithi037.stdout:(5/32): ceph-radosgw-19.0.0-2847.gbf9c5618.el9. 8.5 MB/s | 10 MB 00:01 2024-04-12T16:00:10.703 INFO:teuthology.orchestra.run.smithi037.stdout:(6/32): python3-ceph-argparse-19.0.0-2847.gbf9c 1.3 MB/s | 45 kB 00:00 2024-04-12T16:00:10.753 INFO:teuthology.orchestra.run.smithi037.stdout:(7/32): python3-ceph-common-19.0.0-2847.gbf9c56 2.6 MB/s | 135 kB 00:00 2024-04-12T16:00:10.812 INFO:teuthology.orchestra.run.smithi037.stdout:(8/32): python3-cephfs-19.0.0-2847.gbf9c5618.el 2.7 MB/s | 161 kB 00:00 2024-04-12T16:00:10.879 INFO:teuthology.orchestra.run.smithi037.stdout:(9/32): python3-rados-19.0.0-2847.gbf9c5618.el9 4.7 MB/s | 320 kB 00:00 2024-04-12T16:00:10.946 INFO:teuthology.orchestra.run.smithi037.stdout:(10/32): librgw2-19.0.0-2847.gbf9c5618.el9.x86_ 13 MB/s | 5.2 MB 00:00 2024-04-12T16:00:10.971 INFO:teuthology.orchestra.run.smithi037.stdout:(11/32): python3-rbd-19.0.0-2847.gbf9c5618.el9. 3.2 MB/s | 298 kB 00:00 2024-04-12T16:00:10.997 INFO:teuthology.orchestra.run.smithi037.stdout:(12/32): python3-rgw-19.0.0-2847.gbf9c5618.el9. 1.9 MB/s | 99 kB 00:00 2024-04-12T16:00:11.304 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-12T16:00:11.304 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:11.304 INFO:teuthology.orchestra.run.smithi040.stdout:Upgraded: 2024-04-12T16:00:11.304 INFO:teuthology.orchestra.run.smithi040.stdout: librados2-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:11.304 INFO:teuthology.orchestra.run.smithi040.stdout: librbd1-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:11.304 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-12T16:00:11.304 INFO:teuthology.orchestra.run.smithi040.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-12T16:00:11.305 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-base-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:11.305 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-common-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:11.305 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-radosgw-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:11.305 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-selinux-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:11.305 INFO:teuthology.orchestra.run.smithi040.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-12T16:00:11.305 INFO:teuthology.orchestra.run.smithi040.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-12T16:00:11.305 INFO:teuthology.orchestra.run.smithi040.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-12T16:00:11.305 INFO:teuthology.orchestra.run.smithi040.stdout: libcephfs2-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:11.305 INFO:teuthology.orchestra.run.smithi040.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-12T16:00:11.305 INFO:teuthology.orchestra.run.smithi040.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-12T16:00:11.305 INFO:teuthology.orchestra.run.smithi040.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-12T16:00:11.305 INFO:teuthology.orchestra.run.smithi040.stdout: libradosstriper1-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:11.305 INFO:teuthology.orchestra.run.smithi040.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-12T16:00:11.305 INFO:teuthology.orchestra.run.smithi040.stdout: librgw2-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:11.306 INFO:teuthology.orchestra.run.smithi040.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-12T16:00:11.306 INFO:teuthology.orchestra.run.smithi040.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-12T16:00:11.306 INFO:teuthology.orchestra.run.smithi040.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-12T16:00:11.306 INFO:teuthology.orchestra.run.smithi040.stdout: python3-ceph-argparse-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:11.306 INFO:teuthology.orchestra.run.smithi040.stdout: python3-ceph-common-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:11.306 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cephfs-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:11.306 INFO:teuthology.orchestra.run.smithi040.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-12T16:00:11.306 INFO:teuthology.orchestra.run.smithi040.stdout: python3-rados-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:11.306 INFO:teuthology.orchestra.run.smithi040.stdout: python3-rbd-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:11.306 INFO:teuthology.orchestra.run.smithi040.stdout: python3-rgw-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:11.306 INFO:teuthology.orchestra.run.smithi040.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-12T16:00:11.306 INFO:teuthology.orchestra.run.smithi040.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-12T16:00:11.306 INFO:teuthology.orchestra.run.smithi040.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-12T16:00:11.306 INFO:teuthology.orchestra.run.smithi040.stdout: re2-1:20211101-3.el9.x86_64 2024-04-12T16:00:11.306 INFO:teuthology.orchestra.run.smithi040.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-12T16:00:11.307 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:11.307 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-12T16:00:11.422 INFO:teuthology.orchestra.run.smithi037.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 237 kB/s | 107 kB 00:00 2024-04-12T16:00:11.539 INFO:teuthology.orchestra.run.smithi037.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 388 kB/s | 45 kB 00:00 2024-04-12T16:00:11.559 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-test 2024-04-12T16:00:11.564 INFO:teuthology.orchestra.run.smithi037.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 282 kB/s | 160 kB 00:00 2024-04-12T16:00:11.748 INFO:teuthology.orchestra.run.smithi037.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.6 MB/s | 292 kB 00:00 2024-04-12T16:00:11.856 INFO:teuthology.orchestra.run.smithi037.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 391 kB/s | 42 kB 00:00 2024-04-12T16:00:11.965 INFO:teuthology.orchestra.run.smithi037.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.0 MB/s | 221 kB 00:00 2024-04-12T16:00:11.998 INFO:teuthology.orchestra.run.smithi037.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.4 MB/s | 662 kB 00:00 2024-04-12T16:00:12.074 INFO:teuthology.orchestra.run.smithi037.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 331 kB/s | 36 kB 00:00 2024-04-12T16:00:12.099 INFO:teuthology.orchestra.run.smithi037.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 473 kB/s | 47 kB 00:00 2024-04-12T16:00:12.162 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:00:30 ago on Fri 12 Apr 2024 03:59:42 PM UTC. 2024-04-12T16:00:12.465 INFO:teuthology.orchestra.run.smithi040.stderr:Modular dependency problems: 2024-04-12T16:00:12.466 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T16:00:12.466 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 1: conflicting requests 2024-04-12T16:00:12.466 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.466 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 2: conflicting requests 2024-04-12T16:00:12.466 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.466 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 3: conflicting requests 2024-04-12T16:00:12.466 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.466 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 4: conflicting requests 2024-04-12T16:00:12.466 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.466 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 5: conflicting requests 2024-04-12T16:00:12.466 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.466 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 6: conflicting requests 2024-04-12T16:00:12.467 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.467 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 7: conflicting requests 2024-04-12T16:00:12.467 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.467 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 8: conflicting requests 2024-04-12T16:00:12.467 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.467 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 9: conflicting requests 2024-04-12T16:00:12.467 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.467 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 10: conflicting requests 2024-04-12T16:00:12.467 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.467 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 11: conflicting requests 2024-04-12T16:00:12.467 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.467 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 12: conflicting requests 2024-04-12T16:00:12.467 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.467 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 13: conflicting requests 2024-04-12T16:00:12.468 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.468 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 14: conflicting requests 2024-04-12T16:00:12.468 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.468 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 15: conflicting requests 2024-04-12T16:00:12.468 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.468 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 16: conflicting requests 2024-04-12T16:00:12.468 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.468 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 17: conflicting requests 2024-04-12T16:00:12.468 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.468 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 18: conflicting requests 2024-04-12T16:00:12.468 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.468 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 19: conflicting requests 2024-04-12T16:00:12.468 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.468 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 20: conflicting requests 2024-04-12T16:00:12.468 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.469 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 21: conflicting requests 2024-04-12T16:00:12.469 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.469 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 22: conflicting requests 2024-04-12T16:00:12.469 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.469 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 23: conflicting requests 2024-04-12T16:00:12.469 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.469 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 24: conflicting requests 2024-04-12T16:00:12.469 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.469 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 25: conflicting requests 2024-04-12T16:00:12.469 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.469 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 26: conflicting requests 2024-04-12T16:00:12.469 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.469 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 27: conflicting requests 2024-04-12T16:00:12.469 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.470 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 28: conflicting requests 2024-04-12T16:00:12.470 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.470 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 29: conflicting requests 2024-04-12T16:00:12.470 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.470 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 30: conflicting requests 2024-04-12T16:00:12.470 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.470 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 31: conflicting requests 2024-04-12T16:00:12.470 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.470 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 32: conflicting requests 2024-04-12T16:00:12.470 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.470 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 33: conflicting requests 2024-04-12T16:00:12.470 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.470 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 34: conflicting requests 2024-04-12T16:00:12.470 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.471 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 35: conflicting requests 2024-04-12T16:00:12.471 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.471 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 36: conflicting requests 2024-04-12T16:00:12.471 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.471 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 37: conflicting requests 2024-04-12T16:00:12.471 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.471 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.471 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.471 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:00:12.471 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.471 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.471 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.471 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.471 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 39: conflicting requests 2024-04-12T16:00:12.471 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.471 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.472 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.472 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.472 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.472 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.472 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:00:12.472 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.472 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.472 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.472 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.472 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:00:12.472 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.472 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.472 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.472 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.473 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:00:12.473 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.473 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.473 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.473 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.473 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:00:12.473 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.473 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.473 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.473 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.473 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:00:12.473 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.473 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.473 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.474 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.474 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:00:12.474 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.474 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.474 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.474 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:00:12.546 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-12T16:00:12.547 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:00:12.547 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-04-12T16:00:12.547 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:00:12.547 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-12T16:00:12.548 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-test x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 49 M 2024-04-12T16:00:12.548 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-04-12T16:00:12.548 INFO:teuthology.orchestra.run.smithi040.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-12T16:00:12.548 INFO:teuthology.orchestra.run.smithi040.stdout: libcephsqlite x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 163 k 2024-04-12T16:00:12.548 INFO:teuthology.orchestra.run.smithi040.stdout: oniguruma x86_64 6.9.6-1.el9.5 baseos 218 k 2024-04-12T16:00:12.548 INFO:teuthology.orchestra.run.smithi040.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-12T16:00:12.548 INFO:teuthology.orchestra.run.smithi040.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-12T16:00:12.548 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:12.548 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-12T16:00:12.548 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:00:12.548 INFO:teuthology.orchestra.run.smithi040.stdout:Install 6 Packages 2024-04-12T16:00:12.548 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:12.549 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 49 M 2024-04-12T16:00:12.549 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 210 M 2024-04-12T16:00:12.549 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-12T16:00:12.624 INFO:teuthology.orchestra.run.smithi037.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 561 kB/s | 309 kB 00:00 2024-04-12T16:00:12.725 INFO:teuthology.orchestra.run.smithi037.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 259 kB/s | 26 kB 00:00 2024-04-12T16:00:12.833 INFO:teuthology.orchestra.run.smithi037.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 449 kB/s | 49 kB 00:00 2024-04-12T16:00:12.950 INFO:teuthology.orchestra.run.smithi037.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 577 kB/s | 67 kB 00:00 2024-04-12T16:00:13.009 INFO:teuthology.orchestra.run.smithi037.stdout:(26/32): libarrow-9.0.0-10.el9.x86_64.rpm 4.9 MB/s | 4.4 MB 00:00 2024-04-12T16:00:13.102 INFO:teuthology.orchestra.run.smithi040.stdout:(1/6): jq-1.6-16.el9.x86_64.rpm 649 kB/s | 187 kB 00:00 2024-04-12T16:00:13.117 INFO:teuthology.orchestra.run.smithi037.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 1.7 MB/s | 192 kB 00:00 2024-04-12T16:00:13.193 INFO:teuthology.orchestra.run.smithi037.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.4 MB/s | 838 kB 00:00 2024-04-12T16:00:13.194 INFO:teuthology.orchestra.run.smithi040.stdout:(2/6): libcephsqlite-19.0.0-2847.gbf9c5618.el9. 429 kB/s | 163 kB 00:00 2024-04-12T16:00:13.268 INFO:teuthology.orchestra.run.smithi037.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 11 MB/s | 1.6 MB 00:00 2024-04-12T16:00:13.295 INFO:teuthology.orchestra.run.smithi040.stdout:(3/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.1 MB/s | 218 kB 00:00 2024-04-12T16:00:13.577 INFO:teuthology.orchestra.run.smithi037.stdout:(30/32): librados2-19.0.0-2847.gbf9c5618.el9.x8 8.9 MB/s | 3.4 MB 00:00 2024-04-12T16:00:13.727 INFO:teuthology.orchestra.run.smithi037.stdout:(31/32): librbd1-19.0.0-2847.gbf9c5618.el9.x86_ 6.9 MB/s | 3.1 MB 00:00 2024-04-12T16:00:13.995 INFO:teuthology.orchestra.run.smithi040.stdout:(4/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 91 kB/s | 64 kB 00:00 2024-04-12T16:00:14.187 INFO:teuthology.orchestra.run.smithi040.stdout:(5/6): socat-1.7.4.1-5.el9.x86_64.rpm 307 kB/s | 305 kB 00:00 2024-04-12T16:00:18.018 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2847.gbf9c5618.el9.x86_64 31/34 2024-04-12T16:00:18.018 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /sys 2024-04-12T16:00:18.018 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /proc 2024-04-12T16:00:18.018 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /mnt 2024-04-12T16:00:18.018 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /var/tmp 2024-04-12T16:00:18.018 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /home 2024-04-12T16:00:18.018 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /root 2024-04-12T16:00:18.018 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /tmp 2024-04-12T16:00:18.019 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:18.461 INFO:teuthology.orchestra.run.smithi040.stdout:(6/6): ceph-test-19.0.0-2847.gbf9c5618.el9.x86_ 8.6 MB/s | 49 MB 00:05 2024-04-12T16:00:18.463 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:00:18.464 INFO:teuthology.orchestra.run.smithi040.stdout:Total 8.4 MB/s | 49 MB 00:05 2024-04-12T16:00:18.514 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-12T16:00:18.536 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-12T16:00:18.536 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-12T16:00:18.938 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-12T16:00:18.938 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-12T16:00:18.971 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-radosgw-2:19.0.0-2847.gbf9c5618.el9.x86_64 32/34 2024-04-12T16:00:19.003 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2847.gbf9c5618.el9.x86_64 32/34 2024-04-12T16:00:19.003 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-12T16:00:19.003 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-12T16:00:19.003 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-12T16:00:19.003 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-12T16:00:19.004 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:19.005 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-12T16:00:19.099 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-12T16:00:19.099 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-12T16:00:19.546 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-12T16:00:19.629 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-12T16:00:19.663 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-12T16:00:19.697 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-12T16:00:19.737 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-12T16:00:19.764 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libcephsqlite-2:19.0.0-2847.gbf9c5618.el9.x86_64 5/6 2024-04-12T16:00:20.209 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-12T16:00:20.209 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-base-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/34 2024-04-12T16:00:20.209 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-common-2:19.0.0-2847.gbf9c5618.el9.x86_64 2/34 2024-04-12T16:00:20.209 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-radosgw-2:19.0.0-2847.gbf9c5618.el9.x86_64 3/34 2024-04-12T16:00:20.209 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-selinux-2:19.0.0-2847.gbf9c5618.el9.x86_64 4/34 2024-04-12T16:00:20.209 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephfs2-2:19.0.0-2847.gbf9c5618.el9.x86_64 5/34 2024-04-12T16:00:20.209 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libradosstriper1-2:19.0.0-2847.gbf9c5618.el9.x86_6 6/34 2024-04-12T16:00:20.209 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librgw2-2:19.0.0-2847.gbf9c5618.el9.x86_64 7/34 2024-04-12T16:00:20.209 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2847.gbf9c5618.el9. 8/34 2024-04-12T16:00:20.209 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-ceph-common-2:19.0.0-2847.gbf9c5618.el9.x8 9/34 2024-04-12T16:00:20.209 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cephfs-2:19.0.0-2847.gbf9c5618.el9.x86_64 10/34 2024-04-12T16:00:20.210 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rados-2:19.0.0-2847.gbf9c5618.el9.x86_64 11/34 2024-04-12T16:00:20.210 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rbd-2:19.0.0-2847.gbf9c5618.el9.x86_64 12/34 2024-04-12T16:00:20.210 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rgw-2:19.0.0-2847.gbf9c5618.el9.x86_64 13/34 2024-04-12T16:00:20.210 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-12T16:00:20.210 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-12T16:00:20.210 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-12T16:00:20.210 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-12T16:00:20.210 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-12T16:00:20.210 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-12T16:00:20.210 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-12T16:00:20.210 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-12T16:00:20.210 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-12T16:00:20.210 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-12T16:00:20.211 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-12T16:00:20.211 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-12T16:00:20.211 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-12T16:00:20.211 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-12T16:00:20.211 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-12T16:00:20.212 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-12T16:00:20.212 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-12T16:00:20.212 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados2-2:19.0.0-2847.gbf9c5618.el9.x86_64 31/34 2024-04-12T16:00:20.212 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-12T16:00:20.212 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librbd1-2:19.0.0-2847.gbf9c5618.el9.x86_64 33/34 2024-04-12T16:00:21.343 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-12T16:00:21.344 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:21.344 INFO:teuthology.orchestra.run.smithi133.stdout:Upgraded: 2024-04-12T16:00:21.344 INFO:teuthology.orchestra.run.smithi133.stdout: librados2-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:21.344 INFO:teuthology.orchestra.run.smithi133.stdout: librbd1-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:21.344 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-12T16:00:21.344 INFO:teuthology.orchestra.run.smithi133.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-12T16:00:21.344 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-base-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:21.344 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-common-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:21.344 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-radosgw-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:21.344 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-selinux-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:21.344 INFO:teuthology.orchestra.run.smithi133.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-12T16:00:21.345 INFO:teuthology.orchestra.run.smithi133.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-12T16:00:21.345 INFO:teuthology.orchestra.run.smithi133.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-12T16:00:21.345 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs2-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:21.345 INFO:teuthology.orchestra.run.smithi133.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-12T16:00:21.345 INFO:teuthology.orchestra.run.smithi133.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-12T16:00:21.345 INFO:teuthology.orchestra.run.smithi133.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-12T16:00:21.345 INFO:teuthology.orchestra.run.smithi133.stdout: libradosstriper1-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:21.345 INFO:teuthology.orchestra.run.smithi133.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-12T16:00:21.345 INFO:teuthology.orchestra.run.smithi133.stdout: librgw2-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:21.345 INFO:teuthology.orchestra.run.smithi133.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-12T16:00:21.345 INFO:teuthology.orchestra.run.smithi133.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-12T16:00:21.345 INFO:teuthology.orchestra.run.smithi133.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-12T16:00:21.345 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-argparse-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:21.346 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-common-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:21.346 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cephfs-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:21.346 INFO:teuthology.orchestra.run.smithi133.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-12T16:00:21.346 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rados-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:21.346 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rbd-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:21.346 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rgw-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:21.346 INFO:teuthology.orchestra.run.smithi133.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-12T16:00:21.346 INFO:teuthology.orchestra.run.smithi133.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-12T16:00:21.346 INFO:teuthology.orchestra.run.smithi133.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-12T16:00:21.346 INFO:teuthology.orchestra.run.smithi133.stdout: re2-1:20211101-3.el9.x86_64 2024-04-12T16:00:21.346 INFO:teuthology.orchestra.run.smithi133.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-12T16:00:21.346 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:21.346 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-12T16:00:21.655 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-test 2024-04-12T16:00:21.735 INFO:teuthology.orchestra.run.smithi037.stdout:(32/32): ceph-common-19.0.0-2847.gbf9c5618.el9. 1.7 MB/s | 21 MB 00:12 2024-04-12T16:00:21.738 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:00:21.738 INFO:teuthology.orchestra.run.smithi037.stdout:Total 4.7 MB/s | 59 MB 00:12 2024-04-12T16:00:21.837 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-12T16:00:21.876 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-12T16:00:21.876 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-12T16:00:22.252 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:35 ago on Fri 12 Apr 2024 03:59:47 PM UTC. 2024-04-12T16:00:22.393 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-12T16:00:22.414 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-12T16:00:22.544 INFO:teuthology.orchestra.run.smithi133.stderr:Modular dependency problems: 2024-04-12T16:00:22.544 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T16:00:22.544 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 1: conflicting requests 2024-04-12T16:00:22.544 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.544 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 2: conflicting requests 2024-04-12T16:00:22.544 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.544 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 3: conflicting requests 2024-04-12T16:00:22.544 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.545 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 4: conflicting requests 2024-04-12T16:00:22.545 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.545 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 5: conflicting requests 2024-04-12T16:00:22.545 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.545 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 6: conflicting requests 2024-04-12T16:00:22.545 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.545 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 7: conflicting requests 2024-04-12T16:00:22.545 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.545 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 8: conflicting requests 2024-04-12T16:00:22.545 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.545 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 9: conflicting requests 2024-04-12T16:00:22.545 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.545 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 10: conflicting requests 2024-04-12T16:00:22.546 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.546 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 11: conflicting requests 2024-04-12T16:00:22.546 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.546 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 12: conflicting requests 2024-04-12T16:00:22.546 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.546 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 13: conflicting requests 2024-04-12T16:00:22.546 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.546 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 14: conflicting requests 2024-04-12T16:00:22.546 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.546 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 15: conflicting requests 2024-04-12T16:00:22.546 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.546 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 16: conflicting requests 2024-04-12T16:00:22.547 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.547 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 17: conflicting requests 2024-04-12T16:00:22.547 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.547 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 18: conflicting requests 2024-04-12T16:00:22.547 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.547 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 19: conflicting requests 2024-04-12T16:00:22.547 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.547 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 20: conflicting requests 2024-04-12T16:00:22.547 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.547 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 21: conflicting requests 2024-04-12T16:00:22.547 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.547 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 22: conflicting requests 2024-04-12T16:00:22.547 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.547 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 23: conflicting requests 2024-04-12T16:00:22.548 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.548 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 24: conflicting requests 2024-04-12T16:00:22.548 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.548 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 25: conflicting requests 2024-04-12T16:00:22.548 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.548 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 26: conflicting requests 2024-04-12T16:00:22.548 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.548 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 27: conflicting requests 2024-04-12T16:00:22.548 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.548 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 28: conflicting requests 2024-04-12T16:00:22.548 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.548 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 29: conflicting requests 2024-04-12T16:00:22.548 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.549 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 30: conflicting requests 2024-04-12T16:00:22.549 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.549 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 31: conflicting requests 2024-04-12T16:00:22.549 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.549 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 32: conflicting requests 2024-04-12T16:00:22.549 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.549 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 33: conflicting requests 2024-04-12T16:00:22.549 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.549 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 34: conflicting requests 2024-04-12T16:00:22.549 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.549 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 35: conflicting requests 2024-04-12T16:00:22.549 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.550 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 36: conflicting requests 2024-04-12T16:00:22.550 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.550 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 37: conflicting requests 2024-04-12T16:00:22.550 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.550 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.550 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.550 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:00:22.550 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.550 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.550 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.550 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.550 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 39: conflicting requests 2024-04-12T16:00:22.550 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.550 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.551 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.551 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.551 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.551 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.551 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:00:22.551 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.551 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.551 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.551 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.551 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:00:22.552 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.552 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.552 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.552 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.552 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:00:22.552 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.552 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.552 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.552 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.552 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:00:22.552 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.553 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.553 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.553 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.553 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:00:22.553 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.553 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.553 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.553 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.553 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:00:22.553 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.553 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.553 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.553 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:00:22.623 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-12T16:00:22.624 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:00:22.624 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-12T16:00:22.624 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:00:22.625 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-12T16:00:22.625 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-test x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 49 M 2024-04-12T16:00:22.625 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-12T16:00:22.625 INFO:teuthology.orchestra.run.smithi133.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-12T16:00:22.625 INFO:teuthology.orchestra.run.smithi133.stdout: libcephsqlite x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 163 k 2024-04-12T16:00:22.625 INFO:teuthology.orchestra.run.smithi133.stdout: oniguruma x86_64 6.9.6-1.el9.5 baseos 218 k 2024-04-12T16:00:22.625 INFO:teuthology.orchestra.run.smithi133.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-12T16:00:22.625 INFO:teuthology.orchestra.run.smithi133.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-12T16:00:22.625 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:22.625 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-12T16:00:22.625 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:00:22.625 INFO:teuthology.orchestra.run.smithi133.stdout:Install 6 Packages 2024-04-12T16:00:22.625 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:22.626 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 49 M 2024-04-12T16:00:22.626 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 210 M 2024-04-12T16:00:22.626 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-12T16:00:23.403 INFO:teuthology.orchestra.run.smithi133.stdout:(1/6): jq-1.6-16.el9.x86_64.rpm 677 kB/s | 187 kB 00:00 2024-04-12T16:00:23.528 INFO:teuthology.orchestra.run.smithi133.stdout:(2/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.7 MB/s | 218 kB 00:00 2024-04-12T16:00:23.679 INFO:teuthology.orchestra.run.smithi133.stdout:(3/6): libcephsqlite-19.0.0-2847.gbf9c5618.el9. 296 kB/s | 163 kB 00:00 2024-04-12T16:00:23.920 INFO:teuthology.orchestra.run.smithi133.stdout:(4/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 264 kB/s | 64 kB 00:00 2024-04-12T16:00:24.071 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-12T16:00:24.112 INFO:teuthology.orchestra.run.smithi133.stdout:(5/6): socat-1.7.4.1-5.el9.x86_64.rpm 522 kB/s | 305 kB 00:00 2024-04-12T16:00:24.163 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-12T16:00:24.198 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-12T16:00:24.223 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-12T16:00:24.246 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-12T16:00:24.262 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-12T16:00:24.455 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-12T16:00:24.511 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-12T16:00:24.625 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2847.gbf9c5618.el9.x86_64 5/6 2024-04-12T16:00:24.708 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-test-2:19.0.0-2847.gbf9c5618.el9.x86_64 6/6 2024-04-12T16:00:24.920 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-12T16:00:24.950 INFO:teuthology.orchestra.run.smithi037.stdout: Upgrading : librados2-2:19.0.0-2847.gbf9c5618.el9.x86_64 7/34 2024-04-12T16:00:25.042 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librados2-2:19.0.0-2847.gbf9c5618.el9.x86_64 7/34 2024-04-12T16:00:25.132 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-rados-2:19.0.0-2847.gbf9c5618.el9.x86_64 8/34 2024-04-12T16:00:25.159 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libcephfs2-2:19.0.0-2847.gbf9c5618.el9.x86_64 9/34 2024-04-12T16:00:25.222 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: libcephfs2-2:19.0.0-2847.gbf9c5618.el9.x86_64 9/34 2024-04-12T16:00:25.251 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-12T16:00:25.295 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-ceph-argparse-2:19.0.0-2847.gbf9c5618.el9. 11/34 2024-04-12T16:00:25.365 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-cephfs-2:19.0.0-2847.gbf9c5618.el9.x86_64 12/34 2024-04-12T16:00:25.386 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libradosstriper1-2:19.0.0-2847.gbf9c5618.el9.x86_6 13/34 2024-04-12T16:00:25.450 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2847.gbf9c5618.el9.x86_6 13/34 2024-04-12T16:00:25.485 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-12T16:00:25.605 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-12T16:00:25.636 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-12T16:00:25.677 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-12T16:00:25.709 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-12T16:00:25.739 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-12T16:00:25.763 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-12T16:00:26.093 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-12T16:00:26.118 INFO:teuthology.orchestra.run.smithi037.stdout: Upgrading : librbd1-2:19.0.0-2847.gbf9c5618.el9.x86_64 22/34 2024-04-12T16:00:26.208 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librbd1-2:19.0.0-2847.gbf9c5618.el9.x86_64 22/34 2024-04-12T16:00:26.239 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-rbd-2:19.0.0-2847.gbf9c5618.el9.x86_64 23/34 2024-04-12T16:00:26.283 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-12T16:00:26.789 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-12T16:00:26.820 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : librgw2-2:19.0.0-2847.gbf9c5618.el9.x86_64 26/34 2024-04-12T16:00:26.891 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librgw2-2:19.0.0-2847.gbf9c5618.el9.x86_64 26/34 2024-04-12T16:00:26.962 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-rgw-2:19.0.0-2847.gbf9c5618.el9.x86_64 27/34 2024-04-12T16:00:27.005 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-ceph-common-2:19.0.0-2847.gbf9c5618.el9.x8 28/34 2024-04-12T16:00:27.192 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-test-2:19.0.0-2847.gbf9c5618.el9.x86_64 6/6 2024-04-12T16:00:27.192 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-test-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/6 2024-04-12T16:00:27.192 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libcephsqlite-2:19.0.0-2847.gbf9c5618.el9.x86_64 2/6 2024-04-12T16:00:27.192 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2024-04-12T16:00:27.193 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2024-04-12T16:00:27.193 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2024-04-12T16:00:27.296 INFO:teuthology.orchestra.run.smithi133.stdout:(6/6): ceph-test-19.0.0-2847.gbf9c5618.el9.x86_ 12 MB/s | 49 MB 00:04 2024-04-12T16:00:27.297 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:00:27.298 INFO:teuthology.orchestra.run.smithi133.stdout:Total 11 MB/s | 49 MB 00:04 2024-04-12T16:00:27.344 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-12T16:00:27.363 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-12T16:00:27.363 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-12T16:00:27.590 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2024-04-12T16:00:27.590 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:27.590 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-12T16:00:27.590 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-test-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:27.590 INFO:teuthology.orchestra.run.smithi040.stdout: jq-1.6-16.el9.x86_64 2024-04-12T16:00:27.590 INFO:teuthology.orchestra.run.smithi040.stdout: libcephsqlite-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:27.590 INFO:teuthology.orchestra.run.smithi040.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-12T16:00:27.590 INFO:teuthology.orchestra.run.smithi040.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-12T16:00:27.590 INFO:teuthology.orchestra.run.smithi040.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-12T16:00:27.590 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:27.590 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-12T16:00:27.754 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-12T16:00:27.755 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-12T16:00:27.904 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph 2024-04-12T16:00:28.328 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-12T16:00:28.411 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-12T16:00:28.447 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-12T16:00:28.486 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-12T16:00:28.510 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:00:46 ago on Fri 12 Apr 2024 03:59:42 PM UTC. 2024-04-12T16:00:28.529 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-12T16:00:28.556 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephsqlite-2:19.0.0-2847.gbf9c5618.el9.x86_64 5/6 2024-04-12T16:00:28.812 INFO:teuthology.orchestra.run.smithi040.stderr:Modular dependency problems: 2024-04-12T16:00:28.813 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T16:00:28.813 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 1: conflicting requests 2024-04-12T16:00:28.813 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.813 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 2: conflicting requests 2024-04-12T16:00:28.813 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.813 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 3: conflicting requests 2024-04-12T16:00:28.813 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.813 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 4: conflicting requests 2024-04-12T16:00:28.813 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.813 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 5: conflicting requests 2024-04-12T16:00:28.814 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.814 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 6: conflicting requests 2024-04-12T16:00:28.814 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.814 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 7: conflicting requests 2024-04-12T16:00:28.814 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.814 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 8: conflicting requests 2024-04-12T16:00:28.814 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.814 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 9: conflicting requests 2024-04-12T16:00:28.814 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.814 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 10: conflicting requests 2024-04-12T16:00:28.814 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.814 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 11: conflicting requests 2024-04-12T16:00:28.814 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.815 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 12: conflicting requests 2024-04-12T16:00:28.815 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.815 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 13: conflicting requests 2024-04-12T16:00:28.815 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.815 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 14: conflicting requests 2024-04-12T16:00:28.815 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.815 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 15: conflicting requests 2024-04-12T16:00:28.815 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.815 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 16: conflicting requests 2024-04-12T16:00:28.815 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.815 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 17: conflicting requests 2024-04-12T16:00:28.815 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.815 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 18: conflicting requests 2024-04-12T16:00:28.815 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.816 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 19: conflicting requests 2024-04-12T16:00:28.816 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.816 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 20: conflicting requests 2024-04-12T16:00:28.816 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.816 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 21: conflicting requests 2024-04-12T16:00:28.816 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.816 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 22: conflicting requests 2024-04-12T16:00:28.816 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.816 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 23: conflicting requests 2024-04-12T16:00:28.816 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.816 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 24: conflicting requests 2024-04-12T16:00:28.816 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.817 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 25: conflicting requests 2024-04-12T16:00:28.817 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.817 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 26: conflicting requests 2024-04-12T16:00:28.817 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.817 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 27: conflicting requests 2024-04-12T16:00:28.817 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.817 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 28: conflicting requests 2024-04-12T16:00:28.817 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.817 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 29: conflicting requests 2024-04-12T16:00:28.817 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.817 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 30: conflicting requests 2024-04-12T16:00:28.817 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.818 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 31: conflicting requests 2024-04-12T16:00:28.818 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.818 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 32: conflicting requests 2024-04-12T16:00:28.818 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.818 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 33: conflicting requests 2024-04-12T16:00:28.818 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.818 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 34: conflicting requests 2024-04-12T16:00:28.818 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.818 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 35: conflicting requests 2024-04-12T16:00:28.818 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.819 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 36: conflicting requests 2024-04-12T16:00:28.819 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.819 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 37: conflicting requests 2024-04-12T16:00:28.819 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.819 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.819 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.819 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:00:28.819 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.819 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.819 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.819 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.819 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 39: conflicting requests 2024-04-12T16:00:28.819 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.819 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.819 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.819 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.820 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.820 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.820 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:00:28.820 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.820 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.820 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.820 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.820 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:00:28.820 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.820 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.820 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.820 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.821 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:00:28.821 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.821 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.821 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.821 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.821 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:00:28.821 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.821 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.821 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.821 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.821 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:00:28.821 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.821 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.821 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.821 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.821 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:00:28.822 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.822 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.822 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.822 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:00:28.898 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-12T16:00:28.901 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:00:28.901 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-04-12T16:00:28.901 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:00:28.901 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-12T16:00:28.901 INFO:teuthology.orchestra.run.smithi040.stdout: ceph x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 6.6 k 2024-04-12T16:00:28.901 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-04-12T16:00:28.901 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mds x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 2.4 M 2024-04-12T16:00:28.902 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 1.5 M 2024-04-12T16:00:28.902 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 249 k 2024-04-12T16:00:28.902 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mon x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 4.7 M 2024-04-12T16:00:28.902 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-osd x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 17 M 2024-04-12T16:00:28.902 INFO:teuthology.orchestra.run.smithi040.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-12T16:00:28.902 INFO:teuthology.orchestra.run.smithi040.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-12T16:00:28.902 INFO:teuthology.orchestra.run.smithi040.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-12T16:00:28.902 INFO:teuthology.orchestra.run.smithi040.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-12T16:00:28.902 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-12T16:00:28.902 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-12T16:00:28.903 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-12T16:00:28.903 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-12T16:00:28.903 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-12T16:00:28.903 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-12T16:00:28.903 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-collections 2024-04-12T16:00:28.903 INFO:teuthology.orchestra.run.smithi040.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-12T16:00:28.903 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-12T16:00:28.903 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-12T16:00:28.903 INFO:teuthology.orchestra.run.smithi040.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-12T16:00:28.903 INFO:teuthology.orchestra.run.smithi040.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-12T16:00:28.903 INFO:teuthology.orchestra.run.smithi040.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-12T16:00:28.903 INFO:teuthology.orchestra.run.smithi040.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-12T16:00:28.903 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-12T16:00:28.904 INFO:teuthology.orchestra.run.smithi040.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-12T16:00:28.904 INFO:teuthology.orchestra.run.smithi040.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-12T16:00:28.904 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-12T16:00:28.904 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-12T16:00:28.904 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-12T16:00:28.904 INFO:teuthology.orchestra.run.smithi040.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-12T16:00:28.904 INFO:teuthology.orchestra.run.smithi040.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-12T16:00:28.904 INFO:teuthology.orchestra.run.smithi040.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-12T16:00:28.904 INFO:teuthology.orchestra.run.smithi040.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-12T16:00:28.904 INFO:teuthology.orchestra.run.smithi040.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-12T16:00:28.904 INFO:teuthology.orchestra.run.smithi040.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-12T16:00:28.904 INFO:teuthology.orchestra.run.smithi040.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-12T16:00:28.904 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:28.904 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-12T16:00:28.904 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:00:28.905 INFO:teuthology.orchestra.run.smithi040.stdout:Install 36 Packages 2024-04-12T16:00:28.905 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:28.905 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 30 M 2024-04-12T16:00:28.905 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 108 M 2024-04-12T16:00:28.905 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-12T16:00:29.329 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-common-2:19.0.0-2847.gbf9c5618.el9.x86_64 29/34 2024-04-12T16:00:29.369 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-common-2:19.0.0-2847.gbf9c5618.el9.x86_64 29/34 2024-04-12T16:00:30.033 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-common-2:19.0.0-2847.gbf9c5618.el9.x86_64 29/34 2024-04-12T16:00:30.050 INFO:teuthology.orchestra.run.smithi040.stdout:(1/36): ceph-19.0.0-2847.gbf9c5618.el9.x86_64.r 30 kB/s | 6.6 kB 00:00 2024-04-12T16:00:30.097 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-base-2:19.0.0-2847.gbf9c5618.el9.x86_64 30/34 2024-04-12T16:00:30.195 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-base-2:19.0.0-2847.gbf9c5618.el9.x86_64 30/34 2024-04-12T16:00:30.195 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-12T16:00:30.195 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-12T16:00:30.195 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:00:30.232 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-selinux-2:19.0.0-2847.gbf9c5618.el9.x86_64 31/34 2024-04-12T16:00:30.451 INFO:teuthology.orchestra.run.smithi040.stdout:(2/36): ceph-mgr-19.0.0-2847.gbf9c5618.el9.x86_ 2.4 MB/s | 1.5 MB 00:00 2024-04-12T16:00:30.493 INFO:teuthology.orchestra.run.smithi040.stdout:(3/36): ceph-mds-19.0.0-2847.gbf9c5618.el9.x86_ 3.6 MB/s | 2.4 MB 00:00 2024-04-12T16:00:30.593 INFO:teuthology.orchestra.run.smithi040.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2847.gbf9c 2.4 MB/s | 249 kB 00:00 2024-04-12T16:00:30.735 INFO:teuthology.orchestra.run.smithi040.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.7 MB/s | 253 kB 00:00 2024-04-12T16:00:30.827 INFO:teuthology.orchestra.run.smithi040.stdout:(6/36): ceph-mon-19.0.0-2847.gbf9c5618.el9.x86_ 6.0 MB/s | 4.7 MB 00:00 2024-04-12T16:00:30.877 INFO:teuthology.orchestra.run.smithi040.stdout:(7/36): python3-cryptography-36.0.1-4.el9.x86_6 8.7 MB/s | 1.2 MB 00:00 2024-04-12T16:00:30.919 INFO:teuthology.orchestra.run.smithi040.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 3.2 MB/s | 135 kB 00:00 2024-04-12T16:00:30.961 INFO:teuthology.orchestra.run.smithi040.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.9 MB/s | 125 kB 00:00 2024-04-12T16:00:30.986 INFO:teuthology.orchestra.run.smithi040.stdout:(10/36): python3-ply-3.11-14.el9.noarch.rpm 670 kB/s | 106 kB 00:00 2024-04-12T16:00:31.011 INFO:teuthology.orchestra.run.smithi040.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-04-12T16:00:31.687 INFO:teuthology.orchestra.run.smithi040.stdout:(12/36): ceph-osd-19.0.0-2847.gbf9c5618.el9.x86 14 MB/s | 17 MB 00:01 2024-04-12T16:00:31.904 INFO:teuthology.orchestra.run.smithi040.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 205 kB/s | 188 kB 00:00 2024-04-12T16:00:31.929 INFO:teuthology.orchestra.run.smithi040.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 188 kB/s | 172 kB 00:00 2024-04-12T16:00:32.321 INFO:teuthology.orchestra.run.smithi040.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 55 kB/s | 35 kB 00:00 2024-04-12T16:00:32.380 INFO:teuthology.orchestra.run.smithi040.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 385 kB/s | 22 kB 00:00 2024-04-12T16:00:32.563 INFO:teuthology.orchestra.run.smithi040.stdout:(17/36): python3-pytz-2021.1-5.el9.noarch.rpm 77 kB/s | 51 kB 00:00 2024-04-12T16:00:32.588 INFO:teuthology.orchestra.run.smithi040.stdout:(18/36): python3-toml-0.10.2-6.el9.noarch.rpm 66 kB/s | 42 kB 00:00 2024-04-12T16:00:32.839 INFO:teuthology.orchestra.run.smithi040.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 158 kB/s | 43 kB 00:00 2024-04-12T16:00:32.897 INFO:teuthology.orchestra.run.smithi040.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 292 kB/s | 151 kB 00:00 2024-04-12T16:00:32.981 INFO:teuthology.orchestra.run.smithi040.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 438 kB/s | 172 kB 00:00 2024-04-12T16:00:33.064 INFO:teuthology.orchestra.run.smithi040.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 64 kB/s | 11 kB 00:00 2024-04-12T16:00:33.156 INFO:teuthology.orchestra.run.smithi040.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 101 kB/s | 18 kB 00:00 2024-04-12T16:00:33.175 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2847.gbf9c5618.el9.x86_64 5/6 2024-04-12T16:00:33.190 INFO:teuthology.orchestra.run.smithi040.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.0 MB/s | 358 kB 00:00 2024-04-12T16:00:33.207 INFO:teuthology.orchestra.run.smithi040.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 163 kB/s | 23 kB 00:00 2024-04-12T16:00:33.240 INFO:teuthology.orchestra.run.smithi040.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 231 kB/s | 19 kB 00:00 2024-04-12T16:00:33.247 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-test-2:19.0.0-2847.gbf9c5618.el9.x86_64 6/6 2024-04-12T16:00:33.266 INFO:teuthology.orchestra.run.smithi040.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 260 kB/s | 20 kB 00:00 2024-04-12T16:00:33.291 INFO:teuthology.orchestra.run.smithi040.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 553 kB/s | 46 kB 00:00 2024-04-12T16:00:33.341 INFO:teuthology.orchestra.run.smithi040.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 783 kB/s | 79 kB 00:00 2024-04-12T16:00:33.467 INFO:teuthology.orchestra.run.smithi040.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 94 kB/s | 16 kB 00:00 2024-04-12T16:00:33.542 INFO:teuthology.orchestra.run.smithi040.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 987 kB/s | 272 kB 00:00 2024-04-12T16:00:33.567 INFO:teuthology.orchestra.run.smithi040.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 398 kB/s | 90 kB 00:00 2024-04-12T16:00:33.592 INFO:teuthology.orchestra.run.smithi040.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 285 kB/s | 36 kB 00:00 2024-04-12T16:00:33.743 INFO:teuthology.orchestra.run.smithi040.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.1 MB/s | 230 kB 00:00 2024-04-12T16:00:33.776 INFO:teuthology.orchestra.run.smithi040.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 109 kB/s | 20 kB 00:00 2024-04-12T16:00:33.968 INFO:teuthology.orchestra.run.smithi040.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.1 MB/s | 427 kB 00:00 2024-04-12T16:00:33.972 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:00:33.972 INFO:teuthology.orchestra.run.smithi040.stdout:Total 5.9 MB/s | 30 MB 00:05 2024-04-12T16:00:34.114 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-12T16:00:34.157 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-12T16:00:34.157 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-12T16:00:34.618 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-12T16:00:34.619 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-12T16:00:35.686 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-test-2:19.0.0-2847.gbf9c5618.el9.x86_64 6/6 2024-04-12T16:00:35.686 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-test-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/6 2024-04-12T16:00:35.686 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephsqlite-2:19.0.0-2847.gbf9c5618.el9.x86_64 2/6 2024-04-12T16:00:35.686 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2024-04-12T16:00:35.686 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2024-04-12T16:00:35.686 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2024-04-12T16:00:35.991 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-12T16:00:36.054 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-12T16:00:36.088 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-12T16:00:36.109 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2024-04-12T16:00:36.109 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:36.109 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-12T16:00:36.109 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-test-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:36.109 INFO:teuthology.orchestra.run.smithi133.stdout: jq-1.6-16.el9.x86_64 2024-04-12T16:00:36.110 INFO:teuthology.orchestra.run.smithi133.stdout: libcephsqlite-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:36.110 INFO:teuthology.orchestra.run.smithi133.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-12T16:00:36.110 INFO:teuthology.orchestra.run.smithi133.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-12T16:00:36.110 INFO:teuthology.orchestra.run.smithi133.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-12T16:00:36.110 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:36.110 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-12T16:00:36.123 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-12T16:00:36.199 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-12T16:00:36.248 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-12T16:00:36.281 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-12T16:00:36.376 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-12T16:00:36.439 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph 2024-04-12T16:00:36.453 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-12T16:00:36.500 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-12T16:00:36.535 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-12T16:00:36.564 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-12T16:00:36.607 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-12T16:00:36.640 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-12T16:00:36.681 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-12T16:00:36.725 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-12T16:00:36.759 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-12T16:00:36.797 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-12T16:00:36.873 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-12T16:00:37.025 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-12T16:00:37.042 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:50 ago on Fri 12 Apr 2024 03:59:47 PM UTC. 2024-04-12T16:00:37.109 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-12T16:00:37.177 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-12T16:00:37.214 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-12T16:00:37.272 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-12T16:00:37.331 INFO:teuthology.orchestra.run.smithi133.stderr:Modular dependency problems: 2024-04-12T16:00:37.331 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T16:00:37.331 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 1: conflicting requests 2024-04-12T16:00:37.331 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.331 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 2: conflicting requests 2024-04-12T16:00:37.332 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.332 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 3: conflicting requests 2024-04-12T16:00:37.332 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.332 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 4: conflicting requests 2024-04-12T16:00:37.332 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.332 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 5: conflicting requests 2024-04-12T16:00:37.332 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.332 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 6: conflicting requests 2024-04-12T16:00:37.332 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.332 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 7: conflicting requests 2024-04-12T16:00:37.332 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.332 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 8: conflicting requests 2024-04-12T16:00:37.332 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.332 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 9: conflicting requests 2024-04-12T16:00:37.332 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.333 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 10: conflicting requests 2024-04-12T16:00:37.333 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.333 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 11: conflicting requests 2024-04-12T16:00:37.333 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.333 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 12: conflicting requests 2024-04-12T16:00:37.333 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.333 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 13: conflicting requests 2024-04-12T16:00:37.333 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.333 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 14: conflicting requests 2024-04-12T16:00:37.333 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.333 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 15: conflicting requests 2024-04-12T16:00:37.333 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.333 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 16: conflicting requests 2024-04-12T16:00:37.333 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.334 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 17: conflicting requests 2024-04-12T16:00:37.334 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.334 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 18: conflicting requests 2024-04-12T16:00:37.334 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.334 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 19: conflicting requests 2024-04-12T16:00:37.334 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.334 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 20: conflicting requests 2024-04-12T16:00:37.334 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.334 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 21: conflicting requests 2024-04-12T16:00:37.334 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.334 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 22: conflicting requests 2024-04-12T16:00:37.334 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.334 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 23: conflicting requests 2024-04-12T16:00:37.335 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.335 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 24: conflicting requests 2024-04-12T16:00:37.335 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.335 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 25: conflicting requests 2024-04-12T16:00:37.335 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.335 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 26: conflicting requests 2024-04-12T16:00:37.335 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.335 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 27: conflicting requests 2024-04-12T16:00:37.335 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.335 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 28: conflicting requests 2024-04-12T16:00:37.335 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.335 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 29: conflicting requests 2024-04-12T16:00:37.335 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.335 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 30: conflicting requests 2024-04-12T16:00:37.336 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.336 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 31: conflicting requests 2024-04-12T16:00:37.336 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.336 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 32: conflicting requests 2024-04-12T16:00:37.336 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.336 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 33: conflicting requests 2024-04-12T16:00:37.336 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.336 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 34: conflicting requests 2024-04-12T16:00:37.336 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.336 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 35: conflicting requests 2024-04-12T16:00:37.336 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.336 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 36: conflicting requests 2024-04-12T16:00:37.336 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.336 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 37: conflicting requests 2024-04-12T16:00:37.337 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.337 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.337 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.337 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:00:37.337 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.337 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.337 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.337 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.337 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 39: conflicting requests 2024-04-12T16:00:37.337 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.337 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.337 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.337 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.337 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.337 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.338 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:00:37.338 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.338 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.338 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.338 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.338 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:00:37.338 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.338 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.338 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.338 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.338 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:00:37.338 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.338 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.338 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.339 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.339 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:00:37.339 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.339 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.339 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.339 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.339 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:00:37.339 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.339 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.339 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.339 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.339 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:00:37.339 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.339 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.339 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.340 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:00:37.340 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-12T16:00:37.404 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-12T16:00:37.406 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:00:37.406 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-12T16:00:37.407 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:00:37.407 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-12T16:00:37.407 INFO:teuthology.orchestra.run.smithi133.stdout: ceph x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 6.6 k 2024-04-12T16:00:37.407 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-12T16:00:37.407 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mds x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 2.4 M 2024-04-12T16:00:37.407 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 1.5 M 2024-04-12T16:00:37.407 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 249 k 2024-04-12T16:00:37.407 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mon x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 4.7 M 2024-04-12T16:00:37.407 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-osd x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 17 M 2024-04-12T16:00:37.407 INFO:teuthology.orchestra.run.smithi133.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-12T16:00:37.407 INFO:teuthology.orchestra.run.smithi133.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-12T16:00:37.407 INFO:teuthology.orchestra.run.smithi133.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-12T16:00:37.407 INFO:teuthology.orchestra.run.smithi133.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-12T16:00:37.407 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-12T16:00:37.407 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-12T16:00:37.407 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-12T16:00:37.408 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-12T16:00:37.408 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-12T16:00:37.408 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-12T16:00:37.408 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-collections 2024-04-12T16:00:37.408 INFO:teuthology.orchestra.run.smithi133.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-12T16:00:37.408 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-12T16:00:37.408 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-12T16:00:37.408 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-12T16:00:37.408 INFO:teuthology.orchestra.run.smithi133.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-12T16:00:37.408 INFO:teuthology.orchestra.run.smithi133.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-12T16:00:37.408 INFO:teuthology.orchestra.run.smithi133.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-12T16:00:37.408 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-12T16:00:37.408 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-12T16:00:37.409 INFO:teuthology.orchestra.run.smithi133.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-12T16:00:37.409 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-12T16:00:37.409 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-12T16:00:37.409 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-12T16:00:37.409 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-12T16:00:37.409 INFO:teuthology.orchestra.run.smithi133.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-12T16:00:37.409 INFO:teuthology.orchestra.run.smithi133.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-12T16:00:37.409 INFO:teuthology.orchestra.run.smithi133.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-12T16:00:37.409 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-12T16:00:37.409 INFO:teuthology.orchestra.run.smithi133.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-12T16:00:37.409 INFO:teuthology.orchestra.run.smithi133.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-12T16:00:37.409 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:37.409 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-12T16:00:37.409 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:00:37.409 INFO:teuthology.orchestra.run.smithi133.stdout:Install 36 Packages 2024-04-12T16:00:37.410 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:37.410 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 30 M 2024-04-12T16:00:37.410 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 108 M 2024-04-12T16:00:37.410 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-12T16:00:37.535 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-12T16:00:37.584 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-12T16:00:37.666 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-12T16:00:37.763 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-12T16:00:37.803 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-12T16:00:37.920 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-12T16:00:38.097 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2847.gbf9c5618.el9. 31/36 2024-04-12T16:00:38.126 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-mgr-2:19.0.0-2847.gbf9c5618.el9.x86_64 32/36 2024-04-12T16:00:38.152 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2847.gbf9c5618.el9.x86_64 32/36 2024-04-12T16:00:38.152 INFO:teuthology.orchestra.run.smithi040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-12T16:00:38.152 INFO:teuthology.orchestra.run.smithi040.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-12T16:00:38.152 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-12T16:00:38.152 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-12T16:00:38.152 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:38.340 INFO:teuthology.orchestra.run.smithi133.stdout:(1/36): ceph-19.0.0-2847.gbf9c5618.el9.x86_64.r 39 kB/s | 6.6 kB 00:00 2024-04-12T16:00:38.582 INFO:teuthology.orchestra.run.smithi133.stdout:(2/36): ceph-mgr-19.0.0-2847.gbf9c5618.el9.x86_ 3.7 MB/s | 1.5 MB 00:00 2024-04-12T16:00:39.182 INFO:teuthology.orchestra.run.smithi133.stdout:(3/36): ceph-mon-19.0.0-2847.gbf9c5618.el9.x86_ 5.6 MB/s | 4.7 MB 00:00 2024-04-12T16:00:39.274 INFO:teuthology.orchestra.run.smithi133.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2847.gbf9c 2.7 MB/s | 249 kB 00:00 2024-04-12T16:00:39.424 INFO:teuthology.orchestra.run.smithi133.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.6 MB/s | 253 kB 00:00 2024-04-12T16:00:39.516 INFO:teuthology.orchestra.run.smithi133.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 13 MB/s | 1.2 MB 00:00 2024-04-12T16:00:39.558 INFO:teuthology.orchestra.run.smithi133.stdout:(7/36): ceph-mds-19.0.0-2847.gbf9c5618.el9.x86_ 1.7 MB/s | 2.4 MB 00:01 2024-04-12T16:00:39.583 INFO:teuthology.orchestra.run.smithi133.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 1.6 MB/s | 106 kB 00:00 2024-04-12T16:00:39.634 INFO:teuthology.orchestra.run.smithi133.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.4 MB/s | 125 kB 00:00 2024-04-12T16:00:39.669 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-osd-2:19.0.0-2847.gbf9c5618.el9.x86_64 33/36 2024-04-12T16:00:39.684 INFO:teuthology.orchestra.run.smithi133.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-04-12T16:00:39.695 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-osd-2:19.0.0-2847.gbf9c5618.el9.x86_64 33/36 2024-04-12T16:00:39.695 INFO:teuthology.orchestra.run.smithi040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-12T16:00:39.695 INFO:teuthology.orchestra.run.smithi040.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-12T16:00:39.695 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-12T16:00:39.695 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-12T16:00:39.696 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:39.709 INFO:teuthology.orchestra.run.smithi133.stdout:(11/36): python3-pycparser-2.20-6.el9.noarch.rp 896 kB/s | 135 kB 00:00 2024-04-12T16:00:39.935 INFO:teuthology.orchestra.run.smithi133.stdout:(12/36): ceph-osd-19.0.0-2847.gbf9c5618.el9.x86 12 MB/s | 17 MB 00:01 2024-04-12T16:00:40.126 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2847.gbf9c5618.el9.x86_64 31/34 2024-04-12T16:00:40.126 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /sys 2024-04-12T16:00:40.126 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /proc 2024-04-12T16:00:40.126 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /mnt 2024-04-12T16:00:40.126 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /var/tmp 2024-04-12T16:00:40.126 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /home 2024-04-12T16:00:40.126 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /root 2024-04-12T16:00:40.126 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /tmp 2024-04-12T16:00:40.126 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:00:40.169 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-mon-2:19.0.0-2847.gbf9c5618.el9.x86_64 34/36 2024-04-12T16:00:40.193 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-mon-2:19.0.0-2847.gbf9c5618.el9.x86_64 34/36 2024-04-12T16:00:40.193 INFO:teuthology.orchestra.run.smithi040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-12T16:00:40.193 INFO:teuthology.orchestra.run.smithi040.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-12T16:00:40.193 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-12T16:00:40.193 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-12T16:00:40.193 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:40.234 INFO:teuthology.orchestra.run.smithi133.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 116 kB/s | 35 kB 00:00 2024-04-12T16:00:40.393 INFO:teuthology.orchestra.run.smithi133.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 252 kB/s | 172 kB 00:00 2024-04-12T16:00:40.418 INFO:teuthology.orchestra.run.smithi133.stdout:(15/36): lua-5.4.4-4.el9.x86_64.rpm 257 kB/s | 188 kB 00:00 2024-04-12T16:00:40.428 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-mds-2:19.0.0-2847.gbf9c5618.el9.x86_64 35/36 2024-04-12T16:00:40.451 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-mds-2:19.0.0-2847.gbf9c5618.el9.x86_64 35/36 2024-04-12T16:00:40.451 INFO:teuthology.orchestra.run.smithi040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-12T16:00:40.451 INFO:teuthology.orchestra.run.smithi040.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-12T16:00:40.451 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-12T16:00:40.452 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-12T16:00:40.452 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:40.460 INFO:teuthology.orchestra.run.smithi133.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 226 kB/s | 51 kB 00:00 2024-04-12T16:00:40.494 INFO:teuthology.orchestra.run.smithi133.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 414 kB/s | 42 kB 00:00 2024-04-12T16:00:40.520 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-2:19.0.0-2847.gbf9c5618.el9.x86_64 36/36 2024-04-12T16:00:40.544 INFO:teuthology.orchestra.run.smithi133.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 178 kB/s | 22 kB 00:00 2024-04-12T16:00:40.670 INFO:teuthology.orchestra.run.smithi133.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 724 kB/s | 151 kB 00:00 2024-04-12T16:00:40.686 INFO:teuthology.orchestra.run.smithi133.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 263 kB/s | 43 kB 00:00 2024-04-12T16:00:40.720 INFO:teuthology.orchestra.run.smithi133.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 322 kB/s | 11 kB 00:00 2024-04-12T16:00:40.754 INFO:teuthology.orchestra.run.smithi133.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 4.2 MB/s | 358 kB 00:00 2024-04-12T16:00:40.770 INFO:teuthology.orchestra.run.smithi133.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 351 kB/s | 18 kB 00:00 2024-04-12T16:00:40.787 INFO:teuthology.orchestra.run.smithi133.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 690 kB/s | 23 kB 00:00 2024-04-12T16:00:40.809 INFO:teuthology.orchestra.run.smithi133.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 508 kB/s | 19 kB 00:00 2024-04-12T16:00:40.829 INFO:teuthology.orchestra.run.smithi133.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 471 kB/s | 20 kB 00:00 2024-04-12T16:00:40.855 INFO:teuthology.orchestra.run.smithi133.stdout:(27/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 606 kB/s | 172 kB 00:00 2024-04-12T16:00:40.880 INFO:teuthology.orchestra.run.smithi133.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 654 kB/s | 46 kB 00:00 2024-04-12T16:00:40.905 INFO:teuthology.orchestra.run.smithi133.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-04-12T16:00:40.931 INFO:teuthology.orchestra.run.smithi133.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 328 kB/s | 16 kB 00:00 2024-04-12T16:00:40.948 INFO:teuthology.orchestra.run.smithi133.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 2.1 MB/s | 90 kB 00:00 2024-04-12T16:00:40.973 INFO:teuthology.orchestra.run.smithi133.stdout:(32/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.3 MB/s | 272 kB 00:00 2024-04-12T16:00:40.998 INFO:teuthology.orchestra.run.smithi133.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 533 kB/s | 36 kB 00:00 2024-04-12T16:00:41.023 INFO:teuthology.orchestra.run.smithi133.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-04-12T16:00:41.051 INFO:teuthology.orchestra.run.smithi133.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 384 kB/s | 20 kB 00:00 2024-04-12T16:00:41.082 INFO:teuthology.orchestra.run.smithi133.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-04-12T16:00:41.087 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:00:41.087 INFO:teuthology.orchestra.run.smithi133.stdout:Total 8.2 MB/s | 30 MB 00:03 2024-04-12T16:00:41.103 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-radosgw-2:19.0.0-2847.gbf9c5618.el9.x86_64 32/34 2024-04-12T16:00:41.127 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2847.gbf9c5618.el9.x86_64 32/34 2024-04-12T16:00:41.127 INFO:teuthology.orchestra.run.smithi037.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-12T16:00:41.127 INFO:teuthology.orchestra.run.smithi037.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-12T16:00:41.127 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-12T16:00:41.127 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-12T16:00:41.127 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:00:41.129 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-12T16:00:41.230 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-12T16:00:41.230 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-12T16:00:41.231 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-12T16:00:41.269 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-12T16:00:41.269 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-12T16:00:41.696 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-12T16:00:41.697 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-12T16:00:42.223 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-2:19.0.0-2847.gbf9c5618.el9.x86_64 36/36 2024-04-12T16:00:42.223 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/36 2024-04-12T16:00:42.223 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-mds-2:19.0.0-2847.gbf9c5618.el9.x86_64 2/36 2024-04-12T16:00:42.223 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-mgr-2:19.0.0-2847.gbf9c5618.el9.x86_64 3/36 2024-04-12T16:00:42.223 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-mon-2:19.0.0-2847.gbf9c5618.el9.x86_64 4/36 2024-04-12T16:00:42.223 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-osd-2:19.0.0-2847.gbf9c5618.el9.x86_64 5/36 2024-04-12T16:00:42.223 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2847.gbf9c5618.el9. 6/36 2024-04-12T16:00:42.223 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-12T16:00:42.223 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-12T16:00:42.223 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-12T16:00:42.223 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-12T16:00:42.224 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-12T16:00:42.224 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-12T16:00:42.224 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-12T16:00:42.224 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-12T16:00:42.224 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-12T16:00:42.224 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-12T16:00:42.224 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-12T16:00:42.224 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-12T16:00:42.224 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-12T16:00:42.224 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-12T16:00:42.224 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-12T16:00:42.224 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-12T16:00:42.225 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-12T16:00:42.225 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-12T16:00:42.225 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-12T16:00:42.225 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-12T16:00:42.225 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-12T16:00:42.225 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-12T16:00:42.225 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-12T16:00:42.225 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-12T16:00:42.225 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-12T16:00:42.225 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-12T16:00:42.225 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-12T16:00:42.225 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-12T16:00:42.225 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-12T16:00:42.341 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-12T16:00:42.341 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-base-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/34 2024-04-12T16:00:42.341 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-common-2:19.0.0-2847.gbf9c5618.el9.x86_64 2/34 2024-04-12T16:00:42.341 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-radosgw-2:19.0.0-2847.gbf9c5618.el9.x86_64 3/34 2024-04-12T16:00:42.341 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-selinux-2:19.0.0-2847.gbf9c5618.el9.x86_64 4/34 2024-04-12T16:00:42.341 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libcephfs2-2:19.0.0-2847.gbf9c5618.el9.x86_64 5/34 2024-04-12T16:00:42.341 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libradosstriper1-2:19.0.0-2847.gbf9c5618.el9.x86_6 6/34 2024-04-12T16:00:42.341 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librgw2-2:19.0.0-2847.gbf9c5618.el9.x86_64 7/34 2024-04-12T16:00:42.342 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2847.gbf9c5618.el9. 8/34 2024-04-12T16:00:42.342 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-ceph-common-2:19.0.0-2847.gbf9c5618.el9.x8 9/34 2024-04-12T16:00:42.342 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-cephfs-2:19.0.0-2847.gbf9c5618.el9.x86_64 10/34 2024-04-12T16:00:42.342 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-rados-2:19.0.0-2847.gbf9c5618.el9.x86_64 11/34 2024-04-12T16:00:42.342 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-rbd-2:19.0.0-2847.gbf9c5618.el9.x86_64 12/34 2024-04-12T16:00:42.342 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-rgw-2:19.0.0-2847.gbf9c5618.el9.x86_64 13/34 2024-04-12T16:00:42.342 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-12T16:00:42.342 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-12T16:00:42.342 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-12T16:00:42.342 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-12T16:00:42.342 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-12T16:00:42.342 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-12T16:00:42.342 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-12T16:00:42.342 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-12T16:00:42.343 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-12T16:00:42.343 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-12T16:00:42.343 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-12T16:00:42.343 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-12T16:00:42.343 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-12T16:00:42.343 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-12T16:00:42.343 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-12T16:00:42.343 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-12T16:00:42.344 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-12T16:00:42.344 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librados2-2:19.0.0-2847.gbf9c5618.el9.x86_64 31/34 2024-04-12T16:00:42.344 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-12T16:00:42.344 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librbd1-2:19.0.0-2847.gbf9c5618.el9.x86_64 33/34 2024-04-12T16:00:43.032 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-12T16:00:43.101 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-12T16:00:43.136 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-12T16:00:43.162 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-12T16:00:43.232 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-12T16:00:43.269 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-12T16:00:43.302 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-12T16:00:43.339 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-12T16:00:43.339 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:00:43.339 INFO:teuthology.orchestra.run.smithi037.stdout:Upgraded: 2024-04-12T16:00:43.339 INFO:teuthology.orchestra.run.smithi037.stdout: librados2-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:43.339 INFO:teuthology.orchestra.run.smithi037.stdout: librbd1-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:43.339 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-12T16:00:43.339 INFO:teuthology.orchestra.run.smithi037.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-12T16:00:43.339 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-base-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:43.339 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-common-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:43.340 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-radosgw-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:43.340 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-selinux-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:43.340 INFO:teuthology.orchestra.run.smithi037.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-12T16:00:43.340 INFO:teuthology.orchestra.run.smithi037.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-12T16:00:43.340 INFO:teuthology.orchestra.run.smithi037.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-12T16:00:43.340 INFO:teuthology.orchestra.run.smithi037.stdout: libcephfs2-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:43.340 INFO:teuthology.orchestra.run.smithi037.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-12T16:00:43.340 INFO:teuthology.orchestra.run.smithi037.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-12T16:00:43.340 INFO:teuthology.orchestra.run.smithi037.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-12T16:00:43.340 INFO:teuthology.orchestra.run.smithi037.stdout: libradosstriper1-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:43.340 INFO:teuthology.orchestra.run.smithi037.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-12T16:00:43.340 INFO:teuthology.orchestra.run.smithi037.stdout: librgw2-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:43.340 INFO:teuthology.orchestra.run.smithi037.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-12T16:00:43.340 INFO:teuthology.orchestra.run.smithi037.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-12T16:00:43.340 INFO:teuthology.orchestra.run.smithi037.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-12T16:00:43.341 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ceph-argparse-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:43.341 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ceph-common-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:43.341 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cephfs-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:43.341 INFO:teuthology.orchestra.run.smithi037.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-12T16:00:43.341 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rados-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:43.341 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rbd-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:43.341 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rgw-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:43.341 INFO:teuthology.orchestra.run.smithi037.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-12T16:00:43.341 INFO:teuthology.orchestra.run.smithi037.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-12T16:00:43.341 INFO:teuthology.orchestra.run.smithi037.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-12T16:00:43.341 INFO:teuthology.orchestra.run.smithi037.stdout: re2-1:20211101-3.el9.x86_64 2024-04-12T16:00:43.341 INFO:teuthology.orchestra.run.smithi037.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-12T16:00:43.341 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:00:43.341 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-12T16:00:43.394 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-12T16:00:43.467 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-12T16:00:43.467 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:43.467 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-12T16:00:43.467 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:43.467 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mds-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:43.467 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:43.467 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-modules-core-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:00:43.468 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mon-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:43.468 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-osd-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:43.468 INFO:teuthology.orchestra.run.smithi040.stdout: lua-5.4.4-4.el9.x86_64 2024-04-12T16:00:43.468 INFO:teuthology.orchestra.run.smithi040.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-12T16:00:43.468 INFO:teuthology.orchestra.run.smithi040.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-12T16:00:43.468 INFO:teuthology.orchestra.run.smithi040.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-12T16:00:43.468 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-12T16:00:43.468 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-12T16:00:43.468 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-12T16:00:43.468 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-12T16:00:43.468 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-12T16:00:43.468 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-12T16:00:43.468 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-12T16:00:43.468 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-12T16:00:43.469 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-12T16:00:43.469 INFO:teuthology.orchestra.run.smithi040.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-12T16:00:43.469 INFO:teuthology.orchestra.run.smithi040.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-12T16:00:43.469 INFO:teuthology.orchestra.run.smithi040.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-12T16:00:43.469 INFO:teuthology.orchestra.run.smithi040.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-12T16:00:43.469 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-12T16:00:43.469 INFO:teuthology.orchestra.run.smithi040.stdout: python3-ply-3.11-14.el9.noarch 2024-04-12T16:00:43.469 INFO:teuthology.orchestra.run.smithi040.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-12T16:00:43.469 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-12T16:00:43.469 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-12T16:00:43.469 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-12T16:00:43.469 INFO:teuthology.orchestra.run.smithi040.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-12T16:00:43.469 INFO:teuthology.orchestra.run.smithi040.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-12T16:00:43.469 INFO:teuthology.orchestra.run.smithi040.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-12T16:00:43.469 INFO:teuthology.orchestra.run.smithi040.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-12T16:00:43.469 INFO:teuthology.orchestra.run.smithi040.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-12T16:00:43.470 INFO:teuthology.orchestra.run.smithi040.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-12T16:00:43.470 INFO:teuthology.orchestra.run.smithi040.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-12T16:00:43.470 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:43.470 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-12T16:00:43.473 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-12T16:00:43.521 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-12T16:00:43.556 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-12T16:00:43.586 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-12T16:00:43.605 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-test 2024-04-12T16:00:43.620 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-12T16:00:43.656 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-12T16:00:43.688 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-12T16:00:43.723 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-12T16:00:43.757 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-12T16:00:43.796 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-12T16:00:43.817 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-base 2024-04-12T16:00:43.868 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-12T16:00:44.004 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-12T16:00:44.095 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-12T16:00:44.147 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-12T16:00:44.195 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-12T16:00:44.205 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:00:39 ago on Fri 12 Apr 2024 04:00:05 PM UTC. 2024-04-12T16:00:44.244 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-12T16:00:44.299 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-12T16:00:44.441 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:02 ago on Fri 12 Apr 2024 03:59:42 PM UTC. 2024-04-12T16:00:44.493 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-12T16:00:44.508 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-12T16:00:44.508 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:00:44.508 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-12T16:00:44.508 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.508 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-12T16:00:44.508 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.508 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-12T16:00:44.508 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.508 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-12T16:00:44.508 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.508 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-12T16:00:44.509 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.509 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-12T16:00:44.509 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.509 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-12T16:00:44.509 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.509 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-12T16:00:44.509 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.509 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-12T16:00:44.509 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.509 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-12T16:00:44.509 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.509 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-12T16:00:44.509 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.509 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-12T16:00:44.509 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.510 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-12T16:00:44.510 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.510 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-12T16:00:44.510 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.510 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-12T16:00:44.510 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.510 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-12T16:00:44.510 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.510 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-12T16:00:44.510 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.510 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-12T16:00:44.510 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.510 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-12T16:00:44.511 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.511 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-12T16:00:44.511 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.511 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-12T16:00:44.511 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.511 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-12T16:00:44.511 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.511 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-12T16:00:44.511 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.511 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-12T16:00:44.511 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.511 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-12T16:00:44.511 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.512 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-12T16:00:44.512 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.512 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-12T16:00:44.512 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.512 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-12T16:00:44.512 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.512 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-12T16:00:44.512 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.512 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-12T16:00:44.512 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.512 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-12T16:00:44.512 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.512 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-12T16:00:44.512 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.513 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-12T16:00:44.513 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.513 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-12T16:00:44.513 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.513 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-12T16:00:44.513 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.513 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-12T16:00:44.513 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.513 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-12T16:00:44.513 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.513 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.513 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.513 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:00:44.513 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.514 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.514 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.514 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.514 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-12T16:00:44.514 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.514 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.514 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.514 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.514 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.514 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.514 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:00:44.514 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.514 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.515 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.515 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.515 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:00:44.515 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.515 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.515 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.515 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.515 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:00:44.515 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.515 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.515 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.515 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.515 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:00:44.515 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.516 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.516 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.516 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.516 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:00:44.516 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.516 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.516 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.516 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.516 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:00:44.516 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.516 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.517 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.517 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.557 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-12T16:00:44.583 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-12T16:00:44.584 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:00:44.584 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2024-04-12T16:00:44.584 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:00:44.584 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-12T16:00:44.584 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-test x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 49 M 2024-04-12T16:00:44.584 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2024-04-12T16:00:44.584 INFO:teuthology.orchestra.run.smithi037.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-12T16:00:44.584 INFO:teuthology.orchestra.run.smithi037.stdout: libcephsqlite x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 163 k 2024-04-12T16:00:44.584 INFO:teuthology.orchestra.run.smithi037.stdout: oniguruma x86_64 6.9.6-1.el9.5 baseos 218 k 2024-04-12T16:00:44.585 INFO:teuthology.orchestra.run.smithi037.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-12T16:00:44.585 INFO:teuthology.orchestra.run.smithi037.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-12T16:00:44.585 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:00:44.585 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-12T16:00:44.585 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:00:44.585 INFO:teuthology.orchestra.run.smithi037.stdout:Install 6 Packages 2024-04-12T16:00:44.585 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:00:44.586 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 49 M 2024-04-12T16:00:44.586 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 210 M 2024-04-12T16:00:44.586 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-12T16:00:44.626 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-12T16:00:44.716 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-12T16:00:44.745 INFO:teuthology.orchestra.run.smithi040.stderr:Modular dependency problems: 2024-04-12T16:00:44.745 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T16:00:44.745 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 1: conflicting requests 2024-04-12T16:00:44.745 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.745 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 2: conflicting requests 2024-04-12T16:00:44.745 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.745 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 3: conflicting requests 2024-04-12T16:00:44.745 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.745 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 4: conflicting requests 2024-04-12T16:00:44.745 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.745 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 5: conflicting requests 2024-04-12T16:00:44.745 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.745 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 6: conflicting requests 2024-04-12T16:00:44.746 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.746 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 7: conflicting requests 2024-04-12T16:00:44.746 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.746 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 8: conflicting requests 2024-04-12T16:00:44.746 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.746 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 9: conflicting requests 2024-04-12T16:00:44.746 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.746 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 10: conflicting requests 2024-04-12T16:00:44.746 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.746 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 11: conflicting requests 2024-04-12T16:00:44.746 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.746 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 12: conflicting requests 2024-04-12T16:00:44.746 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.747 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 13: conflicting requests 2024-04-12T16:00:44.747 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.747 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 14: conflicting requests 2024-04-12T16:00:44.747 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.747 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 15: conflicting requests 2024-04-12T16:00:44.747 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.747 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 16: conflicting requests 2024-04-12T16:00:44.747 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.747 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 17: conflicting requests 2024-04-12T16:00:44.747 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.747 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 18: conflicting requests 2024-04-12T16:00:44.747 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.747 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 19: conflicting requests 2024-04-12T16:00:44.747 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.748 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 20: conflicting requests 2024-04-12T16:00:44.748 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.748 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 21: conflicting requests 2024-04-12T16:00:44.748 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.748 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 22: conflicting requests 2024-04-12T16:00:44.748 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.748 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 23: conflicting requests 2024-04-12T16:00:44.748 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.748 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 24: conflicting requests 2024-04-12T16:00:44.748 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.748 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 25: conflicting requests 2024-04-12T16:00:44.749 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.749 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 26: conflicting requests 2024-04-12T16:00:44.749 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.749 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 27: conflicting requests 2024-04-12T16:00:44.749 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.749 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 28: conflicting requests 2024-04-12T16:00:44.749 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.749 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 29: conflicting requests 2024-04-12T16:00:44.749 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.749 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 30: conflicting requests 2024-04-12T16:00:44.750 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.750 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 31: conflicting requests 2024-04-12T16:00:44.750 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.750 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 32: conflicting requests 2024-04-12T16:00:44.750 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.750 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 33: conflicting requests 2024-04-12T16:00:44.750 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.750 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 34: conflicting requests 2024-04-12T16:00:44.750 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.750 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 35: conflicting requests 2024-04-12T16:00:44.750 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.750 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 36: conflicting requests 2024-04-12T16:00:44.750 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.750 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 37: conflicting requests 2024-04-12T16:00:44.751 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.751 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.751 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.751 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:00:44.751 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.751 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.751 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.751 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.751 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 39: conflicting requests 2024-04-12T16:00:44.751 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.751 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.751 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.751 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.751 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.752 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.752 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:00:44.752 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.752 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.752 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.752 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.752 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:00:44.752 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.752 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.752 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.752 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.752 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:00:44.752 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.753 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.753 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.753 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.753 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:00:44.753 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.753 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.753 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.753 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.753 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:00:44.753 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.753 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.753 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.753 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.753 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:00:44.754 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.754 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.754 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.754 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:00:44.754 INFO:teuthology.orchestra.run.smithi040.stdout:Package ceph-base-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:00:44.759 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-12T16:00:44.817 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-12T16:00:44.818 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-04-12T16:00:44.818 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-12T16:00:44.870 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-12T16:00:44.892 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install cephadm 2024-04-12T16:00:45.045 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2847.gbf9c5618.el9. 31/36 2024-04-12T16:00:45.075 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-2:19.0.0-2847.gbf9c5618.el9.x86_64 32/36 2024-04-12T16:00:45.100 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2847.gbf9c5618.el9.x86_64 32/36 2024-04-12T16:00:45.100 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-12T16:00:45.100 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-12T16:00:45.100 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-12T16:00:45.100 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-12T16:00:45.100 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:45.410 INFO:teuthology.orchestra.run.smithi037.stdout:(1/6): jq-1.6-16.el9.x86_64.rpm 406 kB/s | 187 kB 00:00 2024-04-12T16:00:45.435 INFO:teuthology.orchestra.run.smithi037.stdout:(2/6): libcephsqlite-19.0.0-2847.gbf9c5618.el9. 336 kB/s | 163 kB 00:00 2024-04-12T16:00:45.494 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:03 ago on Fri 12 Apr 2024 03:59:42 PM UTC. 2024-04-12T16:00:45.686 INFO:teuthology.orchestra.run.smithi037.stdout:(3/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 792 kB/s | 218 kB 00:00 2024-04-12T16:00:45.794 INFO:teuthology.orchestra.run.smithi040.stderr:Modular dependency problems: 2024-04-12T16:00:45.794 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T16:00:45.794 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 1: conflicting requests 2024-04-12T16:00:45.794 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.794 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 2: conflicting requests 2024-04-12T16:00:45.794 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.794 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 3: conflicting requests 2024-04-12T16:00:45.794 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.794 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 4: conflicting requests 2024-04-12T16:00:45.794 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.794 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 5: conflicting requests 2024-04-12T16:00:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 6: conflicting requests 2024-04-12T16:00:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 7: conflicting requests 2024-04-12T16:00:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 8: conflicting requests 2024-04-12T16:00:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 9: conflicting requests 2024-04-12T16:00:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 10: conflicting requests 2024-04-12T16:00:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 11: conflicting requests 2024-04-12T16:00:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 12: conflicting requests 2024-04-12T16:00:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.796 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 13: conflicting requests 2024-04-12T16:00:45.796 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.796 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 14: conflicting requests 2024-04-12T16:00:45.796 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.796 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 15: conflicting requests 2024-04-12T16:00:45.796 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.796 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 16: conflicting requests 2024-04-12T16:00:45.796 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.796 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 17: conflicting requests 2024-04-12T16:00:45.796 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.796 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 18: conflicting requests 2024-04-12T16:00:45.796 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.796 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 19: conflicting requests 2024-04-12T16:00:45.796 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.797 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 20: conflicting requests 2024-04-12T16:00:45.797 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.797 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 21: conflicting requests 2024-04-12T16:00:45.797 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.797 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 22: conflicting requests 2024-04-12T16:00:45.797 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.797 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 23: conflicting requests 2024-04-12T16:00:45.797 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.797 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 24: conflicting requests 2024-04-12T16:00:45.797 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.797 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 25: conflicting requests 2024-04-12T16:00:45.797 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.797 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 26: conflicting requests 2024-04-12T16:00:45.797 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 27: conflicting requests 2024-04-12T16:00:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 28: conflicting requests 2024-04-12T16:00:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 29: conflicting requests 2024-04-12T16:00:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 30: conflicting requests 2024-04-12T16:00:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 31: conflicting requests 2024-04-12T16:00:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 32: conflicting requests 2024-04-12T16:00:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 33: conflicting requests 2024-04-12T16:00:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.799 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 34: conflicting requests 2024-04-12T16:00:45.799 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.799 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 35: conflicting requests 2024-04-12T16:00:45.799 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.799 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 36: conflicting requests 2024-04-12T16:00:45.799 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.799 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 37: conflicting requests 2024-04-12T16:00:45.799 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.799 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.799 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.799 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:00:45.799 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 39: conflicting requests 2024-04-12T16:00:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:00:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:00:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:00:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:00:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.802 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.802 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:00:45.802 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.802 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.802 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.802 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.802 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:00:45.802 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.802 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.802 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.802 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:00:45.803 INFO:teuthology.orchestra.run.smithi037.stdout:(4/6): socat-1.7.4.1-5.el9.x86_64.rpm 830 kB/s | 305 kB 00:00 2024-04-12T16:00:45.866 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-12T16:00:45.867 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:00:45.867 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-04-12T16:00:45.867 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:00:45.867 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-12T16:00:45.867 INFO:teuthology.orchestra.run.smithi040.stdout: cephadm noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 762 k 2024-04-12T16:00:45.867 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:45.867 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-12T16:00:45.868 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:00:45.868 INFO:teuthology.orchestra.run.smithi040.stdout:Install 1 Package 2024-04-12T16:00:45.868 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:45.868 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 762 k 2024-04-12T16:00:45.868 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 768 k 2024-04-12T16:00:45.868 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-12T16:00:45.894 INFO:teuthology.orchestra.run.smithi037.stdout:(5/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 306 kB/s | 64 kB 00:00 2024-04-12T16:00:46.529 INFO:teuthology.orchestra.run.smithi040.stdout:cephadm-19.0.0-2847.gbf9c5618.el9.noarch.rpm 1.1 MB/s | 762 kB 00:00 2024-04-12T16:00:46.530 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:00:46.530 INFO:teuthology.orchestra.run.smithi040.stdout:Total 1.1 MB/s | 762 kB 00:00 2024-04-12T16:00:46.530 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-12T16:00:46.536 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-12T16:00:46.536 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-12T16:00:46.543 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-12T16:00:46.543 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-12T16:00:46.559 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-osd-2:19.0.0-2847.gbf9c5618.el9.x86_64 33/36 2024-04-12T16:00:46.586 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-osd-2:19.0.0-2847.gbf9c5618.el9.x86_64 33/36 2024-04-12T16:00:46.586 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-12T16:00:46.586 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-12T16:00:46.586 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-12T16:00:46.586 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-12T16:00:46.586 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:46.622 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-12T16:00:47.021 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 1/1 2024-04-12T16:00:47.026 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mon-2:19.0.0-2847.gbf9c5618.el9.x86_64 34/36 2024-04-12T16:00:47.049 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mon-2:19.0.0-2847.gbf9c5618.el9.x86_64 34/36 2024-04-12T16:00:47.050 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-12T16:00:47.050 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-12T16:00:47.050 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-12T16:00:47.050 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-12T16:00:47.050 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:47.113 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 1/1 2024-04-12T16:00:47.285 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mds-2:19.0.0-2847.gbf9c5618.el9.x86_64 35/36 2024-04-12T16:00:47.308 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mds-2:19.0.0-2847.gbf9c5618.el9.x86_64 35/36 2024-04-12T16:00:47.308 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-12T16:00:47.308 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-12T16:00:47.308 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-12T16:00:47.308 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-12T16:00:47.309 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:47.374 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-2:19.0.0-2847.gbf9c5618.el9.x86_64 36/36 2024-04-12T16:00:47.488 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 1/1 2024-04-12T16:00:47.804 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 1/1 2024-04-12T16:00:47.804 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:47.804 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-12T16:00:47.804 INFO:teuthology.orchestra.run.smithi040.stdout: cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:00:47.804 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:47.804 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-12T16:00:47.998 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-immutable-object-cache 2024-04-12T16:00:48.611 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:06 ago on Fri 12 Apr 2024 03:59:42 PM UTC. 2024-04-12T16:00:48.917 INFO:teuthology.orchestra.run.smithi040.stderr:Modular dependency problems: 2024-04-12T16:00:48.917 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T16:00:48.917 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 1: conflicting requests 2024-04-12T16:00:48.917 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.917 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 2: conflicting requests 2024-04-12T16:00:48.917 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.917 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 3: conflicting requests 2024-04-12T16:00:48.917 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.918 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 4: conflicting requests 2024-04-12T16:00:48.918 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.918 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 5: conflicting requests 2024-04-12T16:00:48.918 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.918 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 6: conflicting requests 2024-04-12T16:00:48.918 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.918 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 7: conflicting requests 2024-04-12T16:00:48.918 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.918 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 8: conflicting requests 2024-04-12T16:00:48.918 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.918 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 9: conflicting requests 2024-04-12T16:00:48.918 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.918 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 10: conflicting requests 2024-04-12T16:00:48.919 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.919 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 11: conflicting requests 2024-04-12T16:00:48.919 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.919 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 12: conflicting requests 2024-04-12T16:00:48.919 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.919 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 13: conflicting requests 2024-04-12T16:00:48.919 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.919 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 14: conflicting requests 2024-04-12T16:00:48.919 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.919 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 15: conflicting requests 2024-04-12T16:00:48.919 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.920 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 16: conflicting requests 2024-04-12T16:00:48.920 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.920 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 17: conflicting requests 2024-04-12T16:00:48.920 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.920 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 18: conflicting requests 2024-04-12T16:00:48.920 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.920 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 19: conflicting requests 2024-04-12T16:00:48.920 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.920 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 20: conflicting requests 2024-04-12T16:00:48.920 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.920 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 21: conflicting requests 2024-04-12T16:00:48.920 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.920 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 22: conflicting requests 2024-04-12T16:00:48.921 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.921 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 23: conflicting requests 2024-04-12T16:00:48.921 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.921 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 24: conflicting requests 2024-04-12T16:00:48.921 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.921 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 25: conflicting requests 2024-04-12T16:00:48.921 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.921 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 26: conflicting requests 2024-04-12T16:00:48.921 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.921 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 27: conflicting requests 2024-04-12T16:00:48.921 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.921 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 28: conflicting requests 2024-04-12T16:00:48.921 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.921 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 29: conflicting requests 2024-04-12T16:00:48.922 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.922 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 30: conflicting requests 2024-04-12T16:00:48.922 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.922 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 31: conflicting requests 2024-04-12T16:00:48.922 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.922 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 32: conflicting requests 2024-04-12T16:00:48.922 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.922 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 33: conflicting requests 2024-04-12T16:00:48.922 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.923 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 34: conflicting requests 2024-04-12T16:00:48.923 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.923 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 35: conflicting requests 2024-04-12T16:00:48.923 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.923 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 36: conflicting requests 2024-04-12T16:00:48.923 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.923 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 37: conflicting requests 2024-04-12T16:00:48.923 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.923 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.923 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.923 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:00:48.923 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.924 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.924 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.924 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.924 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 39: conflicting requests 2024-04-12T16:00:48.924 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.924 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.924 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.924 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.924 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.924 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.924 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:00:48.924 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.924 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.924 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.925 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.925 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:00:48.925 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.925 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.925 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.925 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.925 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:00:48.925 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.925 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.925 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.925 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.925 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:00:48.925 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.925 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.926 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.926 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.926 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:00:48.926 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.926 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.926 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.926 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.926 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:00:48.926 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.926 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.926 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.926 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:00:48.989 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-12T16:00:48.989 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:00:48.990 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repo Size 2024-04-12T16:00:48.990 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:00:48.990 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-12T16:00:48.990 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 145 k 2024-04-12T16:00:48.990 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:48.990 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-12T16:00:48.990 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:00:48.990 INFO:teuthology.orchestra.run.smithi040.stdout:Install 1 Package 2024-04-12T16:00:48.990 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:48.991 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 145 k 2024-04-12T16:00:48.991 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 435 k 2024-04-12T16:00:48.991 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-12T16:00:49.052 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-2:19.0.0-2847.gbf9c5618.el9.x86_64 36/36 2024-04-12T16:00:49.052 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/36 2024-04-12T16:00:49.052 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mds-2:19.0.0-2847.gbf9c5618.el9.x86_64 2/36 2024-04-12T16:00:49.052 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-2:19.0.0-2847.gbf9c5618.el9.x86_64 3/36 2024-04-12T16:00:49.052 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mon-2:19.0.0-2847.gbf9c5618.el9.x86_64 4/36 2024-04-12T16:00:49.052 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-osd-2:19.0.0-2847.gbf9c5618.el9.x86_64 5/36 2024-04-12T16:00:49.052 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2847.gbf9c5618.el9. 6/36 2024-04-12T16:00:49.052 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-12T16:00:49.052 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-12T16:00:49.052 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-12T16:00:49.053 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-12T16:00:49.053 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-12T16:00:49.053 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-12T16:00:49.053 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-12T16:00:49.053 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-12T16:00:49.053 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-12T16:00:49.053 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-12T16:00:49.053 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-12T16:00:49.053 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-12T16:00:49.053 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-12T16:00:49.053 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-12T16:00:49.053 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-12T16:00:49.053 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-12T16:00:49.053 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-12T16:00:49.053 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-12T16:00:49.053 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-12T16:00:49.053 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-12T16:00:49.054 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-12T16:00:49.054 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-12T16:00:49.054 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-12T16:00:49.054 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-12T16:00:49.054 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-12T16:00:49.055 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-12T16:00:49.055 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-12T16:00:49.055 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-12T16:00:49.055 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-12T16:00:49.203 INFO:teuthology.orchestra.run.smithi040.stdout:ceph-immutable-object-cache-19.0.0-2847.gbf9c56 683 kB/s | 145 kB 00:00 2024-04-12T16:00:49.203 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:00:49.203 INFO:teuthology.orchestra.run.smithi040.stdout:Total 679 kB/s | 145 kB 00:00 2024-04-12T16:00:49.203 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-12T16:00:49.212 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-12T16:00:49.212 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-12T16:00:49.267 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-12T16:00:49.267 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-12T16:00:49.430 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-12T16:00:49.495 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2847.gbf9c5618. 1/1 2024-04-12T16:00:49.519 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2847.gbf9c5618. 1/1 2024-04-12T16:00:49.519 INFO:teuthology.orchestra.run.smithi040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-12T16:00:49.520 INFO:teuthology.orchestra.run.smithi040.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-12T16:00:49.520 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:50.050 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-12T16:00:50.050 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:50.050 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-12T16:00:50.050 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:50.050 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mds-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:50.050 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:50.050 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-modules-core-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:00:50.050 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mon-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:50.050 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-osd-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:50.050 INFO:teuthology.orchestra.run.smithi133.stdout: lua-5.4.4-4.el9.x86_64 2024-04-12T16:00:50.050 INFO:teuthology.orchestra.run.smithi133.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-12T16:00:50.051 INFO:teuthology.orchestra.run.smithi133.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-12T16:00:50.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-12T16:00:50.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-12T16:00:50.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-12T16:00:50.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-12T16:00:50.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-12T16:00:50.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-12T16:00:50.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-12T16:00:50.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-12T16:00:50.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-12T16:00:50.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-12T16:00:50.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-12T16:00:50.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-12T16:00:50.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-12T16:00:50.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-12T16:00:50.052 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-12T16:00:50.052 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ply-3.11-14.el9.noarch 2024-04-12T16:00:50.052 INFO:teuthology.orchestra.run.smithi133.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-12T16:00:50.052 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-12T16:00:50.052 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-12T16:00:50.052 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-12T16:00:50.052 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-12T16:00:50.052 INFO:teuthology.orchestra.run.smithi133.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-12T16:00:50.052 INFO:teuthology.orchestra.run.smithi133.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-12T16:00:50.052 INFO:teuthology.orchestra.run.smithi133.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-12T16:00:50.052 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-12T16:00:50.052 INFO:teuthology.orchestra.run.smithi133.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-12T16:00:50.052 INFO:teuthology.orchestra.run.smithi133.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-12T16:00:50.052 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:50.053 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-12T16:00:50.421 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-base 2024-04-12T16:00:50.529 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2847.gbf9c5618. 1/1 2024-04-12T16:00:50.529 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:50.530 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-12T16:00:50.530 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-immutable-object-cache-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:50.530 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:50.530 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-12T16:00:50.764 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-mgr 2024-04-12T16:00:51.011 INFO:teuthology.orchestra.run.smithi037.stdout:(6/6): ceph-test-19.0.0-2847.gbf9c5618.el9.x86_ 8.0 MB/s | 49 MB 00:06 2024-04-12T16:00:51.012 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:00:51.012 INFO:teuthology.orchestra.run.smithi037.stdout:Total 7.7 MB/s | 49 MB 00:06 2024-04-12T16:00:51.034 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:04 ago on Fri 12 Apr 2024 03:59:47 PM UTC. 2024-04-12T16:00:51.066 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-12T16:00:51.088 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-12T16:00:51.088 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-12T16:00:51.321 INFO:teuthology.orchestra.run.smithi133.stderr:Modular dependency problems: 2024-04-12T16:00:51.322 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T16:00:51.322 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 1: conflicting requests 2024-04-12T16:00:51.322 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.322 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 2: conflicting requests 2024-04-12T16:00:51.322 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.322 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 3: conflicting requests 2024-04-12T16:00:51.322 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.322 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 4: conflicting requests 2024-04-12T16:00:51.322 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.322 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 5: conflicting requests 2024-04-12T16:00:51.322 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.322 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 6: conflicting requests 2024-04-12T16:00:51.322 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.323 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 7: conflicting requests 2024-04-12T16:00:51.323 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.323 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 8: conflicting requests 2024-04-12T16:00:51.323 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.323 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 9: conflicting requests 2024-04-12T16:00:51.323 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.323 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 10: conflicting requests 2024-04-12T16:00:51.323 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.323 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 11: conflicting requests 2024-04-12T16:00:51.323 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.323 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 12: conflicting requests 2024-04-12T16:00:51.323 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.323 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 13: conflicting requests 2024-04-12T16:00:51.324 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.324 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 14: conflicting requests 2024-04-12T16:00:51.324 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.324 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 15: conflicting requests 2024-04-12T16:00:51.324 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.324 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 16: conflicting requests 2024-04-12T16:00:51.324 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.324 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 17: conflicting requests 2024-04-12T16:00:51.324 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.324 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 18: conflicting requests 2024-04-12T16:00:51.324 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.324 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 19: conflicting requests 2024-04-12T16:00:51.324 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.324 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 20: conflicting requests 2024-04-12T16:00:51.325 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.325 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 21: conflicting requests 2024-04-12T16:00:51.325 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.325 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 22: conflicting requests 2024-04-12T16:00:51.325 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.325 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 23: conflicting requests 2024-04-12T16:00:51.325 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.325 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 24: conflicting requests 2024-04-12T16:00:51.325 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.325 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 25: conflicting requests 2024-04-12T16:00:51.325 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.325 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 26: conflicting requests 2024-04-12T16:00:51.325 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.325 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 27: conflicting requests 2024-04-12T16:00:51.325 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.325 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 28: conflicting requests 2024-04-12T16:00:51.326 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.326 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 29: conflicting requests 2024-04-12T16:00:51.326 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.326 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 30: conflicting requests 2024-04-12T16:00:51.326 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.326 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 31: conflicting requests 2024-04-12T16:00:51.326 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.326 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 32: conflicting requests 2024-04-12T16:00:51.326 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.326 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 33: conflicting requests 2024-04-12T16:00:51.326 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.326 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 34: conflicting requests 2024-04-12T16:00:51.326 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.326 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 35: conflicting requests 2024-04-12T16:00:51.326 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.327 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 36: conflicting requests 2024-04-12T16:00:51.327 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.327 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 37: conflicting requests 2024-04-12T16:00:51.327 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.327 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.327 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.327 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:00:51.327 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.327 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.327 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.327 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.327 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 39: conflicting requests 2024-04-12T16:00:51.327 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.327 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.327 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.328 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.328 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.328 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.328 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:00:51.328 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.328 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.328 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.328 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.328 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:00:51.328 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.328 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.328 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.328 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.328 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:00:51.328 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.328 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.329 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.329 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.329 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:00:51.329 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.329 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.329 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.329 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.329 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:00:51.329 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.329 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.329 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.329 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.329 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:00:51.329 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.329 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.329 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.330 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.330 INFO:teuthology.orchestra.run.smithi133.stdout:Package ceph-base-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:00:51.372 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:09 ago on Fri 12 Apr 2024 03:59:42 PM UTC. 2024-04-12T16:00:51.390 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-12T16:00:51.391 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-12T16:00:51.391 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-12T16:00:51.462 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install cephadm 2024-04-12T16:00:51.499 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-12T16:00:51.499 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-12T16:00:51.674 INFO:teuthology.orchestra.run.smithi040.stderr:Modular dependency problems: 2024-04-12T16:00:51.674 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T16:00:51.674 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 1: conflicting requests 2024-04-12T16:00:51.674 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.674 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 2: conflicting requests 2024-04-12T16:00:51.674 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.675 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 3: conflicting requests 2024-04-12T16:00:51.675 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.675 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 4: conflicting requests 2024-04-12T16:00:51.675 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.675 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 5: conflicting requests 2024-04-12T16:00:51.675 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.675 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 6: conflicting requests 2024-04-12T16:00:51.675 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.675 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 7: conflicting requests 2024-04-12T16:00:51.675 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.675 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 8: conflicting requests 2024-04-12T16:00:51.675 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.675 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 9: conflicting requests 2024-04-12T16:00:51.675 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.676 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 10: conflicting requests 2024-04-12T16:00:51.676 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.676 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 11: conflicting requests 2024-04-12T16:00:51.676 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.676 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 12: conflicting requests 2024-04-12T16:00:51.676 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.676 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 13: conflicting requests 2024-04-12T16:00:51.676 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.676 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 14: conflicting requests 2024-04-12T16:00:51.676 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.676 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 15: conflicting requests 2024-04-12T16:00:51.676 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.676 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 16: conflicting requests 2024-04-12T16:00:51.676 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.677 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 17: conflicting requests 2024-04-12T16:00:51.677 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.677 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 18: conflicting requests 2024-04-12T16:00:51.677 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.677 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 19: conflicting requests 2024-04-12T16:00:51.677 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.677 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 20: conflicting requests 2024-04-12T16:00:51.677 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.677 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 21: conflicting requests 2024-04-12T16:00:51.677 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.677 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 22: conflicting requests 2024-04-12T16:00:51.677 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.677 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 23: conflicting requests 2024-04-12T16:00:51.677 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.677 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 24: conflicting requests 2024-04-12T16:00:51.678 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.678 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 25: conflicting requests 2024-04-12T16:00:51.678 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.678 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 26: conflicting requests 2024-04-12T16:00:51.678 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.678 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 27: conflicting requests 2024-04-12T16:00:51.678 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.678 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 28: conflicting requests 2024-04-12T16:00:51.678 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.678 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 29: conflicting requests 2024-04-12T16:00:51.678 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.678 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 30: conflicting requests 2024-04-12T16:00:51.679 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.679 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 31: conflicting requests 2024-04-12T16:00:51.679 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.679 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 32: conflicting requests 2024-04-12T16:00:51.679 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.679 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 33: conflicting requests 2024-04-12T16:00:51.679 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.679 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 34: conflicting requests 2024-04-12T16:00:51.679 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.679 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 35: conflicting requests 2024-04-12T16:00:51.679 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.679 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 36: conflicting requests 2024-04-12T16:00:51.679 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.679 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 37: conflicting requests 2024-04-12T16:00:51.679 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.680 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.680 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.680 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:00:51.680 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.680 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.680 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.680 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.680 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 39: conflicting requests 2024-04-12T16:00:51.680 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.680 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.680 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.680 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.680 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.680 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.680 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:00:51.680 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.681 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.681 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.681 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.681 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:00:51.681 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.681 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.681 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.681 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.681 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:00:51.681 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.681 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.681 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.681 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.681 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:00:51.681 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.681 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.682 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.682 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.682 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:00:51.682 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.682 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.682 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.682 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.682 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:00:51.682 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.682 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.682 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.682 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:00:51.683 INFO:teuthology.orchestra.run.smithi040.stdout:Package ceph-mgr-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:00:51.747 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-12T16:00:51.748 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-04-12T16:00:51.748 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-12T16:00:51.816 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-mgr-dashboard 2024-04-12T16:00:52.059 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:05 ago on Fri 12 Apr 2024 03:59:47 PM UTC. 2024-04-12T16:00:52.109 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-12T16:00:52.192 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-12T16:00:52.236 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-12T16:00:52.275 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-12T16:00:52.320 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-12T16:00:52.347 INFO:teuthology.orchestra.run.smithi133.stderr:Modular dependency problems: 2024-04-12T16:00:52.347 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T16:00:52.347 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 1: conflicting requests 2024-04-12T16:00:52.347 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.347 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 2: conflicting requests 2024-04-12T16:00:52.347 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.347 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 3: conflicting requests 2024-04-12T16:00:52.348 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.348 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 4: conflicting requests 2024-04-12T16:00:52.348 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.348 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 5: conflicting requests 2024-04-12T16:00:52.348 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.348 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 6: conflicting requests 2024-04-12T16:00:52.348 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.348 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 7: conflicting requests 2024-04-12T16:00:52.348 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.348 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 8: conflicting requests 2024-04-12T16:00:52.348 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.348 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 9: conflicting requests 2024-04-12T16:00:52.348 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.349 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 10: conflicting requests 2024-04-12T16:00:52.349 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.349 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 11: conflicting requests 2024-04-12T16:00:52.349 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.349 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 12: conflicting requests 2024-04-12T16:00:52.349 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.349 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 13: conflicting requests 2024-04-12T16:00:52.349 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.349 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 14: conflicting requests 2024-04-12T16:00:52.349 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.349 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 15: conflicting requests 2024-04-12T16:00:52.349 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.349 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 16: conflicting requests 2024-04-12T16:00:52.349 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.350 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 17: conflicting requests 2024-04-12T16:00:52.350 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.350 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 18: conflicting requests 2024-04-12T16:00:52.350 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.350 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 19: conflicting requests 2024-04-12T16:00:52.350 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.350 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 20: conflicting requests 2024-04-12T16:00:52.350 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.350 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 21: conflicting requests 2024-04-12T16:00:52.350 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.350 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 22: conflicting requests 2024-04-12T16:00:52.350 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.350 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 23: conflicting requests 2024-04-12T16:00:52.351 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.351 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 24: conflicting requests 2024-04-12T16:00:52.351 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.351 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 25: conflicting requests 2024-04-12T16:00:52.351 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.351 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 26: conflicting requests 2024-04-12T16:00:52.351 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.351 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 27: conflicting requests 2024-04-12T16:00:52.351 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.351 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 28: conflicting requests 2024-04-12T16:00:52.351 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.351 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 29: conflicting requests 2024-04-12T16:00:52.351 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.352 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 30: conflicting requests 2024-04-12T16:00:52.352 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.352 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 31: conflicting requests 2024-04-12T16:00:52.352 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.352 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 32: conflicting requests 2024-04-12T16:00:52.352 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.352 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 33: conflicting requests 2024-04-12T16:00:52.352 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.352 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 34: conflicting requests 2024-04-12T16:00:52.352 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.352 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 35: conflicting requests 2024-04-12T16:00:52.352 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.352 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 36: conflicting requests 2024-04-12T16:00:52.352 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.352 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 37: conflicting requests 2024-04-12T16:00:52.353 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.353 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.353 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.353 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:00:52.353 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.353 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.353 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.353 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.353 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 39: conflicting requests 2024-04-12T16:00:52.353 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.353 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.353 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.353 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.353 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.354 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.354 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:00:52.354 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.354 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.354 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.354 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.354 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:00:52.354 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.354 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.354 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.354 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.354 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:00:52.354 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.355 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.355 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.355 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.355 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:00:52.355 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.355 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.355 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.355 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.355 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:00:52.355 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.355 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.355 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.355 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.355 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:00:52.356 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.356 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.356 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.356 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.364 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libcephsqlite-2:19.0.0-2847.gbf9c5618.el9.x86_64 5/6 2024-04-12T16:00:52.416 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-12T16:00:52.416 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:00:52.416 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-12T16:00:52.417 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:00:52.417 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-12T16:00:52.417 INFO:teuthology.orchestra.run.smithi133.stdout: cephadm noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 762 k 2024-04-12T16:00:52.417 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:52.417 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-12T16:00:52.417 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:00:52.417 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-12T16:00:52.417 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:52.418 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 762 k 2024-04-12T16:00:52.418 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 768 k 2024-04-12T16:00:52.418 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-12T16:00:52.426 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:10 ago on Fri 12 Apr 2024 03:59:42 PM UTC. 2024-04-12T16:00:52.736 INFO:teuthology.orchestra.run.smithi040.stderr:Modular dependency problems: 2024-04-12T16:00:52.736 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T16:00:52.737 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 1: conflicting requests 2024-04-12T16:00:52.737 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.737 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 2: conflicting requests 2024-04-12T16:00:52.737 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.737 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 3: conflicting requests 2024-04-12T16:00:52.737 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.737 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 4: conflicting requests 2024-04-12T16:00:52.737 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.737 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 5: conflicting requests 2024-04-12T16:00:52.737 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.737 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 6: conflicting requests 2024-04-12T16:00:52.737 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.737 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 7: conflicting requests 2024-04-12T16:00:52.737 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.737 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 8: conflicting requests 2024-04-12T16:00:52.738 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.738 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 9: conflicting requests 2024-04-12T16:00:52.738 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.738 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 10: conflicting requests 2024-04-12T16:00:52.738 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.738 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 11: conflicting requests 2024-04-12T16:00:52.738 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.738 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 12: conflicting requests 2024-04-12T16:00:52.738 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.738 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 13: conflicting requests 2024-04-12T16:00:52.738 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.738 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 14: conflicting requests 2024-04-12T16:00:52.738 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.738 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 15: conflicting requests 2024-04-12T16:00:52.739 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.739 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 16: conflicting requests 2024-04-12T16:00:52.739 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.739 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 17: conflicting requests 2024-04-12T16:00:52.739 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.739 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 18: conflicting requests 2024-04-12T16:00:52.739 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.739 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 19: conflicting requests 2024-04-12T16:00:52.739 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.739 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 20: conflicting requests 2024-04-12T16:00:52.739 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.739 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 21: conflicting requests 2024-04-12T16:00:52.739 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.739 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 22: conflicting requests 2024-04-12T16:00:52.740 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.740 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 23: conflicting requests 2024-04-12T16:00:52.740 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.740 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 24: conflicting requests 2024-04-12T16:00:52.740 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.740 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 25: conflicting requests 2024-04-12T16:00:52.740 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.740 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 26: conflicting requests 2024-04-12T16:00:52.740 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.740 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 27: conflicting requests 2024-04-12T16:00:52.740 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.740 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 28: conflicting requests 2024-04-12T16:00:52.740 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.740 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 29: conflicting requests 2024-04-12T16:00:52.740 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.741 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 30: conflicting requests 2024-04-12T16:00:52.741 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.741 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 31: conflicting requests 2024-04-12T16:00:52.741 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.741 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 32: conflicting requests 2024-04-12T16:00:52.741 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.741 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 33: conflicting requests 2024-04-12T16:00:52.741 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.741 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 34: conflicting requests 2024-04-12T16:00:52.741 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.741 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 35: conflicting requests 2024-04-12T16:00:52.741 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.741 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 36: conflicting requests 2024-04-12T16:00:52.741 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.741 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 37: conflicting requests 2024-04-12T16:00:52.742 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.742 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.742 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.742 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:00:52.742 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.742 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.742 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.742 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.742 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 39: conflicting requests 2024-04-12T16:00:52.742 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.742 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.742 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.742 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.742 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.742 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.743 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:00:52.743 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.743 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.743 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.743 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.743 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:00:52.743 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.743 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.743 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.743 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.743 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:00:52.743 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.743 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.743 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.743 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.744 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:00:52.744 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.744 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.744 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.744 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.744 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:00:52.744 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.744 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.744 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.744 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.744 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:00:52.744 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.744 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.744 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.744 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:00:52.811 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-12T16:00:52.812 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:00:52.812 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-04-12T16:00:52.812 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:00:52.813 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-12T16:00:52.813 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 3.5 M 2024-04-12T16:00:52.813 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-04-12T16:00:52.813 INFO:teuthology.orchestra.run.smithi040.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-12T16:00:52.813 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 34 k 2024-04-12T16:00:52.813 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 16 k 2024-04-12T16:00:52.813 INFO:teuthology.orchestra.run.smithi040.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-12T16:00:52.813 INFO:teuthology.orchestra.run.smithi040.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-12T16:00:52.813 INFO:teuthology.orchestra.run.smithi040.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-12T16:00:52.813 INFO:teuthology.orchestra.run.smithi040.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-12T16:00:52.813 INFO:teuthology.orchestra.run.smithi040.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-12T16:00:52.814 INFO:teuthology.orchestra.run.smithi040.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-12T16:00:52.814 INFO:teuthology.orchestra.run.smithi040.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-12T16:00:52.814 INFO:teuthology.orchestra.run.smithi040.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-12T16:00:52.814 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:52.814 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-12T16:00:52.814 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:00:52.814 INFO:teuthology.orchestra.run.smithi040.stdout:Install 12 Packages 2024-04-12T16:00:52.814 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:00:52.815 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 8.6 M 2024-04-12T16:00:52.815 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 104 M 2024-04-12T16:00:52.815 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-12T16:00:52.857 INFO:teuthology.orchestra.run.smithi133.stdout:cephadm-19.0.0-2847.gbf9c5618.el9.noarch.rpm 1.7 MB/s | 762 kB 00:00 2024-04-12T16:00:52.858 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:00:52.858 INFO:teuthology.orchestra.run.smithi133.stdout:Total 1.7 MB/s | 762 kB 00:00 2024-04-12T16:00:52.858 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-12T16:00:52.863 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-12T16:00:52.863 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-12T16:00:52.869 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-12T16:00:52.869 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-12T16:00:52.946 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-12T16:00:53.388 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 1/1 2024-04-12T16:00:53.462 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 1/1 2024-04-12T16:00:53.657 INFO:teuthology.orchestra.run.smithi040.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2847.gbf 128 kB/s | 34 kB 00:00 2024-04-12T16:00:53.881 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 1/1 2024-04-12T16:00:54.040 INFO:teuthology.orchestra.run.smithi040.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2847.gbf9 25 kB/s | 16 kB 00:00 2024-04-12T16:00:54.191 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 1/1 2024-04-12T16:00:54.191 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:54.191 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-12T16:00:54.191 INFO:teuthology.orchestra.run.smithi133.stdout: cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:00:54.191 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:54.192 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-12T16:00:54.307 INFO:teuthology.orchestra.run.smithi040.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.6 MB/s | 1.0 MB 00:00 2024-04-12T16:00:54.366 INFO:teuthology.orchestra.run.smithi040.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 828 kB/s | 269 kB 00:00 2024-04-12T16:00:54.410 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-immutable-object-cache 2024-04-12T16:00:54.783 INFO:teuthology.orchestra.run.smithi040.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2847.gbf9c561 2.5 MB/s | 3.5 MB 00:01 2024-04-12T16:00:55.016 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:08 ago on Fri 12 Apr 2024 03:59:47 PM UTC. 2024-04-12T16:00:55.308 INFO:teuthology.orchestra.run.smithi040.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 863 kB/s | 863 kB 00:01 2024-04-12T16:00:55.308 INFO:teuthology.orchestra.run.smithi133.stderr:Modular dependency problems: 2024-04-12T16:00:55.309 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T16:00:55.309 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 1: conflicting requests 2024-04-12T16:00:55.309 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.309 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 2: conflicting requests 2024-04-12T16:00:55.309 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.309 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 3: conflicting requests 2024-04-12T16:00:55.309 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.309 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 4: conflicting requests 2024-04-12T16:00:55.309 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.309 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 5: conflicting requests 2024-04-12T16:00:55.309 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.309 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 6: conflicting requests 2024-04-12T16:00:55.309 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.309 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 7: conflicting requests 2024-04-12T16:00:55.309 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.310 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 8: conflicting requests 2024-04-12T16:00:55.310 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.310 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 9: conflicting requests 2024-04-12T16:00:55.310 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.310 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 10: conflicting requests 2024-04-12T16:00:55.310 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.310 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 11: conflicting requests 2024-04-12T16:00:55.310 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.310 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 12: conflicting requests 2024-04-12T16:00:55.310 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.310 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 13: conflicting requests 2024-04-12T16:00:55.310 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.310 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 14: conflicting requests 2024-04-12T16:00:55.310 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.311 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 15: conflicting requests 2024-04-12T16:00:55.311 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.311 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 16: conflicting requests 2024-04-12T16:00:55.311 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.311 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 17: conflicting requests 2024-04-12T16:00:55.311 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.311 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 18: conflicting requests 2024-04-12T16:00:55.311 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.311 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 19: conflicting requests 2024-04-12T16:00:55.311 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.311 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 20: conflicting requests 2024-04-12T16:00:55.311 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.311 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 21: conflicting requests 2024-04-12T16:00:55.311 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.312 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 22: conflicting requests 2024-04-12T16:00:55.312 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.312 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 23: conflicting requests 2024-04-12T16:00:55.312 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.312 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 24: conflicting requests 2024-04-12T16:00:55.312 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.312 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 25: conflicting requests 2024-04-12T16:00:55.312 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.312 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 26: conflicting requests 2024-04-12T16:00:55.312 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.312 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 27: conflicting requests 2024-04-12T16:00:55.312 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.312 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 28: conflicting requests 2024-04-12T16:00:55.312 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.312 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 29: conflicting requests 2024-04-12T16:00:55.313 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.313 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 30: conflicting requests 2024-04-12T16:00:55.313 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.313 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 31: conflicting requests 2024-04-12T16:00:55.313 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.313 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 32: conflicting requests 2024-04-12T16:00:55.313 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.313 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 33: conflicting requests 2024-04-12T16:00:55.313 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.313 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 34: conflicting requests 2024-04-12T16:00:55.313 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.313 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 35: conflicting requests 2024-04-12T16:00:55.313 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.313 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 36: conflicting requests 2024-04-12T16:00:55.313 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.314 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 37: conflicting requests 2024-04-12T16:00:55.314 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.314 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.314 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.314 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:00:55.314 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.314 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.314 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.314 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.314 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 39: conflicting requests 2024-04-12T16:00:55.314 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.314 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.314 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.314 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.314 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.315 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.315 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:00:55.315 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.315 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.315 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.315 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.315 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:00:55.315 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.315 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.315 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.315 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.315 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:00:55.316 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.316 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.316 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.316 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.316 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:00:55.316 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.316 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.316 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.316 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.316 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:00:55.316 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.316 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.316 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.316 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.316 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:00:55.317 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.317 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.317 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.317 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:00:55.358 INFO:teuthology.orchestra.run.smithi040.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 34 kB/s | 19 kB 00:00 2024-04-12T16:00:55.378 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-12T16:00:55.378 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:00:55.378 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2024-04-12T16:00:55.378 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:00:55.378 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-12T16:00:55.379 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 145 k 2024-04-12T16:00:55.379 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:55.379 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-12T16:00:55.379 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:00:55.379 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-12T16:00:55.379 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:55.379 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 145 k 2024-04-12T16:00:55.380 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 435 k 2024-04-12T16:00:55.380 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-12T16:00:55.725 INFO:teuthology.orchestra.run.smithi040.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 403 kB/s | 548 kB 00:01 2024-04-12T16:00:55.779 INFO:teuthology.orchestra.run.smithi133.stdout:ceph-immutable-object-cache-19.0.0-2847.gbf9c56 362 kB/s | 145 kB 00:00 2024-04-12T16:00:55.780 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:00:55.780 INFO:teuthology.orchestra.run.smithi133.stdout:Total 361 kB/s | 145 kB 00:00 2024-04-12T16:00:55.780 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-12T16:00:55.788 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-12T16:00:55.788 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-12T16:00:55.841 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-12T16:00:55.842 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-12T16:00:55.850 INFO:teuthology.orchestra.run.smithi040.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 294 kB/s | 144 kB 00:00 2024-04-12T16:00:55.875 INFO:teuthology.orchestra.run.smithi040.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 205 kB/s | 31 kB 00:00 2024-04-12T16:00:55.986 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-12T16:00:56.047 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2847.gbf9c5618. 1/1 2024-04-12T16:00:56.072 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2847.gbf9c5618. 1/1 2024-04-12T16:00:56.072 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-12T16:00:56.072 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-12T16:00:56.072 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:56.242 INFO:teuthology.orchestra.run.smithi040.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 481 kB/s | 188 kB 00:00 2024-04-12T16:00:57.032 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2847.gbf9c5618. 1/1 2024-04-12T16:00:57.032 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:57.032 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-12T16:00:57.032 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-immutable-object-cache-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:57.032 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:57.032 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-12T16:00:57.205 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2847.gbf9c5618.el9.x86_64 5/6 2024-04-12T16:00:57.232 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr 2024-04-12T16:00:57.282 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-test-2:19.0.0-2847.gbf9c5618.el9.x86_64 6/6 2024-04-12T16:00:57.836 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:10 ago on Fri 12 Apr 2024 03:59:47 PM UTC. 2024-04-12T16:00:58.123 INFO:teuthology.orchestra.run.smithi133.stderr:Modular dependency problems: 2024-04-12T16:00:58.124 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T16:00:58.124 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 1: conflicting requests 2024-04-12T16:00:58.124 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.124 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 2: conflicting requests 2024-04-12T16:00:58.124 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.124 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 3: conflicting requests 2024-04-12T16:00:58.124 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.124 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 4: conflicting requests 2024-04-12T16:00:58.124 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.124 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 5: conflicting requests 2024-04-12T16:00:58.124 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.124 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 6: conflicting requests 2024-04-12T16:00:58.125 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.125 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 7: conflicting requests 2024-04-12T16:00:58.125 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.125 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 8: conflicting requests 2024-04-12T16:00:58.125 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.125 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 9: conflicting requests 2024-04-12T16:00:58.125 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.125 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 10: conflicting requests 2024-04-12T16:00:58.125 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.125 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 11: conflicting requests 2024-04-12T16:00:58.125 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.125 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 12: conflicting requests 2024-04-12T16:00:58.125 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.125 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 13: conflicting requests 2024-04-12T16:00:58.125 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.125 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 14: conflicting requests 2024-04-12T16:00:58.126 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.126 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 15: conflicting requests 2024-04-12T16:00:58.126 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.126 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 16: conflicting requests 2024-04-12T16:00:58.126 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.126 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 17: conflicting requests 2024-04-12T16:00:58.126 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.126 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 18: conflicting requests 2024-04-12T16:00:58.126 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.126 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 19: conflicting requests 2024-04-12T16:00:58.126 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.126 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 20: conflicting requests 2024-04-12T16:00:58.126 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.126 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 21: conflicting requests 2024-04-12T16:00:58.127 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.127 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 22: conflicting requests 2024-04-12T16:00:58.127 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.127 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 23: conflicting requests 2024-04-12T16:00:58.127 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.127 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 24: conflicting requests 2024-04-12T16:00:58.127 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.127 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 25: conflicting requests 2024-04-12T16:00:58.127 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.127 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 26: conflicting requests 2024-04-12T16:00:58.127 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.127 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 27: conflicting requests 2024-04-12T16:00:58.127 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.127 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 28: conflicting requests 2024-04-12T16:00:58.128 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.128 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 29: conflicting requests 2024-04-12T16:00:58.128 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.128 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 30: conflicting requests 2024-04-12T16:00:58.128 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.128 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 31: conflicting requests 2024-04-12T16:00:58.128 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.128 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 32: conflicting requests 2024-04-12T16:00:58.128 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.128 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 33: conflicting requests 2024-04-12T16:00:58.128 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.128 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 34: conflicting requests 2024-04-12T16:00:58.128 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.128 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 35: conflicting requests 2024-04-12T16:00:58.128 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.128 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 36: conflicting requests 2024-04-12T16:00:58.129 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.129 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 37: conflicting requests 2024-04-12T16:00:58.129 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.129 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.129 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.129 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:00:58.129 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.129 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.129 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.129 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.129 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 39: conflicting requests 2024-04-12T16:00:58.129 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.129 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.129 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.129 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.130 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.130 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.130 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:00:58.130 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.130 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.130 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.130 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.130 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:00:58.130 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.130 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.130 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.130 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.130 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:00:58.131 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.131 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.131 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.131 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.131 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:00:58.131 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.131 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.131 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.131 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.131 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:00:58.131 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.131 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.132 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.132 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.132 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:00:58.132 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.132 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.132 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.132 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:00:58.132 INFO:teuthology.orchestra.run.smithi133.stdout:Package ceph-mgr-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:00:58.192 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-12T16:00:58.193 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-12T16:00:58.193 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-12T16:00:58.257 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-dashboard 2024-04-12T16:00:58.817 INFO:teuthology.orchestra.run.smithi040.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 595 kB/s | 2.0 MB 00:03 2024-04-12T16:00:58.821 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:00:58.822 INFO:teuthology.orchestra.run.smithi040.stdout:Total 1.4 MB/s | 8.6 MB 00:06 2024-04-12T16:00:58.857 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:11 ago on Fri 12 Apr 2024 03:59:47 PM UTC. 2024-04-12T16:00:58.874 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-12T16:00:58.893 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-12T16:00:58.893 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-12T16:00:59.077 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-12T16:00:59.078 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-12T16:00:59.157 INFO:teuthology.orchestra.run.smithi133.stderr:Modular dependency problems: 2024-04-12T16:00:59.158 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T16:00:59.158 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 1: conflicting requests 2024-04-12T16:00:59.158 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.158 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 2: conflicting requests 2024-04-12T16:00:59.158 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.158 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 3: conflicting requests 2024-04-12T16:00:59.158 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.158 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 4: conflicting requests 2024-04-12T16:00:59.158 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.158 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 5: conflicting requests 2024-04-12T16:00:59.158 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.158 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 6: conflicting requests 2024-04-12T16:00:59.158 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.159 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 7: conflicting requests 2024-04-12T16:00:59.159 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.159 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 8: conflicting requests 2024-04-12T16:00:59.159 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.159 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 9: conflicting requests 2024-04-12T16:00:59.159 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.159 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 10: conflicting requests 2024-04-12T16:00:59.159 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.159 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 11: conflicting requests 2024-04-12T16:00:59.159 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.159 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 12: conflicting requests 2024-04-12T16:00:59.159 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.159 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 13: conflicting requests 2024-04-12T16:00:59.159 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.160 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 14: conflicting requests 2024-04-12T16:00:59.160 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.160 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 15: conflicting requests 2024-04-12T16:00:59.160 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.160 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 16: conflicting requests 2024-04-12T16:00:59.160 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.160 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 17: conflicting requests 2024-04-12T16:00:59.160 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.160 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 18: conflicting requests 2024-04-12T16:00:59.160 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.160 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 19: conflicting requests 2024-04-12T16:00:59.160 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.160 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 20: conflicting requests 2024-04-12T16:00:59.160 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.161 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 21: conflicting requests 2024-04-12T16:00:59.161 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.161 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 22: conflicting requests 2024-04-12T16:00:59.161 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.161 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 23: conflicting requests 2024-04-12T16:00:59.161 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.161 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 24: conflicting requests 2024-04-12T16:00:59.161 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.161 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 25: conflicting requests 2024-04-12T16:00:59.161 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.161 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 26: conflicting requests 2024-04-12T16:00:59.161 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.161 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 27: conflicting requests 2024-04-12T16:00:59.161 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.162 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 28: conflicting requests 2024-04-12T16:00:59.162 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.162 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 29: conflicting requests 2024-04-12T16:00:59.162 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.162 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 30: conflicting requests 2024-04-12T16:00:59.162 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.162 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 31: conflicting requests 2024-04-12T16:00:59.162 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.162 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 32: conflicting requests 2024-04-12T16:00:59.162 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.162 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 33: conflicting requests 2024-04-12T16:00:59.162 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.162 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 34: conflicting requests 2024-04-12T16:00:59.163 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.163 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 35: conflicting requests 2024-04-12T16:00:59.163 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.163 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 36: conflicting requests 2024-04-12T16:00:59.163 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.163 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 37: conflicting requests 2024-04-12T16:00:59.163 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.163 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.163 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.163 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:00:59.163 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.163 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.163 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.163 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.164 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 39: conflicting requests 2024-04-12T16:00:59.164 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.164 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.164 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.164 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.164 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.164 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.164 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:00:59.164 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.164 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.164 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.164 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.164 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:00:59.164 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.165 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.165 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.165 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.165 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:00:59.165 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.165 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.165 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.165 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.165 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:00:59.165 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.165 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.165 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.165 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.165 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:00:59.166 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.166 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.166 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.166 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.166 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:00:59.166 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.166 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.166 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.166 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:00:59.226 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-12T16:00:59.227 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:00:59.227 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-12T16:00:59.228 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:00:59.228 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-12T16:00:59.228 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 3.5 M 2024-04-12T16:00:59.228 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-12T16:00:59.228 INFO:teuthology.orchestra.run.smithi133.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-12T16:00:59.228 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 34 k 2024-04-12T16:00:59.228 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 16 k 2024-04-12T16:00:59.228 INFO:teuthology.orchestra.run.smithi133.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-12T16:00:59.228 INFO:teuthology.orchestra.run.smithi133.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-12T16:00:59.228 INFO:teuthology.orchestra.run.smithi133.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-12T16:00:59.228 INFO:teuthology.orchestra.run.smithi133.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-12T16:00:59.228 INFO:teuthology.orchestra.run.smithi133.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-12T16:00:59.228 INFO:teuthology.orchestra.run.smithi133.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-12T16:00:59.229 INFO:teuthology.orchestra.run.smithi133.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-12T16:00:59.229 INFO:teuthology.orchestra.run.smithi133.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-12T16:00:59.229 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:59.229 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-12T16:00:59.229 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:00:59.229 INFO:teuthology.orchestra.run.smithi133.stdout:Install 12 Packages 2024-04-12T16:00:59.229 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:00:59.230 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 8.6 M 2024-04-12T16:00:59.230 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 104 M 2024-04-12T16:00:59.230 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-12T16:00:59.566 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-test-2:19.0.0-2847.gbf9c5618.el9.x86_64 6/6 2024-04-12T16:00:59.566 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-test-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/6 2024-04-12T16:00:59.566 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libcephsqlite-2:19.0.0-2847.gbf9c5618.el9.x86_64 2/6 2024-04-12T16:00:59.566 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2024-04-12T16:00:59.566 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2024-04-12T16:00:59.566 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2024-04-12T16:00:59.724 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-12T16:00:59.869 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-12T16:00:59.904 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-12T16:00:59.933 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2024-04-12T16:00:59.934 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:00:59.934 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-12T16:00:59.934 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-test-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:59.934 INFO:teuthology.orchestra.run.smithi037.stdout: jq-1.6-16.el9.x86_64 2024-04-12T16:00:59.934 INFO:teuthology.orchestra.run.smithi037.stdout: libcephsqlite-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:00:59.934 INFO:teuthology.orchestra.run.smithi037.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-12T16:00:59.934 INFO:teuthology.orchestra.run.smithi037.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-12T16:00:59.934 INFO:teuthology.orchestra.run.smithi037.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-12T16:00:59.934 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:00:59.934 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-12T16:00:59.950 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-12T16:00:59.980 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-12T16:01:00.087 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-12T16:01:00.219 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-12T16:01:00.225 INFO:teuthology.orchestra.run.smithi133.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2847.gbf 100 kB/s | 34 kB 00:00 2024-04-12T16:01:00.239 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph 2024-04-12T16:01:00.319 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-12T16:01:00.360 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-12T16:01:00.388 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-12T16:01:00.421 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2847.gbf9c5618.el9 10/12 2024-04-12T16:01:00.467 INFO:teuthology.orchestra.run.smithi133.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2847.gbf9 28 kB/s | 16 kB 00:00 2024-04-12T16:01:00.843 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:00:55 ago on Fri 12 Apr 2024 04:00:05 PM UTC. 2024-04-12T16:01:01.148 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-12T16:01:01.148 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:01:01.148 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-12T16:01:01.148 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.148 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-12T16:01:01.148 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.148 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-12T16:01:01.149 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.149 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-12T16:01:01.149 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.149 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-12T16:01:01.149 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.149 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-12T16:01:01.149 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.149 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-12T16:01:01.149 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.149 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-12T16:01:01.149 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.149 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-12T16:01:01.149 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.149 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-12T16:01:01.149 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.150 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-12T16:01:01.150 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.150 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-12T16:01:01.150 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.150 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-12T16:01:01.150 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.150 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-12T16:01:01.150 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.150 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-12T16:01:01.150 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.150 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-12T16:01:01.150 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.150 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-12T16:01:01.151 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.151 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-12T16:01:01.151 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.151 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-12T16:01:01.151 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.151 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-12T16:01:01.151 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.151 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-12T16:01:01.151 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.151 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-12T16:01:01.151 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.151 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-12T16:01:01.151 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.152 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-12T16:01:01.152 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.152 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-12T16:01:01.152 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.152 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-12T16:01:01.152 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.152 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-12T16:01:01.152 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.152 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-12T16:01:01.152 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.152 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-12T16:01:01.152 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.152 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-12T16:01:01.152 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.152 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-12T16:01:01.153 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.153 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-12T16:01:01.153 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.153 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-12T16:01:01.153 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.153 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-12T16:01:01.153 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.153 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-12T16:01:01.153 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.153 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-12T16:01:01.153 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.153 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-12T16:01:01.153 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.154 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.154 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.154 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:01.154 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.154 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.154 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.154 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.154 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-12T16:01:01.154 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.154 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.154 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.154 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.154 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.154 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.154 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:01.155 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.155 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.155 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.155 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.155 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:01.155 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.155 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.155 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.155 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.155 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:01.155 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.155 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.155 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.155 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.155 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:01.156 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.156 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.156 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.156 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.156 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:01.156 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.156 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.156 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.156 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.156 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:01.156 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.156 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.156 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.156 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:01.223 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-12T16:01:01.226 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:01:01.226 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2024-04-12T16:01:01.226 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:01:01.226 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-12T16:01:01.226 INFO:teuthology.orchestra.run.smithi037.stdout: ceph x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 6.6 k 2024-04-12T16:01:01.227 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2024-04-12T16:01:01.227 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mds x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 2.4 M 2024-04-12T16:01:01.227 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 1.5 M 2024-04-12T16:01:01.227 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 249 k 2024-04-12T16:01:01.227 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mon x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 4.7 M 2024-04-12T16:01:01.227 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-osd x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 17 M 2024-04-12T16:01:01.227 INFO:teuthology.orchestra.run.smithi037.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-12T16:01:01.227 INFO:teuthology.orchestra.run.smithi037.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-12T16:01:01.227 INFO:teuthology.orchestra.run.smithi037.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-12T16:01:01.227 INFO:teuthology.orchestra.run.smithi037.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-12T16:01:01.227 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-12T16:01:01.227 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-12T16:01:01.227 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-12T16:01:01.227 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-12T16:01:01.227 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-12T16:01:01.227 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-12T16:01:01.228 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco-collections 2024-04-12T16:01:01.228 INFO:teuthology.orchestra.run.smithi037.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-12T16:01:01.228 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-12T16:01:01.228 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-12T16:01:01.228 INFO:teuthology.orchestra.run.smithi037.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-12T16:01:01.228 INFO:teuthology.orchestra.run.smithi037.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-12T16:01:01.228 INFO:teuthology.orchestra.run.smithi037.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-12T16:01:01.228 INFO:teuthology.orchestra.run.smithi037.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-12T16:01:01.228 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-12T16:01:01.228 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-12T16:01:01.228 INFO:teuthology.orchestra.run.smithi037.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-12T16:01:01.228 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-12T16:01:01.228 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-12T16:01:01.228 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-12T16:01:01.229 INFO:teuthology.orchestra.run.smithi037.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-12T16:01:01.229 INFO:teuthology.orchestra.run.smithi037.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-12T16:01:01.229 INFO:teuthology.orchestra.run.smithi037.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-12T16:01:01.229 INFO:teuthology.orchestra.run.smithi037.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-12T16:01:01.229 INFO:teuthology.orchestra.run.smithi037.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-12T16:01:01.229 INFO:teuthology.orchestra.run.smithi037.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-12T16:01:01.229 INFO:teuthology.orchestra.run.smithi037.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-12T16:01:01.229 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:01:01.229 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-12T16:01:01.229 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:01:01.229 INFO:teuthology.orchestra.run.smithi037.stdout:Install 36 Packages 2024-04-12T16:01:01.229 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:01:01.230 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 30 M 2024-04-12T16:01:01.230 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 108 M 2024-04-12T16:01:01.230 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-12T16:01:01.533 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2847.gbf9c5618.el 11/12 2024-04-12T16:01:01.564 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2847.gbf9c5618.el9.noa 12/12 2024-04-12T16:01:01.734 INFO:teuthology.orchestra.run.smithi133.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 213 kB/s | 269 kB 00:01 2024-04-12T16:01:02.167 INFO:teuthology.orchestra.run.smithi133.stdout:(4/12): protobuf-compiler-3.14.0-13.el9.x86_64. 1.9 MB/s | 863 kB 00:00 2024-04-12T16:01:02.318 INFO:teuthology.orchestra.run.smithi133.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 3.6 MB/s | 548 kB 00:00 2024-04-12T16:01:02.351 INFO:teuthology.orchestra.run.smithi133.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 582 kB/s | 19 kB 00:00 2024-04-12T16:01:02.443 INFO:teuthology.orchestra.run.smithi133.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 22 MB/s | 2.0 MB 00:00 2024-04-12T16:01:02.485 INFO:teuthology.orchestra.run.smithi133.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 3.4 MB/s | 144 kB 00:00 2024-04-12T16:01:02.519 INFO:teuthology.orchestra.run.smithi133.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 925 kB/s | 31 kB 00:00 2024-04-12T16:01:02.561 INFO:teuthology.orchestra.run.smithi133.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 4.4 MB/s | 188 kB 00:00 2024-04-12T16:01:02.830 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2847.gbf9c5618.el9.noa 12/12 2024-04-12T16:01:02.830 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2847.gbf9c5618.el 1/12 2024-04-12T16:01:02.830 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2847.gbf9c5618.el9.noa 2/12 2024-04-12T16:01:02.831 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2847.gbf9c5618.el9 3/12 2024-04-12T16:01:02.831 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-12T16:01:02.831 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-12T16:01:02.831 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-12T16:01:02.831 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-12T16:01:02.831 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-12T16:01:02.831 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-12T16:01:02.831 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-12T16:01:02.831 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-12T16:01:02.953 INFO:teuthology.orchestra.run.smithi133.stdout:(11/12): protobuf-3.14.0-13.el9.x86_64.rpm 379 kB/s | 1.0 MB 00:02 2024-04-12T16:01:02.971 INFO:teuthology.orchestra.run.smithi037.stdout:(1/36): ceph-19.0.0-2847.gbf9c5618.el9.x86_64.r 8.0 kB/s | 6.6 kB 00:00 2024-04-12T16:01:03.242 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-12T16:01:03.242 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:03.242 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-12T16:01:03.242 INFO:teuthology.orchestra.run.smithi040.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-12T16:01:03.243 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-grafana-dashboards-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:01:03.243 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-dashboard-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:01:03.243 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-prometheus-alerts-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:01:03.243 INFO:teuthology.orchestra.run.smithi040.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-12T16:01:03.243 INFO:teuthology.orchestra.run.smithi040.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-12T16:01:03.243 INFO:teuthology.orchestra.run.smithi040.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-12T16:01:03.243 INFO:teuthology.orchestra.run.smithi040.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-12T16:01:03.243 INFO:teuthology.orchestra.run.smithi040.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-12T16:01:03.243 INFO:teuthology.orchestra.run.smithi040.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-12T16:01:03.243 INFO:teuthology.orchestra.run.smithi040.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-12T16:01:03.243 INFO:teuthology.orchestra.run.smithi040.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-12T16:01:03.243 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:03.243 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-12T16:01:03.279 INFO:teuthology.orchestra.run.smithi037.stdout:(2/36): ceph-mgr-19.0.0-2847.gbf9c5618.el9.x86_ 1.3 MB/s | 1.5 MB 00:01 2024-04-12T16:01:03.488 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-12T16:01:04.098 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:22 ago on Fri 12 Apr 2024 03:59:42 PM UTC. 2024-04-12T16:01:04.347 INFO:teuthology.orchestra.run.smithi037.stdout:(3/36): ceph-mds-19.0.0-2847.gbf9c5618.el9.x86_ 1.1 MB/s | 2.4 MB 00:02 2024-04-12T16:01:04.401 INFO:teuthology.orchestra.run.smithi040.stderr:Modular dependency problems: 2024-04-12T16:01:04.401 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T16:01:04.401 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 1: conflicting requests 2024-04-12T16:01:04.401 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.401 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 2: conflicting requests 2024-04-12T16:01:04.401 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.401 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 3: conflicting requests 2024-04-12T16:01:04.401 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.401 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 4: conflicting requests 2024-04-12T16:01:04.401 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.401 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 5: conflicting requests 2024-04-12T16:01:04.401 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.402 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 6: conflicting requests 2024-04-12T16:01:04.402 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.402 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 7: conflicting requests 2024-04-12T16:01:04.402 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.402 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 8: conflicting requests 2024-04-12T16:01:04.402 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.402 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 9: conflicting requests 2024-04-12T16:01:04.402 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.402 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 10: conflicting requests 2024-04-12T16:01:04.402 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.402 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 11: conflicting requests 2024-04-12T16:01:04.402 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.402 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 12: conflicting requests 2024-04-12T16:01:04.403 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.403 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 13: conflicting requests 2024-04-12T16:01:04.403 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.403 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 14: conflicting requests 2024-04-12T16:01:04.403 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.403 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 15: conflicting requests 2024-04-12T16:01:04.403 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.403 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 16: conflicting requests 2024-04-12T16:01:04.403 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.403 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 17: conflicting requests 2024-04-12T16:01:04.403 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.403 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 18: conflicting requests 2024-04-12T16:01:04.403 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.403 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 19: conflicting requests 2024-04-12T16:01:04.403 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.404 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 20: conflicting requests 2024-04-12T16:01:04.404 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.404 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 21: conflicting requests 2024-04-12T16:01:04.404 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.404 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 22: conflicting requests 2024-04-12T16:01:04.404 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.404 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 23: conflicting requests 2024-04-12T16:01:04.404 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.404 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 24: conflicting requests 2024-04-12T16:01:04.404 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.404 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 25: conflicting requests 2024-04-12T16:01:04.404 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.404 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 26: conflicting requests 2024-04-12T16:01:04.404 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.405 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 27: conflicting requests 2024-04-12T16:01:04.405 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.405 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 28: conflicting requests 2024-04-12T16:01:04.405 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.405 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 29: conflicting requests 2024-04-12T16:01:04.405 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.405 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 30: conflicting requests 2024-04-12T16:01:04.405 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.405 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 31: conflicting requests 2024-04-12T16:01:04.405 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.405 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 32: conflicting requests 2024-04-12T16:01:04.405 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.405 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 33: conflicting requests 2024-04-12T16:01:04.405 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.405 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 34: conflicting requests 2024-04-12T16:01:04.406 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.406 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 35: conflicting requests 2024-04-12T16:01:04.406 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.406 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 36: conflicting requests 2024-04-12T16:01:04.406 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.406 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 37: conflicting requests 2024-04-12T16:01:04.406 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.406 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.406 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.406 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:04.406 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.406 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.406 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.406 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.406 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 39: conflicting requests 2024-04-12T16:01:04.407 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.407 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.407 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.407 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.407 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.407 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.407 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:04.407 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.407 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.407 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.407 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.407 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:04.407 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.407 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.408 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.408 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.408 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:04.408 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.408 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.408 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.408 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.408 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:04.408 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.408 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.408 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.408 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.408 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:04.408 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.409 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.409 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.409 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.409 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:04.409 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.409 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.409 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.409 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:04.436 INFO:teuthology.orchestra.run.smithi133.stdout:(12/12): ceph-mgr-dashboard-19.0.0-2847.gbf9c56 796 kB/s | 3.5 MB 00:04 2024-04-12T16:01:04.439 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:01:04.439 INFO:teuthology.orchestra.run.smithi133.stdout:Total 1.7 MB/s | 8.6 MB 00:05 2024-04-12T16:01:04.477 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-12T16:01:04.479 INFO:teuthology.orchestra.run.smithi040.stdout:======================================================================================= 2024-04-12T16:01:04.479 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-04-12T16:01:04.479 INFO:teuthology.orchestra.run.smithi040.stdout:======================================================================================= 2024-04-12T16:01:04.479 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-12T16:01:04.479 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 7.4 M 2024-04-12T16:01:04.479 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-04-12T16:01:04.479 INFO:teuthology.orchestra.run.smithi040.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-12T16:01:04.479 INFO:teuthology.orchestra.run.smithi040.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-12T16:01:04.479 INFO:teuthology.orchestra.run.smithi040.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-12T16:01:04.479 INFO:teuthology.orchestra.run.smithi040.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-12T16:01:04.479 INFO:teuthology.orchestra.run.smithi040.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-12T16:01:04.479 INFO:teuthology.orchestra.run.smithi040.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-12T16:01:04.480 INFO:teuthology.orchestra.run.smithi040.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-12T16:01:04.480 INFO:teuthology.orchestra.run.smithi040.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-12T16:01:04.480 INFO:teuthology.orchestra.run.smithi040.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-12T16:01:04.480 INFO:teuthology.orchestra.run.smithi040.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-12T16:01:04.480 INFO:teuthology.orchestra.run.smithi040.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-12T16:01:04.480 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:04.480 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-12T16:01:04.480 INFO:teuthology.orchestra.run.smithi040.stdout:======================================================================================= 2024-04-12T16:01:04.480 INFO:teuthology.orchestra.run.smithi040.stdout:Install 12 Packages 2024-04-12T16:01:04.480 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:04.481 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 38 M 2024-04-12T16:01:04.481 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 209 M 2024-04-12T16:01:04.481 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-12T16:01:04.492 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-12T16:01:04.511 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-12T16:01:04.511 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-12T16:01:04.530 INFO:teuthology.orchestra.run.smithi037.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2847.gbf9c 1.3 MB/s | 249 kB 00:00 2024-04-12T16:01:04.697 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-12T16:01:04.698 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-12T16:01:05.147 INFO:teuthology.orchestra.run.smithi037.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 411 kB/s | 253 kB 00:00 2024-04-12T16:01:05.223 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-12T16:01:05.303 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-12T16:01:05.338 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-12T16:01:05.385 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-12T16:01:05.415 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-12T16:01:05.508 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-12T16:01:05.640 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-12T16:01:05.689 INFO:teuthology.orchestra.run.smithi037.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 2.3 MB/s | 1.2 MB 00:00 2024-04-12T16:01:05.733 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-12T16:01:05.778 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-12T16:01:05.806 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-12T16:01:05.814 INFO:teuthology.orchestra.run.smithi037.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 853 kB/s | 106 kB 00:00 2024-04-12T16:01:05.839 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2847.gbf9c5618.el9 10/12 2024-04-12T16:01:05.939 INFO:teuthology.orchestra.run.smithi037.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.1 MB/s | 135 kB 00:00 2024-04-12T16:01:06.115 INFO:teuthology.orchestra.run.smithi037.stdout:(9/36): ceph-mon-19.0.0-2847.gbf9c5618.el9.x86_ 1.5 MB/s | 4.7 MB 00:03 2024-04-12T16:01:06.140 INFO:teuthology.orchestra.run.smithi037.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 624 kB/s | 125 kB 00:00 2024-04-12T16:01:06.290 INFO:teuthology.orchestra.run.smithi037.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 188 kB 00:00 2024-04-12T16:01:06.341 INFO:teuthology.orchestra.run.smithi037.stdout:(12/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 172 kB 00:00 2024-04-12T16:01:06.374 INFO:teuthology.orchestra.run.smithi037.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 1.0 MB/s | 35 kB 00:00 2024-04-12T16:01:06.408 INFO:teuthology.orchestra.run.smithi037.stdout:(14/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.5 MB/s | 51 kB 00:00 2024-04-12T16:01:06.426 INFO:teuthology.orchestra.run.smithi040.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.2 MB/s | 195 kB 00:00 2024-04-12T16:01:06.441 INFO:teuthology.orchestra.run.smithi037.stdout:(15/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.2 MB/s | 42 kB 00:00 2024-04-12T16:01:06.501 INFO:teuthology.orchestra.run.smithi040.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.4 MB/s | 803 kB 00:00 2024-04-12T16:01:06.527 INFO:teuthology.orchestra.run.smithi040.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 326 kB/s | 33 kB 00:00 2024-04-12T16:01:06.569 INFO:teuthology.orchestra.run.smithi040.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 438 kB/s | 18 kB 00:00 2024-04-12T16:01:06.619 INFO:teuthology.orchestra.run.smithi040.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 706 kB/s | 35 kB 00:00 2024-04-12T16:01:06.716 INFO:teuthology.orchestra.run.smithi037.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 357 kB/s | 215 kB 00:00 2024-04-12T16:01:06.744 INFO:teuthology.orchestra.run.smithi040.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 12 MB/s | 3.0 MB 00:00 2024-04-12T16:01:06.786 INFO:teuthology.orchestra.run.smithi040.stdout:(7/12): python3-devel-3.9.17-2.el9.x86_64.rpm 5.8 MB/s | 245 kB 00:00 2024-04-12T16:01:06.870 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2847.gbf9c5618.el 11/12 2024-04-12T16:01:06.878 INFO:teuthology.orchestra.run.smithi040.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 18 MB/s | 4.7 MB 00:00 2024-04-12T16:01:06.906 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2847.gbf9c5618.el9.noa 12/12 2024-04-12T16:01:06.920 INFO:teuthology.orchestra.run.smithi040.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 5.9 MB/s | 250 kB 00:00 2024-04-12T16:01:06.942 INFO:teuthology.orchestra.run.smithi037.stdout:(17/36): ceph-osd-19.0.0-2847.gbf9c5618.el9.x86 4.6 MB/s | 17 MB 00:03 2024-04-12T16:01:06.987 INFO:teuthology.orchestra.run.smithi040.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 25 MB/s | 5.1 MB 00:00 2024-04-12T16:01:07.229 INFO:teuthology.orchestra.run.smithi040.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 53 MB/s | 16 MB 00:00 2024-04-12T16:01:07.234 INFO:teuthology.orchestra.run.smithi037.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 309 kB/s | 151 kB 00:00 2024-04-12T16:01:07.259 INFO:teuthology.orchestra.run.smithi037.stdout:(19/36): lua-devel-5.4.4-4.el9.x86_64.rpm 27 kB/s | 22 kB 00:00 2024-04-12T16:01:07.284 INFO:teuthology.orchestra.run.smithi037.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 139 kB/s | 43 kB 00:00 2024-04-12T16:01:07.318 INFO:teuthology.orchestra.run.smithi037.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.0 MB/s | 172 kB 00:00 2024-04-12T16:01:07.376 INFO:teuthology.orchestra.run.smithi037.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 3.8 MB/s | 358 kB 00:00 2024-04-12T16:01:07.402 INFO:teuthology.orchestra.run.smithi037.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 92 kB/s | 11 kB 00:00 2024-04-12T16:01:07.427 INFO:teuthology.orchestra.run.smithi037.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 163 kB/s | 18 kB 00:00 2024-04-12T16:01:07.469 INFO:teuthology.orchestra.run.smithi037.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 347 kB/s | 23 kB 00:00 2024-04-12T16:01:07.494 INFO:teuthology.orchestra.run.smithi037.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 212 kB/s | 19 kB 00:00 2024-04-12T16:01:07.519 INFO:teuthology.orchestra.run.smithi037.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 213 kB/s | 20 kB 00:00 2024-04-12T16:01:07.545 INFO:teuthology.orchestra.run.smithi037.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 617 kB/s | 46 kB 00:00 2024-04-12T16:01:07.578 INFO:teuthology.orchestra.run.smithi037.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.3 MB/s | 79 kB 00:00 2024-04-12T16:01:07.603 INFO:teuthology.orchestra.run.smithi037.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 3.2 MB/s | 272 kB 00:00 2024-04-12T16:01:07.628 INFO:teuthology.orchestra.run.smithi037.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 196 kB/s | 16 kB 00:00 2024-04-12T16:01:07.653 INFO:teuthology.orchestra.run.smithi037.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-04-12T16:01:07.687 INFO:teuthology.orchestra.run.smithi037.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 615 kB/s | 36 kB 00:00 2024-04-12T16:01:07.713 INFO:teuthology.orchestra.run.smithi037.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.7 MB/s | 230 kB 00:00 2024-04-12T16:01:07.737 INFO:teuthology.orchestra.run.smithi037.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.0 MB/s | 427 kB 00:00 2024-04-12T16:01:07.755 INFO:teuthology.orchestra.run.smithi037.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 302 kB/s | 20 kB 00:00 2024-04-12T16:01:07.759 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:01:07.759 INFO:teuthology.orchestra.run.smithi037.stdout:Total 4.6 MB/s | 30 MB 00:06 2024-04-12T16:01:07.897 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-12T16:01:07.940 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-12T16:01:07.940 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-12T16:01:08.246 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2847.gbf9c5618.el9.noa 12/12 2024-04-12T16:01:08.246 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2847.gbf9c5618.el 1/12 2024-04-12T16:01:08.246 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2847.gbf9c5618.el9.noa 2/12 2024-04-12T16:01:08.246 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2847.gbf9c5618.el9 3/12 2024-04-12T16:01:08.246 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-12T16:01:08.246 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-12T16:01:08.247 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-12T16:01:08.247 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-12T16:01:08.247 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-12T16:01:08.247 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-12T16:01:08.247 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-12T16:01:08.247 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-12T16:01:08.393 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-12T16:01:08.394 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-12T16:01:08.613 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-12T16:01:08.613 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:01:08.613 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-12T16:01:08.613 INFO:teuthology.orchestra.run.smithi133.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-12T16:01:08.613 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-grafana-dashboards-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:01:08.613 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-dashboard-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:01:08.613 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-prometheus-alerts-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:01:08.614 INFO:teuthology.orchestra.run.smithi133.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-12T16:01:08.614 INFO:teuthology.orchestra.run.smithi133.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-12T16:01:08.614 INFO:teuthology.orchestra.run.smithi133.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-12T16:01:08.614 INFO:teuthology.orchestra.run.smithi133.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-12T16:01:08.614 INFO:teuthology.orchestra.run.smithi133.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-12T16:01:08.614 INFO:teuthology.orchestra.run.smithi133.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-12T16:01:08.614 INFO:teuthology.orchestra.run.smithi133.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-12T16:01:08.614 INFO:teuthology.orchestra.run.smithi133.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-12T16:01:08.614 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:01:08.614 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-12T16:01:08.867 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-12T16:01:09.463 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:22 ago on Fri 12 Apr 2024 03:59:47 PM UTC. 2024-04-12T16:01:09.750 INFO:teuthology.orchestra.run.smithi133.stderr:Modular dependency problems: 2024-04-12T16:01:09.750 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T16:01:09.750 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 1: conflicting requests 2024-04-12T16:01:09.750 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.751 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 2: conflicting requests 2024-04-12T16:01:09.751 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.751 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 3: conflicting requests 2024-04-12T16:01:09.751 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.751 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 4: conflicting requests 2024-04-12T16:01:09.751 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.751 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 5: conflicting requests 2024-04-12T16:01:09.751 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.751 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 6: conflicting requests 2024-04-12T16:01:09.751 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.751 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 7: conflicting requests 2024-04-12T16:01:09.751 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.751 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 8: conflicting requests 2024-04-12T16:01:09.751 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.751 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 9: conflicting requests 2024-04-12T16:01:09.752 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.752 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 10: conflicting requests 2024-04-12T16:01:09.752 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.752 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 11: conflicting requests 2024-04-12T16:01:09.752 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.752 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 12: conflicting requests 2024-04-12T16:01:09.752 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.752 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 13: conflicting requests 2024-04-12T16:01:09.752 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.752 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 14: conflicting requests 2024-04-12T16:01:09.752 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.752 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 15: conflicting requests 2024-04-12T16:01:09.752 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.752 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 16: conflicting requests 2024-04-12T16:01:09.753 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.753 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 17: conflicting requests 2024-04-12T16:01:09.753 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.753 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 18: conflicting requests 2024-04-12T16:01:09.753 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.753 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 19: conflicting requests 2024-04-12T16:01:09.753 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.753 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 20: conflicting requests 2024-04-12T16:01:09.753 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.753 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 21: conflicting requests 2024-04-12T16:01:09.753 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.753 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 22: conflicting requests 2024-04-12T16:01:09.753 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.753 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 23: conflicting requests 2024-04-12T16:01:09.754 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.754 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 24: conflicting requests 2024-04-12T16:01:09.754 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.754 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 25: conflicting requests 2024-04-12T16:01:09.754 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.754 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 26: conflicting requests 2024-04-12T16:01:09.754 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.754 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 27: conflicting requests 2024-04-12T16:01:09.754 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.754 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 28: conflicting requests 2024-04-12T16:01:09.754 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.754 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 29: conflicting requests 2024-04-12T16:01:09.754 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.754 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 30: conflicting requests 2024-04-12T16:01:09.754 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.755 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 31: conflicting requests 2024-04-12T16:01:09.755 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.755 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 32: conflicting requests 2024-04-12T16:01:09.755 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.755 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 33: conflicting requests 2024-04-12T16:01:09.755 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.755 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 34: conflicting requests 2024-04-12T16:01:09.755 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.755 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 35: conflicting requests 2024-04-12T16:01:09.755 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.755 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 36: conflicting requests 2024-04-12T16:01:09.755 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.755 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 37: conflicting requests 2024-04-12T16:01:09.755 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.756 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.756 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.756 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:09.756 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.756 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.756 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.756 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.756 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 39: conflicting requests 2024-04-12T16:01:09.756 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.756 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.756 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.756 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.757 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.757 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.757 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:09.757 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.757 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.757 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.757 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.757 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:09.757 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.757 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.757 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.757 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.757 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:09.758 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.758 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.758 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.758 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.758 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:09.758 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.758 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.758 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.758 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.758 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:09.758 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.758 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.758 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.759 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.759 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:09.759 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.759 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.759 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.759 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:09.761 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-12T16:01:09.816 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-12T16:01:09.823 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-12T16:01:09.824 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================= 2024-04-12T16:01:09.824 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-12T16:01:09.824 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================= 2024-04-12T16:01:09.825 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-12T16:01:09.825 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 7.4 M 2024-04-12T16:01:09.825 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-12T16:01:09.825 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-12T16:01:09.825 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-12T16:01:09.825 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-12T16:01:09.825 INFO:teuthology.orchestra.run.smithi133.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-12T16:01:09.825 INFO:teuthology.orchestra.run.smithi133.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-12T16:01:09.825 INFO:teuthology.orchestra.run.smithi133.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-12T16:01:09.825 INFO:teuthology.orchestra.run.smithi133.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-12T16:01:09.825 INFO:teuthology.orchestra.run.smithi133.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-12T16:01:09.825 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-12T16:01:09.825 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-12T16:01:09.826 INFO:teuthology.orchestra.run.smithi133.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-12T16:01:09.826 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:01:09.826 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-12T16:01:09.826 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================= 2024-04-12T16:01:09.826 INFO:teuthology.orchestra.run.smithi133.stdout:Install 12 Packages 2024-04-12T16:01:09.826 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:01:09.826 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 38 M 2024-04-12T16:01:09.827 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 209 M 2024-04-12T16:01:09.827 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-12T16:01:09.852 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-12T16:01:09.885 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-12T16:01:09.959 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-12T16:01:10.009 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-12T16:01:10.042 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-12T16:01:10.137 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-12T16:01:10.214 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-12T16:01:10.262 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-12T16:01:10.279 INFO:teuthology.orchestra.run.smithi040.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-2 1.8 MB/s | 7.4 MB 00:04 2024-04-12T16:01:10.280 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:01:10.280 INFO:teuthology.orchestra.run.smithi040.stdout:Total 6.6 MB/s | 38 MB 00:05 2024-04-12T16:01:10.296 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-12T16:01:10.326 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-12T16:01:10.360 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-12T16:01:10.393 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-12T16:01:10.434 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-12T16:01:10.477 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-12T16:01:10.511 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-12T16:01:10.541 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-12T16:01:10.552 INFO:teuthology.orchestra.run.smithi133.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 370 kB/s | 195 kB 00:00 2024-04-12T16:01:10.617 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-12T16:01:10.647 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-12T16:01:10.675 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-12T16:01:10.675 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-12T16:01:10.758 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-12T16:01:10.794 INFO:teuthology.orchestra.run.smithi133.stdout:(2/12): ceph-mgr-diskprediction-local-19.0.0-28 9.6 MB/s | 7.4 MB 00:00 2024-04-12T16:01:10.843 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-12T16:01:10.878 INFO:teuthology.orchestra.run.smithi133.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 941 kB/s | 803 kB 00:00 2024-04-12T16:01:10.903 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-12T16:01:10.941 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-12T16:01:11.000 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-12T16:01:11.072 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-12T16:01:11.122 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-12T16:01:11.123 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-12T16:01:11.261 INFO:teuthology.orchestra.run.smithi133.stdout:(4/12): flexiblas-3.0.4-8.el9.x86_64.rpm 46 kB/s | 33 kB 00:00 2024-04-12T16:01:11.273 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-12T16:01:11.328 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-12T16:01:11.408 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-12T16:01:11.428 INFO:teuthology.orchestra.run.smithi133.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 35 kB/s | 18 kB 00:00 2024-04-12T16:01:11.499 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-12T16:01:11.549 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-12T16:01:11.673 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-12T16:01:11.841 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2847.gbf9c5618.el9. 31/36 2024-04-12T16:01:11.870 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-mgr-2:19.0.0-2847.gbf9c5618.el9.x86_64 32/36 2024-04-12T16:01:11.896 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2847.gbf9c5618.el9.x86_64 32/36 2024-04-12T16:01:11.896 INFO:teuthology.orchestra.run.smithi037.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-12T16:01:11.896 INFO:teuthology.orchestra.run.smithi037.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-12T16:01:11.896 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-12T16:01:11.896 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-12T16:01:11.896 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:01:11.903 INFO:teuthology.orchestra.run.smithi133.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 55 kB/s | 35 kB 00:00 2024-04-12T16:01:11.911 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-12T16:01:11.989 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-12T16:01:12.028 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-12T16:01:12.130 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-12T16:01:12.178 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-12T16:01:12.365 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-12T16:01:12.402 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-12T16:01:12.487 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-12T16:01:12.804 INFO:teuthology.orchestra.run.smithi133.stdout:(7/12): python3-devel-3.9.17-2.el9.x86_64.rpm 273 kB/s | 245 kB 00:00 2024-04-12T16:01:13.175 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-12T16:01:13.303 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-12T16:01:13.413 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-osd-2:19.0.0-2847.gbf9c5618.el9.x86_64 33/36 2024-04-12T16:01:13.439 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-osd-2:19.0.0-2847.gbf9c5618.el9.x86_64 33/36 2024-04-12T16:01:13.439 INFO:teuthology.orchestra.run.smithi037.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-12T16:01:13.439 INFO:teuthology.orchestra.run.smithi037.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-12T16:01:13.439 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-12T16:01:13.439 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-12T16:01:13.440 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:01:13.913 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-mon-2:19.0.0-2847.gbf9c5618.el9.x86_64 34/36 2024-04-12T16:01:13.936 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-mon-2:19.0.0-2847.gbf9c5618.el9.x86_64 34/36 2024-04-12T16:01:13.936 INFO:teuthology.orchestra.run.smithi037.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-12T16:01:13.937 INFO:teuthology.orchestra.run.smithi037.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-12T16:01:13.937 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-12T16:01:13.937 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-12T16:01:13.937 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:01:14.181 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-mds-2:19.0.0-2847.gbf9c5618.el9.x86_64 35/36 2024-04-12T16:01:14.204 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-mds-2:19.0.0-2847.gbf9c5618.el9.x86_64 35/36 2024-04-12T16:01:14.204 INFO:teuthology.orchestra.run.smithi037.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-12T16:01:14.204 INFO:teuthology.orchestra.run.smithi037.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-12T16:01:14.204 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-12T16:01:14.204 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-12T16:01:14.204 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:01:14.265 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-2:19.0.0-2847.gbf9c5618.el9.x86_64 36/36 2024-04-12T16:01:14.592 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-12T16:01:15.462 INFO:teuthology.orchestra.run.smithi133.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 656 kB/s | 3.0 MB 00:04 2024-04-12T16:01:15.688 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-12T16:01:15.710 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2847.gbf9c5 12/12 2024-04-12T16:01:16.031 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-2:19.0.0-2847.gbf9c5618.el9.x86_64 36/36 2024-04-12T16:01:16.031 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/36 2024-04-12T16:01:16.031 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-mds-2:19.0.0-2847.gbf9c5618.el9.x86_64 2/36 2024-04-12T16:01:16.031 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-mgr-2:19.0.0-2847.gbf9c5618.el9.x86_64 3/36 2024-04-12T16:01:16.031 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-mon-2:19.0.0-2847.gbf9c5618.el9.x86_64 4/36 2024-04-12T16:01:16.031 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-osd-2:19.0.0-2847.gbf9c5618.el9.x86_64 5/36 2024-04-12T16:01:16.031 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2847.gbf9c5618.el9. 6/36 2024-04-12T16:01:16.031 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-12T16:01:16.031 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-12T16:01:16.031 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-12T16:01:16.031 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-12T16:01:16.032 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-12T16:01:16.032 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-12T16:01:16.032 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-12T16:01:16.032 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-12T16:01:16.032 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-12T16:01:16.032 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-12T16:01:16.032 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-12T16:01:16.032 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-12T16:01:16.032 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-12T16:01:16.032 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-12T16:01:16.032 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-12T16:01:16.032 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-12T16:01:16.032 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-12T16:01:16.032 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-12T16:01:16.032 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-12T16:01:16.032 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-12T16:01:16.033 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-12T16:01:16.033 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-12T16:01:16.033 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-12T16:01:16.033 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-12T16:01:16.033 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-12T16:01:16.033 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-12T16:01:16.033 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-12T16:01:16.033 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-12T16:01:16.033 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-12T16:01:16.345 INFO:teuthology.orchestra.run.smithi133.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 284 kB/s | 250 kB 00:00 2024-04-12T16:01:17.173 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-12T16:01:17.173 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:01:17.173 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-12T16:01:17.173 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:01:17.173 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mds-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:01:17.173 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:01:17.173 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-modules-core-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:01:17.173 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mon-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:01:17.173 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-osd-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:01:17.173 INFO:teuthology.orchestra.run.smithi037.stdout: lua-5.4.4-4.el9.x86_64 2024-04-12T16:01:17.174 INFO:teuthology.orchestra.run.smithi037.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-12T16:01:17.174 INFO:teuthology.orchestra.run.smithi037.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-12T16:01:17.174 INFO:teuthology.orchestra.run.smithi037.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-12T16:01:17.174 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-12T16:01:17.174 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-12T16:01:17.174 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-12T16:01:17.174 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-12T16:01:17.174 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-12T16:01:17.174 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-12T16:01:17.174 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-12T16:01:17.174 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-12T16:01:17.174 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-12T16:01:17.174 INFO:teuthology.orchestra.run.smithi037.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-12T16:01:17.174 INFO:teuthology.orchestra.run.smithi037.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-12T16:01:17.174 INFO:teuthology.orchestra.run.smithi037.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-12T16:01:17.174 INFO:teuthology.orchestra.run.smithi037.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-12T16:01:17.175 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-12T16:01:17.175 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ply-3.11-14.el9.noarch 2024-04-12T16:01:17.175 INFO:teuthology.orchestra.run.smithi037.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-12T16:01:17.175 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-12T16:01:17.175 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-12T16:01:17.175 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-12T16:01:17.175 INFO:teuthology.orchestra.run.smithi037.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-12T16:01:17.175 INFO:teuthology.orchestra.run.smithi037.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-12T16:01:17.175 INFO:teuthology.orchestra.run.smithi037.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-12T16:01:17.175 INFO:teuthology.orchestra.run.smithi037.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-12T16:01:17.175 INFO:teuthology.orchestra.run.smithi037.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-12T16:01:17.175 INFO:teuthology.orchestra.run.smithi037.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-12T16:01:17.175 INFO:teuthology.orchestra.run.smithi037.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-12T16:01:17.175 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:01:17.175 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-12T16:01:17.497 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-base 2024-04-12T16:01:18.107 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:13 ago on Fri 12 Apr 2024 04:00:05 PM UTC. 2024-04-12T16:01:18.137 INFO:teuthology.orchestra.run.smithi133.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 723 kB/s | 4.7 MB 00:06 2024-04-12T16:01:18.213 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2847.gbf9c5 12/12 2024-04-12T16:01:18.213 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2847.gbf9c5 1/12 2024-04-12T16:01:18.213 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-12T16:01:18.213 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-12T16:01:18.213 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-12T16:01:18.213 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-12T16:01:18.213 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-12T16:01:18.213 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-12T16:01:18.214 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-12T16:01:18.214 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 9/12 2024-04-12T16:01:18.214 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-12T16:01:18.214 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-12T16:01:18.407 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-12T16:01:18.407 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:01:18.408 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-12T16:01:18.408 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.408 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-12T16:01:18.408 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.408 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-12T16:01:18.408 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.408 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-12T16:01:18.408 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.408 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-12T16:01:18.408 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.408 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-12T16:01:18.408 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.408 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-12T16:01:18.408 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.408 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-12T16:01:18.408 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.409 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-12T16:01:18.409 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.409 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-12T16:01:18.409 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.409 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-12T16:01:18.409 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.409 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-12T16:01:18.409 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.409 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-12T16:01:18.409 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.409 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-12T16:01:18.409 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.409 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-12T16:01:18.409 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.410 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-12T16:01:18.410 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.410 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-12T16:01:18.410 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.410 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-12T16:01:18.410 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.410 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-12T16:01:18.410 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.410 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-12T16:01:18.410 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.410 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-12T16:01:18.410 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.410 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-12T16:01:18.410 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.411 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-12T16:01:18.411 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.411 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-12T16:01:18.411 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.411 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-12T16:01:18.411 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.411 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-12T16:01:18.411 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.411 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-12T16:01:18.411 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.411 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-12T16:01:18.411 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.411 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-12T16:01:18.411 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.411 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-12T16:01:18.412 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.412 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-12T16:01:18.412 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.412 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-12T16:01:18.412 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.412 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-12T16:01:18.412 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.412 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-12T16:01:18.412 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.412 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-12T16:01:18.412 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.412 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-12T16:01:18.412 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.412 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-12T16:01:18.413 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.413 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.413 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.413 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:18.413 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.413 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.413 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.413 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.413 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-12T16:01:18.413 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.413 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.413 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.413 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.413 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.414 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.414 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:18.414 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.414 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.414 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.414 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.414 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:18.414 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.414 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.414 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.414 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.414 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:18.414 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.415 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.415 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.415 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.415 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:18.415 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.415 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.415 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.415 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.415 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:18.415 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.415 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.415 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.415 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.415 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:18.415 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.416 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.416 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.416 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:18.416 INFO:teuthology.orchestra.run.smithi037.stdout:Package ceph-base-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:01:18.479 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-12T16:01:18.481 INFO:teuthology.orchestra.run.smithi037.stdout:Nothing to do. 2024-04-12T16:01:18.481 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-12T16:01:18.561 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install cephadm 2024-04-12T16:01:18.626 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-12T16:01:18.626 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:18.626 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-12T16:01:18.626 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:01:18.626 INFO:teuthology.orchestra.run.smithi040.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-12T16:01:18.626 INFO:teuthology.orchestra.run.smithi040.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-12T16:01:18.626 INFO:teuthology.orchestra.run.smithi040.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-12T16:01:18.626 INFO:teuthology.orchestra.run.smithi040.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-12T16:01:18.626 INFO:teuthology.orchestra.run.smithi040.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-12T16:01:18.627 INFO:teuthology.orchestra.run.smithi040.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-12T16:01:18.627 INFO:teuthology.orchestra.run.smithi040.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-12T16:01:18.627 INFO:teuthology.orchestra.run.smithi040.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-12T16:01:18.627 INFO:teuthology.orchestra.run.smithi040.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-12T16:01:18.627 INFO:teuthology.orchestra.run.smithi040.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-12T16:01:18.627 INFO:teuthology.orchestra.run.smithi040.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-12T16:01:18.627 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:18.627 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-12T16:01:18.994 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-mgr-rook 2024-04-12T16:01:19.162 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:14 ago on Fri 12 Apr 2024 04:00:05 PM UTC. 2024-04-12T16:01:19.463 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-12T16:01:19.463 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:01:19.463 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-12T16:01:19.463 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.463 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-12T16:01:19.463 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.464 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-12T16:01:19.464 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.464 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-12T16:01:19.464 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.464 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-12T16:01:19.464 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.464 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-12T16:01:19.464 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.464 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-12T16:01:19.464 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.464 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-12T16:01:19.464 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.464 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-12T16:01:19.464 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.464 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-12T16:01:19.465 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.465 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-12T16:01:19.465 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.465 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-12T16:01:19.465 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.465 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-12T16:01:19.465 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.465 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-12T16:01:19.465 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.465 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-12T16:01:19.465 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.465 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-12T16:01:19.465 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.465 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-12T16:01:19.465 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.466 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-12T16:01:19.466 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.466 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-12T16:01:19.466 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.466 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-12T16:01:19.466 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.466 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-12T16:01:19.466 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.466 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-12T16:01:19.466 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.466 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-12T16:01:19.466 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.466 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-12T16:01:19.466 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.466 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-12T16:01:19.467 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.467 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-12T16:01:19.467 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.467 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-12T16:01:19.467 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.467 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-12T16:01:19.467 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.467 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-12T16:01:19.467 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.467 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-12T16:01:19.467 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.467 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-12T16:01:19.467 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.467 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-12T16:01:19.467 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.468 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-12T16:01:19.468 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.468 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-12T16:01:19.468 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.468 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-12T16:01:19.468 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.468 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-12T16:01:19.468 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.468 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-12T16:01:19.468 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.468 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.468 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.468 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:19.468 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.468 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.469 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.469 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.469 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-12T16:01:19.469 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.469 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.469 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.469 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.469 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.469 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.469 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:19.469 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.469 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.469 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.469 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.469 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:19.470 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.470 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.470 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.470 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.470 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:19.470 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.470 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.470 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.470 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.470 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:19.470 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.470 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.470 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.470 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.470 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:19.470 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.471 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.471 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.471 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.471 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:19.471 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.471 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.471 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.471 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.535 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-12T16:01:19.536 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:01:19.536 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2024-04-12T16:01:19.536 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:01:19.536 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-12T16:01:19.536 INFO:teuthology.orchestra.run.smithi037.stdout: cephadm noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 762 k 2024-04-12T16:01:19.536 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:01:19.537 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-12T16:01:19.537 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:01:19.537 INFO:teuthology.orchestra.run.smithi037.stdout:Install 1 Package 2024-04-12T16:01:19.537 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:01:19.537 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 762 k 2024-04-12T16:01:19.537 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 768 k 2024-04-12T16:01:19.537 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-12T16:01:19.608 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:37 ago on Fri 12 Apr 2024 03:59:42 PM UTC. 2024-04-12T16:01:19.911 INFO:teuthology.orchestra.run.smithi040.stderr:Modular dependency problems: 2024-04-12T16:01:19.911 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T16:01:19.911 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 1: conflicting requests 2024-04-12T16:01:19.911 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.911 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 2: conflicting requests 2024-04-12T16:01:19.911 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.911 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 3: conflicting requests 2024-04-12T16:01:19.911 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.911 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 4: conflicting requests 2024-04-12T16:01:19.911 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.911 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 5: conflicting requests 2024-04-12T16:01:19.911 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.911 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 6: conflicting requests 2024-04-12T16:01:19.911 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.912 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 7: conflicting requests 2024-04-12T16:01:19.912 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.912 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 8: conflicting requests 2024-04-12T16:01:19.912 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.912 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 9: conflicting requests 2024-04-12T16:01:19.912 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.912 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 10: conflicting requests 2024-04-12T16:01:19.912 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.912 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 11: conflicting requests 2024-04-12T16:01:19.912 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.912 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 12: conflicting requests 2024-04-12T16:01:19.912 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.912 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 13: conflicting requests 2024-04-12T16:01:19.912 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.912 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 14: conflicting requests 2024-04-12T16:01:19.912 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.913 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 15: conflicting requests 2024-04-12T16:01:19.913 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.913 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 16: conflicting requests 2024-04-12T16:01:19.913 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.913 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 17: conflicting requests 2024-04-12T16:01:19.913 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.913 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 18: conflicting requests 2024-04-12T16:01:19.913 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.913 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 19: conflicting requests 2024-04-12T16:01:19.913 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.913 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 20: conflicting requests 2024-04-12T16:01:19.913 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.913 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 21: conflicting requests 2024-04-12T16:01:19.913 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.913 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 22: conflicting requests 2024-04-12T16:01:19.914 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.914 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 23: conflicting requests 2024-04-12T16:01:19.914 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.914 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 24: conflicting requests 2024-04-12T16:01:19.914 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.914 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 25: conflicting requests 2024-04-12T16:01:19.914 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.914 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 26: conflicting requests 2024-04-12T16:01:19.914 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.914 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 27: conflicting requests 2024-04-12T16:01:19.914 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.914 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 28: conflicting requests 2024-04-12T16:01:19.914 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.914 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 29: conflicting requests 2024-04-12T16:01:19.914 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.915 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 30: conflicting requests 2024-04-12T16:01:19.915 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.915 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 31: conflicting requests 2024-04-12T16:01:19.915 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.915 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 32: conflicting requests 2024-04-12T16:01:19.915 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.915 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 33: conflicting requests 2024-04-12T16:01:19.915 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.915 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 34: conflicting requests 2024-04-12T16:01:19.915 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.915 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 35: conflicting requests 2024-04-12T16:01:19.915 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.915 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 36: conflicting requests 2024-04-12T16:01:19.915 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.915 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 37: conflicting requests 2024-04-12T16:01:19.916 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.916 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.916 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.916 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:19.916 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.916 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.916 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.916 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.916 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 39: conflicting requests 2024-04-12T16:01:19.916 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.916 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.916 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.916 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.916 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.916 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.916 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:19.916 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.917 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.917 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.917 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.917 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:19.917 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.917 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.917 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.917 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.917 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:19.917 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.917 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.917 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.917 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.917 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:19.917 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.917 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.918 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.918 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.918 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:19.918 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.918 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.918 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.918 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.918 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:19.918 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.918 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.918 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.918 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:19.937 INFO:teuthology.orchestra.run.smithi133.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 732 kB/s | 5.1 MB 00:07 2024-04-12T16:01:19.986 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-12T16:01:19.987 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:19.987 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-04-12T16:01:19.987 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:19.987 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-12T16:01:19.988 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-rook noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 49 k 2024-04-12T16:01:19.988 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-04-12T16:01:19.988 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-12T16:01:19.988 INFO:teuthology.orchestra.run.smithi040.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-12T16:01:19.988 INFO:teuthology.orchestra.run.smithi040.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-12T16:01:19.988 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-12T16:01:19.988 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-12T16:01:19.988 INFO:teuthology.orchestra.run.smithi040.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-12T16:01:19.988 INFO:teuthology.orchestra.run.smithi040.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-12T16:01:19.988 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-12T16:01:19.988 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-12T16:01:19.988 INFO:teuthology.orchestra.run.smithi040.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-12T16:01:19.988 INFO:teuthology.orchestra.run.smithi040.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-12T16:01:19.988 INFO:teuthology.orchestra.run.smithi040.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-12T16:01:19.988 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:19.988 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-12T16:01:19.989 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:19.989 INFO:teuthology.orchestra.run.smithi040.stdout:Install 13 Packages 2024-04-12T16:01:19.989 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:19.989 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 2.2 M 2024-04-12T16:01:19.989 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 26 M 2024-04-12T16:01:19.989 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-12T16:01:20.169 INFO:teuthology.orchestra.run.smithi037.stdout:cephadm-19.0.0-2847.gbf9c5618.el9.noarch.rpm 1.2 MB/s | 762 kB 00:00 2024-04-12T16:01:20.170 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:01:20.170 INFO:teuthology.orchestra.run.smithi037.stdout:Total 1.2 MB/s | 762 kB 00:00 2024-04-12T16:01:20.170 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-12T16:01:20.176 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-12T16:01:20.176 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-12T16:01:20.182 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-12T16:01:20.182 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-12T16:01:20.255 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-12T16:01:20.460 INFO:teuthology.orchestra.run.smithi040.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 82 kB/s | 19 kB 00:00 2024-04-12T16:01:20.485 INFO:teuthology.orchestra.run.smithi040.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 99 kB/s | 26 kB 00:00 2024-04-12T16:01:20.535 INFO:teuthology.orchestra.run.smithi040.stdout:(3/13): ceph-mgr-rook-19.0.0-2847.gbf9c5618.el9 160 kB/s | 49 kB 00:00 2024-04-12T16:01:20.592 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 1/1 2024-04-12T16:01:20.676 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 1/1 2024-04-12T16:01:20.969 INFO:teuthology.orchestra.run.smithi040.stdout:(4/13): python3-pyasn1-modules-0.4.8-6.el9.noar 643 kB/s | 279 kB 00:00 2024-04-12T16:01:21.036 INFO:teuthology.orchestra.run.smithi040.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 288 kB/s | 159 kB 00:00 2024-04-12T16:01:21.061 INFO:teuthology.orchestra.run.smithi040.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 583 kB/s | 54 kB 00:00 2024-04-12T16:01:21.074 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 1/1 2024-04-12T16:01:21.186 INFO:teuthology.orchestra.run.smithi040.stdout:(7/13): python3-certifi-2021.10.8-2.el9.noarch. 120 kB/s | 15 kB 00:00 2024-04-12T16:01:21.212 INFO:teuthology.orchestra.run.smithi040.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 183 kB/s | 32 kB 00:00 2024-04-12T16:01:21.362 INFO:teuthology.orchestra.run.smithi040.stdout:(9/13): python3-google-auth-2.28.2-1.el9.noarch 1.1 MB/s | 203 kB 00:00 2024-04-12T16:01:21.374 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 1/1 2024-04-12T16:01:21.374 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:01:21.374 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-12T16:01:21.374 INFO:teuthology.orchestra.run.smithi037.stdout: cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:01:21.374 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:01:21.374 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-12T16:01:21.429 INFO:teuthology.orchestra.run.smithi040.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 890 kB/s | 59 kB 00:00 2024-04-12T16:01:21.496 INFO:teuthology.orchestra.run.smithi040.stdout:(11/13): python3-kubernetes-26.1.0-2.el9.noarch 3.6 MB/s | 1.0 MB 00:00 2024-04-12T16:01:21.521 INFO:teuthology.orchestra.run.smithi040.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 977 kB/s | 90 kB 00:00 2024-04-12T16:01:21.598 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-immutable-object-cache 2024-04-12T16:01:22.054 INFO:teuthology.orchestra.run.smithi040.stdout:(13/13): python3-oauthlib-3.1.1-5.el9.noarch.rp 139 kB/s | 222 kB 00:01 2024-04-12T16:01:22.055 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:01:22.055 INFO:teuthology.orchestra.run.smithi040.stdout:Total 1.1 MB/s | 2.2 MB 00:02 2024-04-12T16:01:22.124 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-12T16:01:22.141 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-12T16:01:22.141 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-12T16:01:22.210 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:17 ago on Fri 12 Apr 2024 04:00:05 PM UTC. 2024-04-12T16:01:22.244 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-12T16:01:22.246 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-12T16:01:22.513 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-12T16:01:22.513 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:01:22.513 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-12T16:01:22.513 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.513 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-12T16:01:22.513 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.513 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-12T16:01:22.513 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.513 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-12T16:01:22.513 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.514 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-12T16:01:22.514 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.514 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-12T16:01:22.514 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.514 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-12T16:01:22.514 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.514 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-12T16:01:22.514 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.514 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-12T16:01:22.514 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.514 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-12T16:01:22.514 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.514 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-12T16:01:22.515 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.515 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-12T16:01:22.515 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.515 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-12T16:01:22.515 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.515 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-12T16:01:22.515 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.515 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-12T16:01:22.515 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.515 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-12T16:01:22.515 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.515 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-12T16:01:22.515 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.515 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-12T16:01:22.515 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.516 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-12T16:01:22.516 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.516 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-12T16:01:22.516 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.516 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-12T16:01:22.516 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.516 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-12T16:01:22.516 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.516 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-12T16:01:22.516 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.516 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-12T16:01:22.516 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.516 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-12T16:01:22.516 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.517 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-12T16:01:22.517 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.517 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-12T16:01:22.517 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.517 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-12T16:01:22.517 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.517 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-12T16:01:22.517 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.517 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-12T16:01:22.517 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.517 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-12T16:01:22.517 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.517 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-12T16:01:22.517 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.518 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-12T16:01:22.518 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.518 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-12T16:01:22.518 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.518 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-12T16:01:22.518 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.518 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-12T16:01:22.518 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.518 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-12T16:01:22.518 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.518 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.518 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.518 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:22.518 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.519 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.519 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.519 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.519 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-12T16:01:22.519 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.519 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.519 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.519 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.519 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.519 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.519 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:22.519 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.519 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.519 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.519 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.520 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:22.520 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.520 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.520 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.520 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.520 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:22.520 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.520 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.520 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.520 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.520 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:22.520 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.520 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.520 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.520 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.520 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:22.521 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.521 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.521 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.521 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.521 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:22.521 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.521 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.521 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.521 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:22.586 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-12T16:01:22.587 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:01:22.587 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repo Size 2024-04-12T16:01:22.587 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:01:22.587 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-12T16:01:22.587 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 145 k 2024-04-12T16:01:22.587 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:01:22.587 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-12T16:01:22.587 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:01:22.587 INFO:teuthology.orchestra.run.smithi037.stdout:Install 1 Package 2024-04-12T16:01:22.588 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:01:22.588 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 145 k 2024-04-12T16:01:22.588 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 435 k 2024-04-12T16:01:22.588 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-12T16:01:22.763 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-12T16:01:22.817 INFO:teuthology.orchestra.run.smithi037.stdout:ceph-immutable-object-cache-19.0.0-2847.gbf9c56 632 kB/s | 145 kB 00:00 2024-04-12T16:01:22.818 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:01:22.818 INFO:teuthology.orchestra.run.smithi037.stdout:Total 627 kB/s | 145 kB 00:00 2024-04-12T16:01:22.818 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-12T16:01:22.827 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-12T16:01:22.827 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-12T16:01:22.882 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-12T16:01:22.883 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-12T16:01:22.934 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-12T16:01:22.990 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-12T16:01:23.043 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-12T16:01:23.046 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-12T16:01:23.082 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-12T16:01:23.102 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2847.gbf9c5618. 1/1 2024-04-12T16:01:23.127 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2847.gbf9c5618. 1/1 2024-04-12T16:01:23.127 INFO:teuthology.orchestra.run.smithi037.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-12T16:01:23.127 INFO:teuthology.orchestra.run.smithi037.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-12T16:01:23.127 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:01:23.133 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-12T16:01:23.229 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-12T16:01:23.339 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-12T16:01:23.393 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-12T16:01:24.105 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2847.gbf9c5618. 1/1 2024-04-12T16:01:24.105 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:01:24.106 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-12T16:01:24.106 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-immutable-object-cache-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:01:24.106 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:01:24.106 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-12T16:01:24.166 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-12T16:01:24.213 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-12T16:01:24.247 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-12T16:01:24.296 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-12T16:01:24.325 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-mgr-rook-2:19.0.0-2847.gbf9c5618.el9.noarch 13/13 2024-04-12T16:01:24.348 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-mgr 2024-04-12T16:01:24.954 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:19 ago on Fri 12 Apr 2024 04:00:05 PM UTC. 2024-04-12T16:01:25.146 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2847.gbf9c5618.el9.noarch 13/13 2024-04-12T16:01:25.146 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2847.gbf9c5618.el9.noarch 1/13 2024-04-12T16:01:25.146 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-12T16:01:25.146 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-12T16:01:25.146 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-12T16:01:25.146 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-12T16:01:25.146 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-12T16:01:25.146 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-12T16:01:25.147 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-12T16:01:25.147 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-12T16:01:25.147 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-12T16:01:25.147 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-12T16:01:25.147 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-12T16:01:25.255 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-12T16:01:25.255 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:01:25.256 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-12T16:01:25.256 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.256 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-12T16:01:25.256 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.256 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-12T16:01:25.256 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.256 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-12T16:01:25.256 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.256 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-12T16:01:25.256 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.256 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-12T16:01:25.256 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.256 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-12T16:01:25.256 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.256 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-12T16:01:25.257 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.257 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-12T16:01:25.257 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.257 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-12T16:01:25.257 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.257 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-12T16:01:25.257 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.257 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-12T16:01:25.257 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.257 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-12T16:01:25.257 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.257 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-12T16:01:25.257 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.257 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-12T16:01:25.258 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.258 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-12T16:01:25.258 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.258 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-12T16:01:25.258 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.258 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-12T16:01:25.258 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.258 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-12T16:01:25.258 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.258 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-12T16:01:25.258 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.258 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-12T16:01:25.258 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.258 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-12T16:01:25.259 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.259 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-12T16:01:25.259 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.259 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-12T16:01:25.259 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.259 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-12T16:01:25.259 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.259 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-12T16:01:25.259 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.259 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-12T16:01:25.259 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.259 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-12T16:01:25.259 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.259 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-12T16:01:25.260 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.260 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-12T16:01:25.260 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.260 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-12T16:01:25.260 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.260 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-12T16:01:25.260 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.260 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-12T16:01:25.260 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.260 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-12T16:01:25.260 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.260 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-12T16:01:25.260 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.260 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-12T16:01:25.260 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.261 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-12T16:01:25.261 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.261 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.261 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.261 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:25.261 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.261 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.261 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.261 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.261 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-12T16:01:25.261 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.261 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.261 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.261 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.262 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.262 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.262 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:25.262 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.262 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.262 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.262 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.262 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:25.262 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.262 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.262 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.262 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.262 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:25.263 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.263 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.263 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.263 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.263 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:25.263 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.263 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.263 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.263 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.263 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:25.263 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.263 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.263 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.263 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.264 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:25.264 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.264 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.264 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.264 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:25.264 INFO:teuthology.orchestra.run.smithi037.stdout:Package ceph-mgr-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:01:25.327 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-12T16:01:25.329 INFO:teuthology.orchestra.run.smithi037.stdout:Nothing to do. 2024-04-12T16:01:25.329 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-12T16:01:25.406 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-mgr-dashboard 2024-04-12T16:01:25.532 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-12T16:01:25.532 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:25.532 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-12T16:01:25.532 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-rook-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:01:25.532 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-12T16:01:25.532 INFO:teuthology.orchestra.run.smithi040.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-12T16:01:25.532 INFO:teuthology.orchestra.run.smithi040.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-12T16:01:25.532 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-12T16:01:25.532 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-12T16:01:25.533 INFO:teuthology.orchestra.run.smithi040.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-12T16:01:25.533 INFO:teuthology.orchestra.run.smithi040.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-12T16:01:25.533 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-12T16:01:25.533 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-12T16:01:25.533 INFO:teuthology.orchestra.run.smithi040.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-12T16:01:25.533 INFO:teuthology.orchestra.run.smithi040.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-12T16:01:25.533 INFO:teuthology.orchestra.run.smithi040.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-12T16:01:25.533 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:25.533 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-12T16:01:25.794 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-mgr-cephadm 2024-04-12T16:01:26.012 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:21 ago on Fri 12 Apr 2024 04:00:05 PM UTC. 2024-04-12T16:01:26.315 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-12T16:01:26.315 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:01:26.315 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-12T16:01:26.315 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.315 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-12T16:01:26.315 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.315 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-12T16:01:26.316 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.316 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-12T16:01:26.316 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.316 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-12T16:01:26.316 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.316 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-12T16:01:26.316 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.316 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-12T16:01:26.316 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.316 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-12T16:01:26.316 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.316 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-12T16:01:26.316 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.316 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-12T16:01:26.316 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.317 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-12T16:01:26.317 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.317 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-12T16:01:26.317 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.317 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-12T16:01:26.317 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.317 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-12T16:01:26.317 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.317 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-12T16:01:26.317 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.317 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-12T16:01:26.317 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.317 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-12T16:01:26.317 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.318 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-12T16:01:26.318 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.318 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-12T16:01:26.318 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.318 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-12T16:01:26.318 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.318 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-12T16:01:26.318 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.318 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-12T16:01:26.318 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.318 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-12T16:01:26.318 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.318 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-12T16:01:26.319 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.319 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-12T16:01:26.319 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.319 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-12T16:01:26.319 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.319 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-12T16:01:26.319 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.319 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-12T16:01:26.319 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.319 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-12T16:01:26.319 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.319 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-12T16:01:26.319 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.319 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-12T16:01:26.319 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.320 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-12T16:01:26.320 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.320 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-12T16:01:26.320 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.320 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-12T16:01:26.320 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.320 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-12T16:01:26.320 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.320 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-12T16:01:26.320 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.320 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-12T16:01:26.320 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.320 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.320 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.321 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:26.321 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.321 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.321 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.321 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.321 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-12T16:01:26.321 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.321 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.321 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.321 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.321 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.321 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.321 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:26.321 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.322 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.322 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.322 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.322 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:26.322 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.322 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.322 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.322 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.322 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:26.322 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.322 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.322 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.322 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.323 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:26.323 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.323 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.323 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.323 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.323 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:26.323 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.323 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.323 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.323 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.323 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:26.323 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.323 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.324 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.324 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.389 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-12T16:01:26.390 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:01:26.390 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2024-04-12T16:01:26.390 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:01:26.390 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-12T16:01:26.390 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 3.5 M 2024-04-12T16:01:26.390 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2024-04-12T16:01:26.390 INFO:teuthology.orchestra.run.smithi037.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-12T16:01:26.390 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 34 k 2024-04-12T16:01:26.391 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 16 k 2024-04-12T16:01:26.391 INFO:teuthology.orchestra.run.smithi037.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-12T16:01:26.391 INFO:teuthology.orchestra.run.smithi037.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-12T16:01:26.391 INFO:teuthology.orchestra.run.smithi037.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-12T16:01:26.391 INFO:teuthology.orchestra.run.smithi037.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-12T16:01:26.391 INFO:teuthology.orchestra.run.smithi037.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-12T16:01:26.391 INFO:teuthology.orchestra.run.smithi037.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-12T16:01:26.391 INFO:teuthology.orchestra.run.smithi037.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-12T16:01:26.391 INFO:teuthology.orchestra.run.smithi037.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-12T16:01:26.391 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:01:26.391 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-12T16:01:26.391 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:01:26.391 INFO:teuthology.orchestra.run.smithi037.stdout:Install 12 Packages 2024-04-12T16:01:26.391 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:01:26.392 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 8.6 M 2024-04-12T16:01:26.392 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 104 M 2024-04-12T16:01:26.392 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-12T16:01:26.405 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:44 ago on Fri 12 Apr 2024 03:59:42 PM UTC. 2024-04-12T16:01:26.716 INFO:teuthology.orchestra.run.smithi040.stderr:Modular dependency problems: 2024-04-12T16:01:26.716 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T16:01:26.716 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 1: conflicting requests 2024-04-12T16:01:26.716 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.716 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 2: conflicting requests 2024-04-12T16:01:26.716 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.716 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 3: conflicting requests 2024-04-12T16:01:26.716 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.716 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 4: conflicting requests 2024-04-12T16:01:26.717 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.717 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 5: conflicting requests 2024-04-12T16:01:26.717 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.717 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 6: conflicting requests 2024-04-12T16:01:26.717 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.717 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 7: conflicting requests 2024-04-12T16:01:26.717 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.717 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 8: conflicting requests 2024-04-12T16:01:26.717 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.717 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 9: conflicting requests 2024-04-12T16:01:26.717 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.717 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 10: conflicting requests 2024-04-12T16:01:26.717 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.717 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 11: conflicting requests 2024-04-12T16:01:26.717 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.718 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 12: conflicting requests 2024-04-12T16:01:26.718 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.718 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 13: conflicting requests 2024-04-12T16:01:26.718 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.718 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 14: conflicting requests 2024-04-12T16:01:26.718 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.718 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 15: conflicting requests 2024-04-12T16:01:26.718 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.718 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 16: conflicting requests 2024-04-12T16:01:26.718 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.718 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 17: conflicting requests 2024-04-12T16:01:26.718 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.719 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 18: conflicting requests 2024-04-12T16:01:26.719 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.719 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 19: conflicting requests 2024-04-12T16:01:26.719 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.719 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 20: conflicting requests 2024-04-12T16:01:26.719 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.719 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 21: conflicting requests 2024-04-12T16:01:26.719 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.719 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 22: conflicting requests 2024-04-12T16:01:26.719 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.719 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 23: conflicting requests 2024-04-12T16:01:26.719 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.719 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 24: conflicting requests 2024-04-12T16:01:26.719 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.720 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 25: conflicting requests 2024-04-12T16:01:26.720 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.720 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 26: conflicting requests 2024-04-12T16:01:26.720 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.720 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 27: conflicting requests 2024-04-12T16:01:26.720 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.720 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 28: conflicting requests 2024-04-12T16:01:26.720 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.720 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 29: conflicting requests 2024-04-12T16:01:26.720 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.720 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 30: conflicting requests 2024-04-12T16:01:26.720 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.720 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 31: conflicting requests 2024-04-12T16:01:26.720 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.721 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 32: conflicting requests 2024-04-12T16:01:26.721 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.721 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 33: conflicting requests 2024-04-12T16:01:26.721 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.721 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 34: conflicting requests 2024-04-12T16:01:26.721 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.721 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 35: conflicting requests 2024-04-12T16:01:26.721 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.721 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 36: conflicting requests 2024-04-12T16:01:26.721 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.721 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 37: conflicting requests 2024-04-12T16:01:26.721 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.721 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.721 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.722 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:26.722 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.722 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.722 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.722 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.722 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 39: conflicting requests 2024-04-12T16:01:26.722 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.722 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.722 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.722 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.722 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.722 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.722 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:26.722 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.722 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.723 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.723 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.723 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:26.723 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.723 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.723 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.723 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.723 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:26.723 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.723 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.723 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.723 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.723 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:26.723 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.723 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.723 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.724 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.724 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:26.724 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.724 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.724 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.724 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.724 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:26.724 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.724 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.724 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.724 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:26.790 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-12T16:01:26.790 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:26.791 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-04-12T16:01:26.791 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:26.791 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-12T16:01:26.791 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 142 k 2024-04-12T16:01:26.791 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-04-12T16:01:26.791 INFO:teuthology.orchestra.run.smithi040.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-12T16:01:26.791 INFO:teuthology.orchestra.run.smithi040.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-12T16:01:26.791 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-12T16:01:26.791 INFO:teuthology.orchestra.run.smithi040.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-12T16:01:26.791 INFO:teuthology.orchestra.run.smithi040.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-12T16:01:26.791 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:26.791 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-12T16:01:26.791 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:26.791 INFO:teuthology.orchestra.run.smithi040.stdout:Install 6 Packages 2024-04-12T16:01:26.792 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:26.792 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 7.0 M 2024-04-12T16:01:26.792 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 33 M 2024-04-12T16:01:26.792 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-12T16:01:26.929 INFO:teuthology.orchestra.run.smithi037.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2847.gbf 178 kB/s | 34 kB 00:00 2024-04-12T16:01:27.030 INFO:teuthology.orchestra.run.smithi037.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2847.gbf9 56 kB/s | 16 kB 00:00 2024-04-12T16:01:27.373 INFO:teuthology.orchestra.run.smithi040.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.6 MB/s | 248 kB 00:00 2024-04-12T16:01:27.397 INFO:teuthology.orchestra.run.smithi037.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2847.gbf9c561 5.4 MB/s | 3.5 MB 00:00 2024-04-12T16:01:27.440 INFO:teuthology.orchestra.run.smithi040.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2847.gbf9c5618.e 637 kB/s | 142 kB 00:00 2024-04-12T16:01:27.541 INFO:teuthology.orchestra.run.smithi040.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 18 MB/s | 6.0 MB 00:00 2024-04-12T16:01:27.622 INFO:teuthology.orchestra.run.smithi037.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 455 kB/s | 269 kB 00:00 2024-04-12T16:01:27.674 INFO:teuthology.orchestra.run.smithi040.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 247 kB/s | 58 kB 00:00 2024-04-12T16:01:27.699 INFO:teuthology.orchestra.run.smithi040.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.6 MB/s | 548 kB 00:00 2024-04-12T16:01:27.724 INFO:teuthology.orchestra.run.smithi040.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 278 kB/s | 51 kB 00:00 2024-04-12T16:01:27.726 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:01:27.726 INFO:teuthology.orchestra.run.smithi040.stdout:Total 7.5 MB/s | 7.0 MB 00:00 2024-04-12T16:01:27.739 INFO:teuthology.orchestra.run.smithi037.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.2 MB/s | 1.0 MB 00:00 2024-04-12T16:01:27.798 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-12T16:01:27.810 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-12T16:01:27.810 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-12T16:01:27.831 INFO:teuthology.orchestra.run.smithi037.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.6 MB/s | 548 kB 00:00 2024-04-12T16:01:27.848 INFO:teuthology.orchestra.run.smithi037.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 181 kB/s | 19 kB 00:00 2024-04-12T16:01:27.918 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-12T16:01:27.919 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-12T16:01:27.923 INFO:teuthology.orchestra.run.smithi037.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.9 MB/s | 144 kB 00:00 2024-04-12T16:01:27.956 INFO:teuthology.orchestra.run.smithi037.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 924 kB/s | 31 kB 00:00 2024-04-12T16:01:28.015 INFO:teuthology.orchestra.run.smithi037.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.2 MB/s | 188 kB 00:00 2024-04-12T16:01:28.099 INFO:teuthology.orchestra.run.smithi037.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 7.6 MB/s | 2.0 MB 00:00 2024-04-12T16:01:28.238 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-12T16:01:28.422 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-12T16:01:28.477 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-12T16:01:29.028 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-12T16:01:29.114 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-12T16:01:29.124 INFO:teuthology.orchestra.run.smithi037.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 500 kB/s | 863 kB 00:01 2024-04-12T16:01:29.128 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:01:29.128 INFO:teuthology.orchestra.run.smithi037.stdout:Total 3.2 MB/s | 8.6 MB 00:02 2024-04-12T16:01:29.181 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-12T16:01:29.185 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-12T16:01:29.200 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-12T16:01:29.200 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-12T16:01:29.213 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 6/6 2024-04-12T16:01:29.387 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-12T16:01:29.387 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-12T16:01:29.948 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-12T16:01:29.978 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 6/6 2024-04-12T16:01:29.979 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 1/6 2024-04-12T16:01:29.979 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-12T16:01:29.979 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-12T16:01:29.979 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-12T16:01:29.979 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-12T16:01:30.025 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-12T16:01:30.069 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-12T16:01:30.116 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-12T16:01:30.153 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-12T16:01:30.262 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-12T16:01:30.297 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-12T16:01:30.297 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:30.297 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-12T16:01:30.297 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:01:30.297 INFO:teuthology.orchestra.run.smithi040.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-12T16:01:30.297 INFO:teuthology.orchestra.run.smithi040.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-12T16:01:30.297 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-12T16:01:30.297 INFO:teuthology.orchestra.run.smithi040.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-12T16:01:30.297 INFO:teuthology.orchestra.run.smithi040.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-12T16:01:30.297 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:30.297 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-12T16:01:30.393 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-12T16:01:30.485 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-12T16:01:30.534 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-12T16:01:30.554 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-fuse 2024-04-12T16:01:30.578 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-12T16:01:30.611 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2847.gbf9c5618.el9 10/12 2024-04-12T16:01:31.168 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:49 ago on Fri 12 Apr 2024 03:59:42 PM UTC. 2024-04-12T16:01:31.475 INFO:teuthology.orchestra.run.smithi040.stderr:Modular dependency problems: 2024-04-12T16:01:31.475 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T16:01:31.475 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 1: conflicting requests 2024-04-12T16:01:31.475 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.475 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 2: conflicting requests 2024-04-12T16:01:31.475 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.475 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 3: conflicting requests 2024-04-12T16:01:31.475 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.475 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 4: conflicting requests 2024-04-12T16:01:31.475 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.475 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 5: conflicting requests 2024-04-12T16:01:31.475 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.475 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 6: conflicting requests 2024-04-12T16:01:31.476 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.476 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 7: conflicting requests 2024-04-12T16:01:31.476 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.476 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 8: conflicting requests 2024-04-12T16:01:31.476 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.476 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 9: conflicting requests 2024-04-12T16:01:31.476 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.476 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 10: conflicting requests 2024-04-12T16:01:31.476 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.476 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 11: conflicting requests 2024-04-12T16:01:31.476 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.476 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 12: conflicting requests 2024-04-12T16:01:31.476 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.476 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 13: conflicting requests 2024-04-12T16:01:31.477 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.477 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 14: conflicting requests 2024-04-12T16:01:31.477 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.477 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 15: conflicting requests 2024-04-12T16:01:31.477 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.477 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 16: conflicting requests 2024-04-12T16:01:31.477 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.477 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 17: conflicting requests 2024-04-12T16:01:31.477 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.477 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 18: conflicting requests 2024-04-12T16:01:31.477 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.477 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 19: conflicting requests 2024-04-12T16:01:31.477 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.477 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 20: conflicting requests 2024-04-12T16:01:31.477 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.477 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 21: conflicting requests 2024-04-12T16:01:31.478 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.478 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 22: conflicting requests 2024-04-12T16:01:31.478 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.478 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 23: conflicting requests 2024-04-12T16:01:31.478 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.478 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 24: conflicting requests 2024-04-12T16:01:31.478 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.478 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 25: conflicting requests 2024-04-12T16:01:31.478 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.478 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 26: conflicting requests 2024-04-12T16:01:31.478 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.478 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 27: conflicting requests 2024-04-12T16:01:31.478 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.478 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 28: conflicting requests 2024-04-12T16:01:31.478 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.479 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 29: conflicting requests 2024-04-12T16:01:31.479 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.479 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 30: conflicting requests 2024-04-12T16:01:31.479 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.479 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 31: conflicting requests 2024-04-12T16:01:31.479 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.479 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 32: conflicting requests 2024-04-12T16:01:31.479 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.479 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 33: conflicting requests 2024-04-12T16:01:31.479 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.479 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 34: conflicting requests 2024-04-12T16:01:31.479 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.479 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 35: conflicting requests 2024-04-12T16:01:31.479 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.479 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 36: conflicting requests 2024-04-12T16:01:31.480 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.480 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 37: conflicting requests 2024-04-12T16:01:31.480 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.480 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.480 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.480 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:31.480 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.480 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.480 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.480 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.480 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 39: conflicting requests 2024-04-12T16:01:31.480 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.480 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.480 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.480 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.481 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.481 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.481 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:31.481 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.481 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.481 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.481 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.481 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:31.481 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.481 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.481 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.481 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.481 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:31.481 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.482 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.482 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.482 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.482 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:31.482 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.482 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.482 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.482 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.482 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:31.482 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.482 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.482 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.482 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.483 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:31.483 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.483 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.483 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.483 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:31.550 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-12T16:01:31.550 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:31.550 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-04-12T16:01:31.550 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:31.550 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-12T16:01:31.550 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-fuse x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 890 k 2024-04-12T16:01:31.551 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-04-12T16:01:31.551 INFO:teuthology.orchestra.run.smithi040.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-12T16:01:31.551 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:31.551 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-12T16:01:31.551 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:31.551 INFO:teuthology.orchestra.run.smithi040.stdout:Install 2 Packages 2024-04-12T16:01:31.551 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:31.551 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 970 k 2024-04-12T16:01:31.552 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 2.8 M 2024-04-12T16:01:31.552 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-12T16:01:31.732 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2847.gbf9c5618.el 11/12 2024-04-12T16:01:31.760 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2847.gbf9c5618.el9.noa 12/12 2024-04-12T16:01:31.994 INFO:teuthology.orchestra.run.smithi040.stdout:(1/2): ceph-fuse-19.0.0-2847.gbf9c5618.el9.x86_ 2.9 MB/s | 890 kB 00:00 2024-04-12T16:01:32.035 INFO:teuthology.orchestra.run.smithi040.stdout:(2/2): fuse-2.9.9-15.el9.x86_64.rpm 235 kB/s | 80 kB 00:00 2024-04-12T16:01:32.036 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:01:32.036 INFO:teuthology.orchestra.run.smithi040.stdout:Total 2.0 MB/s | 970 kB 00:00 2024-04-12T16:01:32.048 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-12T16:01:32.070 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-12T16:01:32.070 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-12T16:01:32.151 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-12T16:01:32.151 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-12T16:01:32.340 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-12T16:01:32.475 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-12T16:01:32.549 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-fuse-2:19.0.0-2847.gbf9c5618.el9.x86_64 2/2 2024-04-12T16:01:33.043 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2847.gbf9c5618.el9.noa 12/12 2024-04-12T16:01:33.043 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2847.gbf9c5618.el 1/12 2024-04-12T16:01:33.043 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2847.gbf9c5618.el9.noa 2/12 2024-04-12T16:01:33.043 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2847.gbf9c5618.el9 3/12 2024-04-12T16:01:33.044 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-12T16:01:33.044 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-12T16:01:33.044 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-12T16:01:33.044 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-12T16:01:33.044 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-12T16:01:33.044 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-12T16:01:33.044 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-12T16:01:33.044 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-12T16:01:33.234 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2847.gbf9c5618.el9.x86_64 2/2 2024-04-12T16:01:33.234 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-fuse-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/2 2024-04-12T16:01:33.414 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-12T16:01:33.414 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:01:33.414 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-12T16:01:33.414 INFO:teuthology.orchestra.run.smithi037.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-12T16:01:33.414 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-grafana-dashboards-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:01:33.414 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-dashboard-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:01:33.414 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-prometheus-alerts-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:01:33.415 INFO:teuthology.orchestra.run.smithi037.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-12T16:01:33.415 INFO:teuthology.orchestra.run.smithi037.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-12T16:01:33.415 INFO:teuthology.orchestra.run.smithi037.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-12T16:01:33.415 INFO:teuthology.orchestra.run.smithi037.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-12T16:01:33.415 INFO:teuthology.orchestra.run.smithi037.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-12T16:01:33.415 INFO:teuthology.orchestra.run.smithi037.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-12T16:01:33.415 INFO:teuthology.orchestra.run.smithi037.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-12T16:01:33.415 INFO:teuthology.orchestra.run.smithi037.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-12T16:01:33.415 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:01:33.415 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-12T16:01:33.557 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-12T16:01:33.557 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:33.558 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-12T16:01:33.558 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-fuse-2:19.0.0-2847.gbf9c5618.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-12T16:01:33.558 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:33.558 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-12T16:01:33.642 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-12T16:01:33.829 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-volume 2024-04-12T16:01:34.254 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:29 ago on Fri 12 Apr 2024 04:00:05 PM UTC. 2024-04-12T16:01:34.447 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:52 ago on Fri 12 Apr 2024 03:59:42 PM UTC. 2024-04-12T16:01:34.563 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-12T16:01:34.563 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:01:34.563 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-12T16:01:34.563 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.563 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-12T16:01:34.563 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.563 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-12T16:01:34.563 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.563 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-12T16:01:34.563 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.563 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-12T16:01:34.564 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.564 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-12T16:01:34.564 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.564 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-12T16:01:34.564 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.564 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-12T16:01:34.564 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.564 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-12T16:01:34.564 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.564 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-12T16:01:34.564 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.564 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-12T16:01:34.564 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.564 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-12T16:01:34.564 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.565 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-12T16:01:34.565 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.565 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-12T16:01:34.565 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.565 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-12T16:01:34.565 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.565 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-12T16:01:34.565 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.565 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-12T16:01:34.565 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.565 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-12T16:01:34.565 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.565 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-12T16:01:34.565 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.565 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-12T16:01:34.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.566 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-12T16:01:34.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.566 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-12T16:01:34.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.566 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-12T16:01:34.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.566 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-12T16:01:34.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.566 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-12T16:01:34.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.566 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-12T16:01:34.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.566 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-12T16:01:34.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.567 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-12T16:01:34.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.567 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-12T16:01:34.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.567 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-12T16:01:34.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.567 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-12T16:01:34.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.567 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-12T16:01:34.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.567 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-12T16:01:34.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.568 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-12T16:01:34.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.568 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-12T16:01:34.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.568 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-12T16:01:34.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.568 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-12T16:01:34.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.568 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:34.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.569 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.569 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-12T16:01:34.569 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.569 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.569 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.569 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.569 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.569 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.569 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:34.569 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.569 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.569 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.569 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.569 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:34.569 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.569 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.570 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.570 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.570 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:34.570 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.570 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.570 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.570 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.570 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:34.570 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.570 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.570 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.570 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.570 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:34.570 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.570 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.571 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.571 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.571 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:34.571 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.571 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.571 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.571 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.637 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-12T16:01:34.638 INFO:teuthology.orchestra.run.smithi037.stdout:======================================================================================= 2024-04-12T16:01:34.639 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2024-04-12T16:01:34.639 INFO:teuthology.orchestra.run.smithi037.stdout:======================================================================================= 2024-04-12T16:01:34.639 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-12T16:01:34.639 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 7.4 M 2024-04-12T16:01:34.639 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2024-04-12T16:01:34.639 INFO:teuthology.orchestra.run.smithi037.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-12T16:01:34.639 INFO:teuthology.orchestra.run.smithi037.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-12T16:01:34.639 INFO:teuthology.orchestra.run.smithi037.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-12T16:01:34.639 INFO:teuthology.orchestra.run.smithi037.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-12T16:01:34.639 INFO:teuthology.orchestra.run.smithi037.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-12T16:01:34.639 INFO:teuthology.orchestra.run.smithi037.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-12T16:01:34.639 INFO:teuthology.orchestra.run.smithi037.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-12T16:01:34.640 INFO:teuthology.orchestra.run.smithi037.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-12T16:01:34.640 INFO:teuthology.orchestra.run.smithi037.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-12T16:01:34.640 INFO:teuthology.orchestra.run.smithi037.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-12T16:01:34.640 INFO:teuthology.orchestra.run.smithi037.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-12T16:01:34.640 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:01:34.640 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-12T16:01:34.640 INFO:teuthology.orchestra.run.smithi037.stdout:======================================================================================= 2024-04-12T16:01:34.640 INFO:teuthology.orchestra.run.smithi037.stdout:Install 12 Packages 2024-04-12T16:01:34.640 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:01:34.641 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 38 M 2024-04-12T16:01:34.641 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 209 M 2024-04-12T16:01:34.641 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-12T16:01:34.752 INFO:teuthology.orchestra.run.smithi040.stderr:Modular dependency problems: 2024-04-12T16:01:34.752 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T16:01:34.752 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 1: conflicting requests 2024-04-12T16:01:34.752 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.752 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 2: conflicting requests 2024-04-12T16:01:34.752 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.752 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 3: conflicting requests 2024-04-12T16:01:34.752 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.752 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 4: conflicting requests 2024-04-12T16:01:34.752 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.752 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 5: conflicting requests 2024-04-12T16:01:34.752 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.753 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 6: conflicting requests 2024-04-12T16:01:34.753 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.753 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 7: conflicting requests 2024-04-12T16:01:34.753 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.753 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 8: conflicting requests 2024-04-12T16:01:34.753 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.753 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 9: conflicting requests 2024-04-12T16:01:34.753 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.753 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 10: conflicting requests 2024-04-12T16:01:34.753 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.753 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 11: conflicting requests 2024-04-12T16:01:34.753 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.753 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 12: conflicting requests 2024-04-12T16:01:34.753 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.753 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 13: conflicting requests 2024-04-12T16:01:34.754 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.754 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 14: conflicting requests 2024-04-12T16:01:34.754 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.754 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 15: conflicting requests 2024-04-12T16:01:34.754 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.754 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 16: conflicting requests 2024-04-12T16:01:34.754 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.754 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 17: conflicting requests 2024-04-12T16:01:34.754 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.754 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 18: conflicting requests 2024-04-12T16:01:34.754 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.754 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 19: conflicting requests 2024-04-12T16:01:34.754 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.754 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 20: conflicting requests 2024-04-12T16:01:34.755 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.755 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 21: conflicting requests 2024-04-12T16:01:34.755 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.755 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 22: conflicting requests 2024-04-12T16:01:34.755 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.755 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 23: conflicting requests 2024-04-12T16:01:34.755 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.755 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 24: conflicting requests 2024-04-12T16:01:34.755 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.755 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 25: conflicting requests 2024-04-12T16:01:34.755 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.755 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 26: conflicting requests 2024-04-12T16:01:34.755 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.755 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 27: conflicting requests 2024-04-12T16:01:34.755 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.755 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 28: conflicting requests 2024-04-12T16:01:34.755 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.756 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 29: conflicting requests 2024-04-12T16:01:34.756 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.756 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 30: conflicting requests 2024-04-12T16:01:34.756 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.756 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 31: conflicting requests 2024-04-12T16:01:34.756 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.756 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 32: conflicting requests 2024-04-12T16:01:34.756 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.756 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 33: conflicting requests 2024-04-12T16:01:34.756 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.756 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 34: conflicting requests 2024-04-12T16:01:34.756 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.756 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 35: conflicting requests 2024-04-12T16:01:34.756 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.756 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 36: conflicting requests 2024-04-12T16:01:34.757 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.757 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 37: conflicting requests 2024-04-12T16:01:34.757 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.757 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.757 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.757 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:34.757 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.757 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.757 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.757 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.757 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 39: conflicting requests 2024-04-12T16:01:34.757 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.757 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.757 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.757 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.757 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.757 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.758 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:34.758 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.758 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.758 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.758 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.758 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:34.758 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.758 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.758 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.758 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.758 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:34.758 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.758 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.758 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.758 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.759 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:34.759 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.759 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.759 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.759 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.759 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:34.759 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.759 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.759 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.759 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.759 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:34.759 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.759 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.760 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.760 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:34.825 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-12T16:01:34.826 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:34.826 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-04-12T16:01:34.826 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:34.826 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-12T16:01:34.826 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-volume noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 264 k 2024-04-12T16:01:34.826 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-04-12T16:01:34.826 INFO:teuthology.orchestra.run.smithi040.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-12T16:01:34.826 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:34.826 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-12T16:01:34.826 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:34.826 INFO:teuthology.orchestra.run.smithi040.stdout:Install 2 Packages 2024-04-12T16:01:34.826 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:34.827 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 341 k 2024-04-12T16:01:34.827 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 1.5 M 2024-04-12T16:01:34.827 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-12T16:01:35.374 INFO:teuthology.orchestra.run.smithi040.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 523 kB/s | 77 kB 00:00 2024-04-12T16:01:35.465 INFO:teuthology.orchestra.run.smithi040.stdout:(2/2): ceph-volume-19.0.0-2847.gbf9c5618.el9.no 1.1 MB/s | 264 kB 00:00 2024-04-12T16:01:35.466 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:01:35.466 INFO:teuthology.orchestra.run.smithi040.stdout:Total 533 kB/s | 341 kB 00:00 2024-04-12T16:01:35.478 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-12T16:01:35.489 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-12T16:01:35.489 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-12T16:01:35.531 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-12T16:01:35.531 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-12T16:01:35.713 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-12T16:01:35.914 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-12T16:01:35.943 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-volume-2:19.0.0-2847.gbf9c5618.el9.noarch 2/2 2024-04-12T16:01:35.958 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-volume-2:19.0.0-2847.gbf9c5618.el9.noarch 2/2 2024-04-12T16:01:35.958 INFO:teuthology.orchestra.run.smithi040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-12T16:01:35.958 INFO:teuthology.orchestra.run.smithi040.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-12T16:01:35.958 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:36.710 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-volume-2:19.0.0-2847.gbf9c5618.el9.noarch 1/2 2024-04-12T16:01:37.048 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-12T16:01:37.048 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:37.048 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-12T16:01:37.048 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-volume-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:01:37.048 INFO:teuthology.orchestra.run.smithi040.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-12T16:01:37.049 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:37.049 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-12T16:01:37.378 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install librados-devel 2024-04-12T16:01:37.990 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:55 ago on Fri 12 Apr 2024 03:59:42 PM UTC. 2024-04-12T16:01:38.306 INFO:teuthology.orchestra.run.smithi040.stderr:Modular dependency problems: 2024-04-12T16:01:38.306 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T16:01:38.307 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 1: conflicting requests 2024-04-12T16:01:38.307 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.307 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 2: conflicting requests 2024-04-12T16:01:38.307 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.307 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 3: conflicting requests 2024-04-12T16:01:38.307 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.307 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 4: conflicting requests 2024-04-12T16:01:38.307 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.307 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 5: conflicting requests 2024-04-12T16:01:38.307 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.307 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 6: conflicting requests 2024-04-12T16:01:38.307 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.307 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 7: conflicting requests 2024-04-12T16:01:38.307 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.308 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 8: conflicting requests 2024-04-12T16:01:38.308 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.308 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 9: conflicting requests 2024-04-12T16:01:38.308 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.308 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 10: conflicting requests 2024-04-12T16:01:38.308 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.308 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 11: conflicting requests 2024-04-12T16:01:38.308 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.308 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 12: conflicting requests 2024-04-12T16:01:38.308 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.308 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 13: conflicting requests 2024-04-12T16:01:38.308 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.308 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 14: conflicting requests 2024-04-12T16:01:38.308 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.309 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 15: conflicting requests 2024-04-12T16:01:38.309 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.309 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 16: conflicting requests 2024-04-12T16:01:38.309 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.309 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 17: conflicting requests 2024-04-12T16:01:38.309 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.309 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 18: conflicting requests 2024-04-12T16:01:38.309 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.309 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 19: conflicting requests 2024-04-12T16:01:38.309 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.309 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 20: conflicting requests 2024-04-12T16:01:38.309 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.309 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 21: conflicting requests 2024-04-12T16:01:38.310 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.310 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 22: conflicting requests 2024-04-12T16:01:38.310 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.310 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 23: conflicting requests 2024-04-12T16:01:38.310 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.310 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 24: conflicting requests 2024-04-12T16:01:38.310 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.311 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 25: conflicting requests 2024-04-12T16:01:38.311 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.311 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 26: conflicting requests 2024-04-12T16:01:38.311 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.311 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 27: conflicting requests 2024-04-12T16:01:38.311 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.311 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 28: conflicting requests 2024-04-12T16:01:38.311 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.311 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 29: conflicting requests 2024-04-12T16:01:38.311 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.311 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 30: conflicting requests 2024-04-12T16:01:38.312 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.312 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 31: conflicting requests 2024-04-12T16:01:38.312 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.312 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 32: conflicting requests 2024-04-12T16:01:38.312 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.312 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 33: conflicting requests 2024-04-12T16:01:38.312 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.312 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 34: conflicting requests 2024-04-12T16:01:38.312 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.312 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 35: conflicting requests 2024-04-12T16:01:38.312 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.312 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 36: conflicting requests 2024-04-12T16:01:38.312 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.313 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 37: conflicting requests 2024-04-12T16:01:38.313 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.313 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.313 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.313 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:38.313 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.313 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.313 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.313 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.313 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 39: conflicting requests 2024-04-12T16:01:38.313 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.313 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.313 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.313 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.314 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.314 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.314 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:38.314 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.314 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.314 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.314 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.314 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:38.314 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.314 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.315 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.315 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.315 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:38.315 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.315 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.315 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.315 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.315 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:38.315 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.315 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.315 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.315 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.315 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:38.315 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.316 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.316 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.316 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.316 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:38.316 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.316 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.316 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.316 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:38.379 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-12T16:01:38.380 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:38.380 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repo Size 2024-04-12T16:01:38.380 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:38.380 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-12T16:01:38.381 INFO:teuthology.orchestra.run.smithi040.stdout: librados-devel x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 127 k 2024-04-12T16:01:38.381 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:38.381 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-12T16:01:38.381 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:38.381 INFO:teuthology.orchestra.run.smithi040.stdout:Install 1 Package 2024-04-12T16:01:38.381 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:38.381 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 127 k 2024-04-12T16:01:38.381 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 456 k 2024-04-12T16:01:38.381 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-12T16:01:38.401 INFO:teuthology.orchestra.run.smithi133.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 755 kB/s | 16 MB 00:22 2024-04-12T16:01:38.403 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:01:38.403 INFO:teuthology.orchestra.run.smithi133.stdout:Total 1.3 MB/s | 38 MB 00:28 2024-04-12T16:01:38.691 INFO:teuthology.orchestra.run.smithi040.stdout:librados-devel-19.0.0-2847.gbf9c5618.el9.x86_64 410 kB/s | 127 kB 00:00 2024-04-12T16:01:38.691 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:01:38.691 INFO:teuthology.orchestra.run.smithi040.stdout:Total 408 kB/s | 127 kB 00:00 2024-04-12T16:01:38.691 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-12T16:01:38.697 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-12T16:01:38.697 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-12T16:01:38.755 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-12T16:01:38.761 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-12T16:01:38.762 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-12T16:01:38.782 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-12T16:01:38.782 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-12T16:01:38.918 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-12T16:01:39.034 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : librados-devel-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:01:39.205 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-12T16:01:39.205 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-12T16:01:39.476 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: librados-devel-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:01:39.782 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : librados-devel-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:01:39.782 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:39.782 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-12T16:01:39.782 INFO:teuthology.orchestra.run.smithi040.stdout: librados-devel-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:01:39.782 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:39.782 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-12T16:01:39.976 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-12T16:01:40.049 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install libcephfs2 2024-04-12T16:01:40.056 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-12T16:01:40.107 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-12T16:01:40.218 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-12T16:01:40.258 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-12T16:01:40.448 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-12T16:01:40.474 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-12T16:01:40.562 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-12T16:01:40.665 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:58 ago on Fri 12 Apr 2024 03:59:42 PM UTC. 2024-04-12T16:01:40.971 INFO:teuthology.orchestra.run.smithi040.stderr:Modular dependency problems: 2024-04-12T16:01:40.971 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T16:01:40.971 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 1: conflicting requests 2024-04-12T16:01:40.971 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.971 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 2: conflicting requests 2024-04-12T16:01:40.972 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.972 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 3: conflicting requests 2024-04-12T16:01:40.972 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.972 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 4: conflicting requests 2024-04-12T16:01:40.972 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.972 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 5: conflicting requests 2024-04-12T16:01:40.972 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.972 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 6: conflicting requests 2024-04-12T16:01:40.972 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.972 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 7: conflicting requests 2024-04-12T16:01:40.972 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.972 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 8: conflicting requests 2024-04-12T16:01:40.972 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.972 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 9: conflicting requests 2024-04-12T16:01:40.973 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.973 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 10: conflicting requests 2024-04-12T16:01:40.973 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.973 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 11: conflicting requests 2024-04-12T16:01:40.973 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.973 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 12: conflicting requests 2024-04-12T16:01:40.973 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.973 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 13: conflicting requests 2024-04-12T16:01:40.973 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.973 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 14: conflicting requests 2024-04-12T16:01:40.973 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.973 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 15: conflicting requests 2024-04-12T16:01:40.973 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.973 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 16: conflicting requests 2024-04-12T16:01:40.974 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.974 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 17: conflicting requests 2024-04-12T16:01:40.974 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.974 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 18: conflicting requests 2024-04-12T16:01:40.974 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.974 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 19: conflicting requests 2024-04-12T16:01:40.974 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.974 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 20: conflicting requests 2024-04-12T16:01:40.974 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.974 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 21: conflicting requests 2024-04-12T16:01:40.974 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.975 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 22: conflicting requests 2024-04-12T16:01:40.975 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.975 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 23: conflicting requests 2024-04-12T16:01:40.975 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.975 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 24: conflicting requests 2024-04-12T16:01:40.975 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.975 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 25: conflicting requests 2024-04-12T16:01:40.975 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.975 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 26: conflicting requests 2024-04-12T16:01:40.975 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.975 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 27: conflicting requests 2024-04-12T16:01:40.975 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.975 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 28: conflicting requests 2024-04-12T16:01:40.976 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.976 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 29: conflicting requests 2024-04-12T16:01:40.976 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.976 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 30: conflicting requests 2024-04-12T16:01:40.976 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.976 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 31: conflicting requests 2024-04-12T16:01:40.976 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.976 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 32: conflicting requests 2024-04-12T16:01:40.976 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.976 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 33: conflicting requests 2024-04-12T16:01:40.976 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.976 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 34: conflicting requests 2024-04-12T16:01:40.977 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.977 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 35: conflicting requests 2024-04-12T16:01:40.977 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.977 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 36: conflicting requests 2024-04-12T16:01:40.977 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.977 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 37: conflicting requests 2024-04-12T16:01:40.977 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.977 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.977 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.977 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:40.977 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.977 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.977 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.978 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.978 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 39: conflicting requests 2024-04-12T16:01:40.978 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.978 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.978 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.978 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.978 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.978 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.978 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:40.978 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.978 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.978 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.978 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.979 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:40.979 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.979 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.979 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.979 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.979 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:40.979 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.979 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.979 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.979 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.979 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:40.979 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.979 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.979 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.980 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.980 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:40.980 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.980 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.980 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.980 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.980 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:40.980 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.980 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.980 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.980 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:40.980 INFO:teuthology.orchestra.run.smithi040.stdout:Package libcephfs2-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:01:41.045 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-12T16:01:41.047 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-04-12T16:01:41.047 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-12T16:01:41.125 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install libcephfs-devel 2024-04-12T16:01:41.239 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-12T16:01:41.363 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-12T16:01:41.735 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:59 ago on Fri 12 Apr 2024 03:59:42 PM UTC. 2024-04-12T16:01:42.036 INFO:teuthology.orchestra.run.smithi040.stderr:Modular dependency problems: 2024-04-12T16:01:42.036 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T16:01:42.036 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 1: conflicting requests 2024-04-12T16:01:42.036 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.036 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 2: conflicting requests 2024-04-12T16:01:42.036 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.036 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 3: conflicting requests 2024-04-12T16:01:42.036 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.036 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 4: conflicting requests 2024-04-12T16:01:42.037 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.037 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 5: conflicting requests 2024-04-12T16:01:42.037 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.037 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 6: conflicting requests 2024-04-12T16:01:42.037 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.037 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 7: conflicting requests 2024-04-12T16:01:42.037 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.037 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 8: conflicting requests 2024-04-12T16:01:42.037 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.037 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 9: conflicting requests 2024-04-12T16:01:42.037 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.037 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 10: conflicting requests 2024-04-12T16:01:42.037 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.038 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 11: conflicting requests 2024-04-12T16:01:42.038 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.038 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 12: conflicting requests 2024-04-12T16:01:42.038 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.038 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 13: conflicting requests 2024-04-12T16:01:42.038 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.038 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 14: conflicting requests 2024-04-12T16:01:42.038 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.038 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 15: conflicting requests 2024-04-12T16:01:42.038 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.038 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 16: conflicting requests 2024-04-12T16:01:42.039 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.039 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 17: conflicting requests 2024-04-12T16:01:42.039 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.039 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 18: conflicting requests 2024-04-12T16:01:42.039 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.039 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 19: conflicting requests 2024-04-12T16:01:42.039 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.039 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 20: conflicting requests 2024-04-12T16:01:42.039 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.039 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 21: conflicting requests 2024-04-12T16:01:42.039 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.039 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 22: conflicting requests 2024-04-12T16:01:42.039 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.039 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 23: conflicting requests 2024-04-12T16:01:42.039 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.040 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 24: conflicting requests 2024-04-12T16:01:42.040 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.040 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 25: conflicting requests 2024-04-12T16:01:42.040 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.040 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 26: conflicting requests 2024-04-12T16:01:42.040 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.040 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 27: conflicting requests 2024-04-12T16:01:42.040 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.040 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 28: conflicting requests 2024-04-12T16:01:42.040 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.040 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 29: conflicting requests 2024-04-12T16:01:42.040 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.040 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 30: conflicting requests 2024-04-12T16:01:42.040 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.041 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 31: conflicting requests 2024-04-12T16:01:42.041 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.041 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 32: conflicting requests 2024-04-12T16:01:42.041 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.041 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 33: conflicting requests 2024-04-12T16:01:42.041 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.041 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 34: conflicting requests 2024-04-12T16:01:42.041 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.041 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 35: conflicting requests 2024-04-12T16:01:42.041 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.041 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 36: conflicting requests 2024-04-12T16:01:42.041 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.041 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 37: conflicting requests 2024-04-12T16:01:42.041 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.041 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.041 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.042 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:42.042 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.042 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.042 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.042 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.042 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 39: conflicting requests 2024-04-12T16:01:42.042 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.042 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.042 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.042 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.042 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.042 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.042 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:42.042 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.042 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.043 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.043 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.043 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:42.043 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.043 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.043 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.043 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.043 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:42.043 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.043 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.043 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.043 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.043 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:42.043 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.043 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.044 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.044 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.044 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:42.044 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.044 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.044 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.044 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.044 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:42.044 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.044 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.044 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.044 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:42.108 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-12T16:01:42.108 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:42.109 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repo Size 2024-04-12T16:01:42.109 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:42.109 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-12T16:01:42.109 INFO:teuthology.orchestra.run.smithi040.stdout: libcephfs-devel x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 32 k 2024-04-12T16:01:42.109 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:42.109 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-12T16:01:42.109 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:42.109 INFO:teuthology.orchestra.run.smithi040.stdout:Install 1 Package 2024-04-12T16:01:42.109 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:42.110 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 32 k 2024-04-12T16:01:42.110 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 142 k 2024-04-12T16:01:42.110 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-12T16:01:42.630 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-12T16:01:42.786 INFO:teuthology.orchestra.run.smithi040.stdout:libcephfs-devel-19.0.0-2847.gbf9c5618.el9.x86_6 47 kB/s | 32 kB 00:00 2024-04-12T16:01:42.787 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:01:42.787 INFO:teuthology.orchestra.run.smithi040.stdout:Total 47 kB/s | 32 kB 00:00 2024-04-12T16:01:42.787 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-12T16:01:42.791 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-12T16:01:42.791 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-12T16:01:42.818 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-12T16:01:42.819 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-12T16:01:42.921 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-12T16:01:43.030 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libcephfs-devel-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:01:43.360 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:01:43.464 INFO:teuthology.orchestra.run.smithi037.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 195 kB 00:00 2024-04-12T16:01:43.556 INFO:teuthology.orchestra.run.smithi037.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.8 MB/s | 803 kB 00:00 2024-04-12T16:01:43.637 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libcephfs-devel-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:01:43.638 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:43.638 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-12T16:01:43.638 INFO:teuthology.orchestra.run.smithi040.stdout: libcephfs-devel-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:01:43.638 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:43.638 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-12T16:01:43.772 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-12T16:01:43.797 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2847.gbf9c5 12/12 2024-04-12T16:01:43.807 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install librados2 2024-04-12T16:01:44.148 INFO:teuthology.orchestra.run.smithi037.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 48 kB/s | 33 kB 00:00 2024-04-12T16:01:44.422 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:02:02 ago on Fri 12 Apr 2024 03:59:42 PM UTC. 2024-04-12T16:01:44.472 INFO:teuthology.orchestra.run.smithi037.stdout:(4/12): ceph-mgr-diskprediction-local-19.0.0-28 6.3 MB/s | 7.4 MB 00:01 2024-04-12T16:01:44.726 INFO:teuthology.orchestra.run.smithi040.stderr:Modular dependency problems: 2024-04-12T16:01:44.726 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T16:01:44.726 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 1: conflicting requests 2024-04-12T16:01:44.726 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.726 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 2: conflicting requests 2024-04-12T16:01:44.726 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.726 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 3: conflicting requests 2024-04-12T16:01:44.727 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.727 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 4: conflicting requests 2024-04-12T16:01:44.727 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.727 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 5: conflicting requests 2024-04-12T16:01:44.727 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.727 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 6: conflicting requests 2024-04-12T16:01:44.727 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.727 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 7: conflicting requests 2024-04-12T16:01:44.727 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.727 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 8: conflicting requests 2024-04-12T16:01:44.727 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.727 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 9: conflicting requests 2024-04-12T16:01:44.727 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.727 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 10: conflicting requests 2024-04-12T16:01:44.728 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.728 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 11: conflicting requests 2024-04-12T16:01:44.728 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.728 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 12: conflicting requests 2024-04-12T16:01:44.728 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.728 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 13: conflicting requests 2024-04-12T16:01:44.728 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.728 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 14: conflicting requests 2024-04-12T16:01:44.728 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.728 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 15: conflicting requests 2024-04-12T16:01:44.728 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.728 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 16: conflicting requests 2024-04-12T16:01:44.728 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.728 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 17: conflicting requests 2024-04-12T16:01:44.729 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.729 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 18: conflicting requests 2024-04-12T16:01:44.729 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.729 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 19: conflicting requests 2024-04-12T16:01:44.729 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.729 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 20: conflicting requests 2024-04-12T16:01:44.729 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.729 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 21: conflicting requests 2024-04-12T16:01:44.729 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.729 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 22: conflicting requests 2024-04-12T16:01:44.729 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.729 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 23: conflicting requests 2024-04-12T16:01:44.729 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.730 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 24: conflicting requests 2024-04-12T16:01:44.730 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.730 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 25: conflicting requests 2024-04-12T16:01:44.730 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.730 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 26: conflicting requests 2024-04-12T16:01:44.730 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.730 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 27: conflicting requests 2024-04-12T16:01:44.730 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.730 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 28: conflicting requests 2024-04-12T16:01:44.730 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.730 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 29: conflicting requests 2024-04-12T16:01:44.731 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.731 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 30: conflicting requests 2024-04-12T16:01:44.731 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.731 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 31: conflicting requests 2024-04-12T16:01:44.731 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.731 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 32: conflicting requests 2024-04-12T16:01:44.731 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.731 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 33: conflicting requests 2024-04-12T16:01:44.731 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.731 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 34: conflicting requests 2024-04-12T16:01:44.731 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.731 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 35: conflicting requests 2024-04-12T16:01:44.731 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.731 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 36: conflicting requests 2024-04-12T16:01:44.732 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.732 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 37: conflicting requests 2024-04-12T16:01:44.732 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.732 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.732 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.732 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:44.732 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.732 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.732 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.732 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.732 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 39: conflicting requests 2024-04-12T16:01:44.732 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.732 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.732 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.733 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.733 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.733 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.733 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:44.733 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.733 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.733 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.733 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.733 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:44.733 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.733 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.733 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.733 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.733 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:44.734 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.734 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.734 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.734 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.734 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:44.734 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.734 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.734 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.734 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.734 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:44.734 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.734 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.735 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.735 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.735 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:44.735 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.735 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.735 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.735 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:44.735 INFO:teuthology.orchestra.run.smithi040.stdout:Package librados2-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:01:44.799 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-12T16:01:44.801 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-04-12T16:01:44.801 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-12T16:01:44.807 INFO:teuthology.orchestra.run.smithi037.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 28 kB/s | 18 kB 00:00 2024-04-12T16:01:44.873 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install librbd1 2024-04-12T16:01:45.174 INFO:teuthology.orchestra.run.smithi037.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 51 kB/s | 35 kB 00:00 2024-04-12T16:01:45.487 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:02:03 ago on Fri 12 Apr 2024 03:59:42 PM UTC. 2024-04-12T16:01:45.792 INFO:teuthology.orchestra.run.smithi040.stderr:Modular dependency problems: 2024-04-12T16:01:45.793 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T16:01:45.793 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 1: conflicting requests 2024-04-12T16:01:45.793 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.793 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 2: conflicting requests 2024-04-12T16:01:45.793 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.793 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 3: conflicting requests 2024-04-12T16:01:45.793 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.793 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 4: conflicting requests 2024-04-12T16:01:45.793 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.793 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 5: conflicting requests 2024-04-12T16:01:45.793 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.793 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 6: conflicting requests 2024-04-12T16:01:45.794 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.794 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 7: conflicting requests 2024-04-12T16:01:45.794 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.794 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 8: conflicting requests 2024-04-12T16:01:45.794 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.794 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 9: conflicting requests 2024-04-12T16:01:45.794 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.794 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 10: conflicting requests 2024-04-12T16:01:45.794 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.794 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 11: conflicting requests 2024-04-12T16:01:45.794 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.794 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 12: conflicting requests 2024-04-12T16:01:45.794 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 13: conflicting requests 2024-04-12T16:01:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 14: conflicting requests 2024-04-12T16:01:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 15: conflicting requests 2024-04-12T16:01:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 16: conflicting requests 2024-04-12T16:01:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 17: conflicting requests 2024-04-12T16:01:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 18: conflicting requests 2024-04-12T16:01:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 19: conflicting requests 2024-04-12T16:01:45.795 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.796 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 20: conflicting requests 2024-04-12T16:01:45.796 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.796 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 21: conflicting requests 2024-04-12T16:01:45.796 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.796 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 22: conflicting requests 2024-04-12T16:01:45.796 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.796 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 23: conflicting requests 2024-04-12T16:01:45.796 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.796 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 24: conflicting requests 2024-04-12T16:01:45.796 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.796 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 25: conflicting requests 2024-04-12T16:01:45.796 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.797 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 26: conflicting requests 2024-04-12T16:01:45.797 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.797 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 27: conflicting requests 2024-04-12T16:01:45.797 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.797 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 28: conflicting requests 2024-04-12T16:01:45.797 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.797 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 29: conflicting requests 2024-04-12T16:01:45.797 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.797 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 30: conflicting requests 2024-04-12T16:01:45.797 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.797 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 31: conflicting requests 2024-04-12T16:01:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 32: conflicting requests 2024-04-12T16:01:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 33: conflicting requests 2024-04-12T16:01:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 34: conflicting requests 2024-04-12T16:01:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 35: conflicting requests 2024-04-12T16:01:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 36: conflicting requests 2024-04-12T16:01:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 37: conflicting requests 2024-04-12T16:01:45.798 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.799 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.799 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.799 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:45.799 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.799 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.799 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.799 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.799 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 39: conflicting requests 2024-04-12T16:01:45.799 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.799 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.799 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.799 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.799 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.799 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.800 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.801 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:45.802 INFO:teuthology.orchestra.run.smithi040.stdout:Package librbd1-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:01:45.866 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-12T16:01:45.868 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-04-12T16:01:45.868 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-12T16:01:45.945 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install python3-rados 2024-04-12T16:01:46.266 INFO:teuthology.orchestra.run.smithi037.stdout:(7/12): python3-devel-3.9.17-2.el9.x86_64.rpm 225 kB/s | 245 kB 00:01 2024-04-12T16:01:46.291 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2847.gbf9c5 12/12 2024-04-12T16:01:46.291 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2847.gbf9c5 1/12 2024-04-12T16:01:46.291 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-12T16:01:46.291 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-12T16:01:46.291 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-12T16:01:46.291 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-12T16:01:46.291 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-12T16:01:46.291 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-12T16:01:46.292 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-12T16:01:46.292 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 9/12 2024-04-12T16:01:46.292 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-12T16:01:46.292 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-12T16:01:46.557 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:02:04 ago on Fri 12 Apr 2024 03:59:42 PM UTC. 2024-04-12T16:01:46.759 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-12T16:01:46.759 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:01:46.759 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-12T16:01:46.759 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:01:46.759 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-12T16:01:46.759 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-12T16:01:46.759 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-12T16:01:46.759 INFO:teuthology.orchestra.run.smithi133.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-12T16:01:46.760 INFO:teuthology.orchestra.run.smithi133.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-12T16:01:46.760 INFO:teuthology.orchestra.run.smithi133.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-12T16:01:46.760 INFO:teuthology.orchestra.run.smithi133.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-12T16:01:46.760 INFO:teuthology.orchestra.run.smithi133.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-12T16:01:46.760 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-12T16:01:46.760 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-12T16:01:46.760 INFO:teuthology.orchestra.run.smithi133.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-12T16:01:46.760 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:01:46.760 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-12T16:01:46.861 INFO:teuthology.orchestra.run.smithi040.stderr:Modular dependency problems: 2024-04-12T16:01:46.861 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T16:01:46.861 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 1: conflicting requests 2024-04-12T16:01:46.861 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.861 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 2: conflicting requests 2024-04-12T16:01:46.861 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.862 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 3: conflicting requests 2024-04-12T16:01:46.862 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.862 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 4: conflicting requests 2024-04-12T16:01:46.862 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.862 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 5: conflicting requests 2024-04-12T16:01:46.862 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.862 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 6: conflicting requests 2024-04-12T16:01:46.862 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.862 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 7: conflicting requests 2024-04-12T16:01:46.862 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.862 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 8: conflicting requests 2024-04-12T16:01:46.862 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.862 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 9: conflicting requests 2024-04-12T16:01:46.862 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.862 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 10: conflicting requests 2024-04-12T16:01:46.863 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.863 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 11: conflicting requests 2024-04-12T16:01:46.863 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.863 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 12: conflicting requests 2024-04-12T16:01:46.863 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.863 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 13: conflicting requests 2024-04-12T16:01:46.863 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.863 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 14: conflicting requests 2024-04-12T16:01:46.863 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.863 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 15: conflicting requests 2024-04-12T16:01:46.863 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.863 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 16: conflicting requests 2024-04-12T16:01:46.863 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.863 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 17: conflicting requests 2024-04-12T16:01:46.863 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.864 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 18: conflicting requests 2024-04-12T16:01:46.864 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.864 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 19: conflicting requests 2024-04-12T16:01:46.864 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.864 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 20: conflicting requests 2024-04-12T16:01:46.864 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.864 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 21: conflicting requests 2024-04-12T16:01:46.864 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.864 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 22: conflicting requests 2024-04-12T16:01:46.864 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.864 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 23: conflicting requests 2024-04-12T16:01:46.864 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.864 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 24: conflicting requests 2024-04-12T16:01:46.864 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.864 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 25: conflicting requests 2024-04-12T16:01:46.865 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.865 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 26: conflicting requests 2024-04-12T16:01:46.865 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.865 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 27: conflicting requests 2024-04-12T16:01:46.865 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.865 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 28: conflicting requests 2024-04-12T16:01:46.865 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.865 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 29: conflicting requests 2024-04-12T16:01:46.865 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.865 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 30: conflicting requests 2024-04-12T16:01:46.865 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.865 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 31: conflicting requests 2024-04-12T16:01:46.865 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.865 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 32: conflicting requests 2024-04-12T16:01:46.865 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.865 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 33: conflicting requests 2024-04-12T16:01:46.866 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.866 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 34: conflicting requests 2024-04-12T16:01:46.866 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.866 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 35: conflicting requests 2024-04-12T16:01:46.866 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.866 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 36: conflicting requests 2024-04-12T16:01:46.866 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.866 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 37: conflicting requests 2024-04-12T16:01:46.866 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.866 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.866 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.866 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:46.866 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.867 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.867 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.867 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.867 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 39: conflicting requests 2024-04-12T16:01:46.867 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.867 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.867 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.867 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.867 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.867 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.867 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:46.867 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.867 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.867 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.867 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.867 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:46.868 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.868 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.868 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.868 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.868 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:46.868 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.868 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.868 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.868 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.868 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:46.868 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.868 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.868 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.868 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.869 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:46.869 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.869 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.869 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.869 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.869 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:46.869 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.869 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.869 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.869 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:46.870 INFO:teuthology.orchestra.run.smithi040.stdout:Package python3-rados-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:01:46.935 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-12T16:01:46.936 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-04-12T16:01:46.936 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-12T16:01:47.012 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install python3-rgw 2024-04-12T16:01:47.171 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-rook 2024-04-12T16:01:47.625 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:02:05 ago on Fri 12 Apr 2024 03:59:42 PM UTC. 2024-04-12T16:01:47.784 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:00 ago on Fri 12 Apr 2024 03:59:47 PM UTC. 2024-04-12T16:01:47.941 INFO:teuthology.orchestra.run.smithi040.stderr:Modular dependency problems: 2024-04-12T16:01:47.941 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T16:01:47.941 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 1: conflicting requests 2024-04-12T16:01:47.941 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.941 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 2: conflicting requests 2024-04-12T16:01:47.941 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.941 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 3: conflicting requests 2024-04-12T16:01:47.941 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.941 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 4: conflicting requests 2024-04-12T16:01:47.941 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.942 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 5: conflicting requests 2024-04-12T16:01:47.942 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.942 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 6: conflicting requests 2024-04-12T16:01:47.942 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.942 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 7: conflicting requests 2024-04-12T16:01:47.942 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.942 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 8: conflicting requests 2024-04-12T16:01:47.942 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.942 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 9: conflicting requests 2024-04-12T16:01:47.942 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.942 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 10: conflicting requests 2024-04-12T16:01:47.943 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.943 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 11: conflicting requests 2024-04-12T16:01:47.943 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.943 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 12: conflicting requests 2024-04-12T16:01:47.943 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.943 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 13: conflicting requests 2024-04-12T16:01:47.943 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.943 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 14: conflicting requests 2024-04-12T16:01:47.943 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.943 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 15: conflicting requests 2024-04-12T16:01:47.944 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.944 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 16: conflicting requests 2024-04-12T16:01:47.944 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.944 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 17: conflicting requests 2024-04-12T16:01:47.944 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.944 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 18: conflicting requests 2024-04-12T16:01:47.944 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.944 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 19: conflicting requests 2024-04-12T16:01:47.944 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.944 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 20: conflicting requests 2024-04-12T16:01:47.945 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.945 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 21: conflicting requests 2024-04-12T16:01:47.945 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.945 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 22: conflicting requests 2024-04-12T16:01:47.945 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.945 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 23: conflicting requests 2024-04-12T16:01:47.945 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.945 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 24: conflicting requests 2024-04-12T16:01:47.945 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.945 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 25: conflicting requests 2024-04-12T16:01:47.945 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.945 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 26: conflicting requests 2024-04-12T16:01:47.946 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.946 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 27: conflicting requests 2024-04-12T16:01:47.946 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.946 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 28: conflicting requests 2024-04-12T16:01:47.946 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.946 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 29: conflicting requests 2024-04-12T16:01:47.946 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.946 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 30: conflicting requests 2024-04-12T16:01:47.946 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.947 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 31: conflicting requests 2024-04-12T16:01:47.947 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.947 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 32: conflicting requests 2024-04-12T16:01:47.947 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.947 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 33: conflicting requests 2024-04-12T16:01:47.947 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.947 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 34: conflicting requests 2024-04-12T16:01:47.947 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.947 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 35: conflicting requests 2024-04-12T16:01:47.947 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.947 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 36: conflicting requests 2024-04-12T16:01:47.947 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.948 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 37: conflicting requests 2024-04-12T16:01:47.948 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.948 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.948 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.948 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:47.948 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.948 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.948 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.948 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.948 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 39: conflicting requests 2024-04-12T16:01:47.948 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.948 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.948 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.949 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.949 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.949 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.949 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:47.949 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.949 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.949 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.949 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.949 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:47.949 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.949 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.950 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.950 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.950 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:47.950 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.950 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.950 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.950 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.950 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:47.950 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.950 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.950 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.951 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.951 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:47.951 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.951 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.951 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.951 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.951 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:47.951 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.951 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.951 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.951 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:47.952 INFO:teuthology.orchestra.run.smithi040.stdout:Package python3-rgw-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:01:48.014 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-12T16:01:48.015 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-04-12T16:01:48.015 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-12T16:01:48.082 INFO:teuthology.orchestra.run.smithi133.stderr:Modular dependency problems: 2024-04-12T16:01:48.082 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T16:01:48.082 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 1: conflicting requests 2024-04-12T16:01:48.082 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.082 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 2: conflicting requests 2024-04-12T16:01:48.082 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.082 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 3: conflicting requests 2024-04-12T16:01:48.082 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.082 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 4: conflicting requests 2024-04-12T16:01:48.082 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.083 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 5: conflicting requests 2024-04-12T16:01:48.083 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.083 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 6: conflicting requests 2024-04-12T16:01:48.083 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.083 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 7: conflicting requests 2024-04-12T16:01:48.083 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.083 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 8: conflicting requests 2024-04-12T16:01:48.083 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.083 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 9: conflicting requests 2024-04-12T16:01:48.083 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.083 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 10: conflicting requests 2024-04-12T16:01:48.084 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.084 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 11: conflicting requests 2024-04-12T16:01:48.084 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.084 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 12: conflicting requests 2024-04-12T16:01:48.084 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.084 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 13: conflicting requests 2024-04-12T16:01:48.084 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.084 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 14: conflicting requests 2024-04-12T16:01:48.084 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.084 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 15: conflicting requests 2024-04-12T16:01:48.084 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.084 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 16: conflicting requests 2024-04-12T16:01:48.084 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.084 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 17: conflicting requests 2024-04-12T16:01:48.085 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.085 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 18: conflicting requests 2024-04-12T16:01:48.085 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.085 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 19: conflicting requests 2024-04-12T16:01:48.085 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.085 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 20: conflicting requests 2024-04-12T16:01:48.085 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.085 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 21: conflicting requests 2024-04-12T16:01:48.085 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.085 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 22: conflicting requests 2024-04-12T16:01:48.085 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.085 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 23: conflicting requests 2024-04-12T16:01:48.085 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.085 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 24: conflicting requests 2024-04-12T16:01:48.085 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.086 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 25: conflicting requests 2024-04-12T16:01:48.086 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.086 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 26: conflicting requests 2024-04-12T16:01:48.086 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.086 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 27: conflicting requests 2024-04-12T16:01:48.086 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.086 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 28: conflicting requests 2024-04-12T16:01:48.086 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.086 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 29: conflicting requests 2024-04-12T16:01:48.086 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.086 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 30: conflicting requests 2024-04-12T16:01:48.087 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.087 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 31: conflicting requests 2024-04-12T16:01:48.087 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.087 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 32: conflicting requests 2024-04-12T16:01:48.087 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.087 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 33: conflicting requests 2024-04-12T16:01:48.087 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.087 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 34: conflicting requests 2024-04-12T16:01:48.087 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.087 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 35: conflicting requests 2024-04-12T16:01:48.087 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.087 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 36: conflicting requests 2024-04-12T16:01:48.087 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.087 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 37: conflicting requests 2024-04-12T16:01:48.088 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.088 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.088 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.088 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:48.088 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.088 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.088 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.088 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.088 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 39: conflicting requests 2024-04-12T16:01:48.088 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.088 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.088 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.088 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.088 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.088 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.089 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:48.089 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.089 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.089 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.089 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.089 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:48.089 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.089 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.089 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.089 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.089 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:48.089 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.090 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.090 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.090 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.090 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:48.090 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.090 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.090 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.090 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.090 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:48.090 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.090 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.090 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.091 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.091 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:48.091 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.091 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.091 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.091 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:48.092 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install python3-cephfs 2024-04-12T16:01:48.154 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-12T16:01:48.155 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:01:48.155 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-12T16:01:48.155 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:01:48.156 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-12T16:01:48.156 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-rook noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 49 k 2024-04-12T16:01:48.156 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-12T16:01:48.156 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-12T16:01:48.156 INFO:teuthology.orchestra.run.smithi133.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-12T16:01:48.156 INFO:teuthology.orchestra.run.smithi133.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-12T16:01:48.156 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-12T16:01:48.156 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-12T16:01:48.156 INFO:teuthology.orchestra.run.smithi133.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-12T16:01:48.156 INFO:teuthology.orchestra.run.smithi133.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-12T16:01:48.156 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-12T16:01:48.156 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-12T16:01:48.156 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-12T16:01:48.156 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-12T16:01:48.157 INFO:teuthology.orchestra.run.smithi133.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-12T16:01:48.157 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:01:48.157 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-12T16:01:48.157 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:01:48.157 INFO:teuthology.orchestra.run.smithi133.stdout:Install 13 Packages 2024-04-12T16:01:48.157 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:01:48.157 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 2.2 M 2024-04-12T16:01:48.158 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 26 M 2024-04-12T16:01:48.158 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-12T16:01:48.702 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:02:06 ago on Fri 12 Apr 2024 03:59:42 PM UTC. 2024-04-12T16:01:48.849 INFO:teuthology.orchestra.run.smithi037.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 578 kB/s | 3.0 MB 00:05 2024-04-12T16:01:49.011 INFO:teuthology.orchestra.run.smithi040.stderr:Modular dependency problems: 2024-04-12T16:01:49.011 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T16:01:49.011 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 1: conflicting requests 2024-04-12T16:01:49.011 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.011 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 2: conflicting requests 2024-04-12T16:01:49.011 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.011 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 3: conflicting requests 2024-04-12T16:01:49.011 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.012 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 4: conflicting requests 2024-04-12T16:01:49.012 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.012 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 5: conflicting requests 2024-04-12T16:01:49.012 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.012 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 6: conflicting requests 2024-04-12T16:01:49.012 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.012 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 7: conflicting requests 2024-04-12T16:01:49.012 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.012 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 8: conflicting requests 2024-04-12T16:01:49.012 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.012 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 9: conflicting requests 2024-04-12T16:01:49.012 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.012 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 10: conflicting requests 2024-04-12T16:01:49.013 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.013 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 11: conflicting requests 2024-04-12T16:01:49.013 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.013 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 12: conflicting requests 2024-04-12T16:01:49.013 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.013 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 13: conflicting requests 2024-04-12T16:01:49.013 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.013 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 14: conflicting requests 2024-04-12T16:01:49.013 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.013 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 15: conflicting requests 2024-04-12T16:01:49.013 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.013 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 16: conflicting requests 2024-04-12T16:01:49.013 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.013 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 17: conflicting requests 2024-04-12T16:01:49.013 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.014 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 18: conflicting requests 2024-04-12T16:01:49.014 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.014 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 19: conflicting requests 2024-04-12T16:01:49.014 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.014 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 20: conflicting requests 2024-04-12T16:01:49.014 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.014 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 21: conflicting requests 2024-04-12T16:01:49.014 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.014 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 22: conflicting requests 2024-04-12T16:01:49.014 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.014 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 23: conflicting requests 2024-04-12T16:01:49.014 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.014 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 24: conflicting requests 2024-04-12T16:01:49.014 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.015 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 25: conflicting requests 2024-04-12T16:01:49.015 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.015 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 26: conflicting requests 2024-04-12T16:01:49.015 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.015 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 27: conflicting requests 2024-04-12T16:01:49.015 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.015 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 28: conflicting requests 2024-04-12T16:01:49.015 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.015 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 29: conflicting requests 2024-04-12T16:01:49.015 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.015 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 30: conflicting requests 2024-04-12T16:01:49.015 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.015 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 31: conflicting requests 2024-04-12T16:01:49.015 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.016 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 32: conflicting requests 2024-04-12T16:01:49.016 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.016 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 33: conflicting requests 2024-04-12T16:01:49.016 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.016 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 34: conflicting requests 2024-04-12T16:01:49.016 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.016 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 35: conflicting requests 2024-04-12T16:01:49.016 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.016 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 36: conflicting requests 2024-04-12T16:01:49.016 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.016 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 37: conflicting requests 2024-04-12T16:01:49.016 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.016 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.016 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.016 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:49.016 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.017 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.017 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.017 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.017 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 39: conflicting requests 2024-04-12T16:01:49.017 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.017 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.017 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.017 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.017 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.017 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.017 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:49.017 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.017 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.018 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.018 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.018 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:49.018 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.018 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.018 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.018 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.018 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:49.018 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.018 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.018 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.018 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.018 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:49.018 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.019 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.019 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.019 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.019 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:49.019 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.019 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.019 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.019 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.019 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:49.019 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.019 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.019 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.019 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:49.020 INFO:teuthology.orchestra.run.smithi040.stdout:Package python3-cephfs-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:01:49.084 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-12T16:01:49.085 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-04-12T16:01:49.085 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-12T16:01:49.166 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install python3-rbd 2024-04-12T16:01:49.779 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:02:07 ago on Fri 12 Apr 2024 03:59:42 PM UTC. 2024-04-12T16:01:50.041 INFO:teuthology.orchestra.run.smithi037.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 210 kB/s | 250 kB 00:01 2024-04-12T16:01:50.081 INFO:teuthology.orchestra.run.smithi040.stderr:Modular dependency problems: 2024-04-12T16:01:50.081 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T16:01:50.081 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 1: conflicting requests 2024-04-12T16:01:50.081 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.081 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 2: conflicting requests 2024-04-12T16:01:50.081 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.081 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 3: conflicting requests 2024-04-12T16:01:50.081 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.081 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 4: conflicting requests 2024-04-12T16:01:50.082 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.082 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 5: conflicting requests 2024-04-12T16:01:50.082 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.082 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 6: conflicting requests 2024-04-12T16:01:50.082 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.082 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 7: conflicting requests 2024-04-12T16:01:50.082 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.082 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 8: conflicting requests 2024-04-12T16:01:50.082 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.082 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 9: conflicting requests 2024-04-12T16:01:50.082 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.082 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 10: conflicting requests 2024-04-12T16:01:50.082 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.082 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 11: conflicting requests 2024-04-12T16:01:50.083 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.083 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 12: conflicting requests 2024-04-12T16:01:50.083 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.083 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 13: conflicting requests 2024-04-12T16:01:50.083 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.083 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 14: conflicting requests 2024-04-12T16:01:50.083 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.083 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 15: conflicting requests 2024-04-12T16:01:50.083 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.083 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 16: conflicting requests 2024-04-12T16:01:50.083 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.083 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 17: conflicting requests 2024-04-12T16:01:50.083 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.083 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 18: conflicting requests 2024-04-12T16:01:50.083 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.084 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 19: conflicting requests 2024-04-12T16:01:50.084 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.084 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 20: conflicting requests 2024-04-12T16:01:50.084 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.084 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 21: conflicting requests 2024-04-12T16:01:50.084 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.084 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 22: conflicting requests 2024-04-12T16:01:50.084 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.084 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 23: conflicting requests 2024-04-12T16:01:50.084 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.084 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 24: conflicting requests 2024-04-12T16:01:50.084 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.084 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 25: conflicting requests 2024-04-12T16:01:50.084 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.084 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 26: conflicting requests 2024-04-12T16:01:50.085 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.085 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 27: conflicting requests 2024-04-12T16:01:50.085 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.085 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 28: conflicting requests 2024-04-12T16:01:50.085 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.085 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 29: conflicting requests 2024-04-12T16:01:50.085 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.085 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 30: conflicting requests 2024-04-12T16:01:50.085 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.085 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 31: conflicting requests 2024-04-12T16:01:50.085 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.085 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 32: conflicting requests 2024-04-12T16:01:50.085 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.085 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 33: conflicting requests 2024-04-12T16:01:50.085 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.085 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 34: conflicting requests 2024-04-12T16:01:50.086 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.086 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 35: conflicting requests 2024-04-12T16:01:50.086 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.086 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 36: conflicting requests 2024-04-12T16:01:50.086 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.086 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 37: conflicting requests 2024-04-12T16:01:50.086 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.086 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.086 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.086 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:50.086 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.086 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.086 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.086 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.087 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 39: conflicting requests 2024-04-12T16:01:50.087 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.087 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.087 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.087 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.087 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.087 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.087 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:50.087 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.087 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.087 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.087 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.087 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:50.087 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.087 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.088 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.088 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.088 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:50.088 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.088 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.088 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.088 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.088 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:50.088 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.088 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.088 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.088 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.088 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:50.088 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.089 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.089 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.089 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.089 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:50.089 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.089 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.089 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.089 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:50.089 INFO:teuthology.orchestra.run.smithi040.stdout:Package python3-rbd-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:01:50.155 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-12T16:01:50.156 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-04-12T16:01:50.156 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-12T16:01:50.226 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install rbd-fuse 2024-04-12T16:01:50.839 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:02:08 ago on Fri 12 Apr 2024 03:59:42 PM UTC. 2024-04-12T16:01:51.150 INFO:teuthology.orchestra.run.smithi040.stderr:Modular dependency problems: 2024-04-12T16:01:51.150 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T16:01:51.150 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 1: conflicting requests 2024-04-12T16:01:51.151 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.151 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 2: conflicting requests 2024-04-12T16:01:51.151 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.151 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 3: conflicting requests 2024-04-12T16:01:51.151 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.151 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 4: conflicting requests 2024-04-12T16:01:51.151 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.151 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 5: conflicting requests 2024-04-12T16:01:51.151 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.151 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 6: conflicting requests 2024-04-12T16:01:51.151 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.151 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 7: conflicting requests 2024-04-12T16:01:51.151 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.151 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 8: conflicting requests 2024-04-12T16:01:51.152 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.152 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 9: conflicting requests 2024-04-12T16:01:51.152 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.152 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 10: conflicting requests 2024-04-12T16:01:51.152 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.152 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 11: conflicting requests 2024-04-12T16:01:51.152 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.152 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 12: conflicting requests 2024-04-12T16:01:51.152 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.152 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 13: conflicting requests 2024-04-12T16:01:51.152 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.152 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 14: conflicting requests 2024-04-12T16:01:51.152 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.152 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 15: conflicting requests 2024-04-12T16:01:51.153 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.153 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 16: conflicting requests 2024-04-12T16:01:51.153 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.153 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 17: conflicting requests 2024-04-12T16:01:51.153 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.153 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 18: conflicting requests 2024-04-12T16:01:51.153 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.153 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 19: conflicting requests 2024-04-12T16:01:51.153 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.153 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 20: conflicting requests 2024-04-12T16:01:51.153 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.153 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 21: conflicting requests 2024-04-12T16:01:51.153 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.154 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 22: conflicting requests 2024-04-12T16:01:51.154 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.154 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 23: conflicting requests 2024-04-12T16:01:51.154 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.154 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 24: conflicting requests 2024-04-12T16:01:51.154 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.154 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 25: conflicting requests 2024-04-12T16:01:51.154 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.154 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 26: conflicting requests 2024-04-12T16:01:51.154 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.154 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 27: conflicting requests 2024-04-12T16:01:51.154 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.154 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 28: conflicting requests 2024-04-12T16:01:51.154 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.155 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 29: conflicting requests 2024-04-12T16:01:51.155 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.155 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 30: conflicting requests 2024-04-12T16:01:51.155 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.155 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 31: conflicting requests 2024-04-12T16:01:51.155 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.155 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 32: conflicting requests 2024-04-12T16:01:51.155 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.155 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 33: conflicting requests 2024-04-12T16:01:51.155 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.155 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 34: conflicting requests 2024-04-12T16:01:51.155 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.155 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 35: conflicting requests 2024-04-12T16:01:51.155 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.155 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 36: conflicting requests 2024-04-12T16:01:51.155 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.156 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 37: conflicting requests 2024-04-12T16:01:51.156 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.156 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.156 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.156 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:51.156 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.156 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.156 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.156 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.156 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 39: conflicting requests 2024-04-12T16:01:51.156 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.156 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.156 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.156 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.156 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.157 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.157 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:51.157 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.157 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.157 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.157 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.157 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:51.157 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.157 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.157 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.157 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.157 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:51.157 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.157 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.157 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.158 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.158 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:51.158 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.158 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.158 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.158 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.158 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:51.158 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.158 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.158 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.158 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.158 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:51.158 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.158 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.158 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.159 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:51.225 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-12T16:01:51.225 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:51.225 INFO:teuthology.orchestra.run.smithi040.stdout: Package Architecture Version Repository Size 2024-04-12T16:01:51.225 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:51.225 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-12T16:01:51.225 INFO:teuthology.orchestra.run.smithi040.stdout: rbd-fuse x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 85 k 2024-04-12T16:01:51.226 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:51.226 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-12T16:01:51.226 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:51.226 INFO:teuthology.orchestra.run.smithi040.stdout:Install 1 Package 2024-04-12T16:01:51.226 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:51.226 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 85 k 2024-04-12T16:01:51.226 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 231 k 2024-04-12T16:01:51.226 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-12T16:01:51.422 INFO:teuthology.orchestra.run.smithi133.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 324 kB/s | 26 kB 00:00 2024-04-12T16:01:51.447 INFO:teuthology.orchestra.run.smithi133.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 184 kB/s | 19 kB 00:00 2024-04-12T16:01:51.556 INFO:teuthology.orchestra.run.smithi133.stdout:(3/13): ceph-mgr-rook-19.0.0-2847.gbf9c5618.el9 232 kB/s | 49 kB 00:00 2024-04-12T16:01:51.581 INFO:teuthology.orchestra.run.smithi133.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 159 kB 00:00 2024-04-12T16:01:51.606 INFO:teuthology.orchestra.run.smithi133.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.4 MB/s | 222 kB 00:00 2024-04-12T16:01:51.665 INFO:teuthology.orchestra.run.smithi133.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 643 kB/s | 54 kB 00:00 2024-04-12T16:01:51.690 INFO:teuthology.orchestra.run.smithi133.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.0 MB/s | 279 kB 00:00 2024-04-12T16:01:51.747 INFO:teuthology.orchestra.run.smithi040.stdout:rbd-fuse-19.0.0-2847.gbf9c5618.el9.x86_64.rpm 164 kB/s | 85 kB 00:00 2024-04-12T16:01:51.747 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:01:51.748 INFO:teuthology.orchestra.run.smithi040.stdout:Total 163 kB/s | 85 kB 00:00 2024-04-12T16:01:51.748 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-12T16:01:51.756 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-12T16:01:51.756 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-12T16:01:51.820 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-12T16:01:51.820 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-12T16:01:52.008 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-12T16:01:52.049 INFO:teuthology.orchestra.run.smithi133.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 73 kB/s | 32 kB 00:00 2024-04-12T16:01:52.074 INFO:teuthology.orchestra.run.smithi133.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 37 kB/s | 15 kB 00:00 2024-04-12T16:01:52.106 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : rbd-fuse-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:01:52.283 INFO:teuthology.orchestra.run.smithi133.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 284 kB/s | 59 kB 00:00 2024-04-12T16:01:52.341 INFO:teuthology.orchestra.run.smithi133.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 311 kB/s | 203 kB 00:00 2024-04-12T16:01:52.482 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:01:52.483 INFO:teuthology.orchestra.run.smithi133.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 448 kB/s | 90 kB 00:00 2024-04-12T16:01:52.600 INFO:teuthology.orchestra.run.smithi133.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.9 MB/s | 1.0 MB 00:00 2024-04-12T16:01:52.601 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:01:52.601 INFO:teuthology.orchestra.run.smithi133.stdout:Total 506 kB/s | 2.2 MB 00:04 2024-04-12T16:01:52.671 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-12T16:01:52.686 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-12T16:01:52.687 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-12T16:01:52.782 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-12T16:01:52.782 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-12T16:01:52.785 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : rbd-fuse-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:01:52.785 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:52.785 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-12T16:01:52.786 INFO:teuthology.orchestra.run.smithi040.stdout: rbd-fuse-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:01:52.786 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:52.786 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-12T16:01:52.882 INFO:teuthology.orchestra.run.smithi037.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 601 kB/s | 4.7 MB 00:08 2024-04-12T16:01:53.021 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install rbd-mirror 2024-04-12T16:01:53.297 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-12T16:01:53.457 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-12T16:01:53.509 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-12T16:01:53.573 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-12T16:01:53.610 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-12T16:01:53.639 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:02:11 ago on Fri 12 Apr 2024 03:59:42 PM UTC. 2024-04-12T16:01:53.652 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-12T16:01:53.745 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-12T16:01:53.854 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-12T16:01:53.911 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-12T16:01:53.941 INFO:teuthology.orchestra.run.smithi040.stderr:Modular dependency problems: 2024-04-12T16:01:53.941 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T16:01:53.941 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 1: conflicting requests 2024-04-12T16:01:53.941 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.941 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 2: conflicting requests 2024-04-12T16:01:53.942 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.942 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 3: conflicting requests 2024-04-12T16:01:53.942 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.942 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 4: conflicting requests 2024-04-12T16:01:53.942 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.942 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 5: conflicting requests 2024-04-12T16:01:53.942 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.942 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 6: conflicting requests 2024-04-12T16:01:53.942 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.942 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 7: conflicting requests 2024-04-12T16:01:53.942 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.942 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 8: conflicting requests 2024-04-12T16:01:53.942 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.943 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 9: conflicting requests 2024-04-12T16:01:53.943 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.943 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 10: conflicting requests 2024-04-12T16:01:53.943 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.943 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 11: conflicting requests 2024-04-12T16:01:53.943 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.943 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 12: conflicting requests 2024-04-12T16:01:53.943 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.943 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 13: conflicting requests 2024-04-12T16:01:53.943 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.943 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 14: conflicting requests 2024-04-12T16:01:53.943 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.943 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 15: conflicting requests 2024-04-12T16:01:53.943 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.943 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 16: conflicting requests 2024-04-12T16:01:53.944 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.944 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 17: conflicting requests 2024-04-12T16:01:53.944 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.944 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 18: conflicting requests 2024-04-12T16:01:53.944 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.944 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 19: conflicting requests 2024-04-12T16:01:53.944 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.944 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 20: conflicting requests 2024-04-12T16:01:53.944 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.944 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 21: conflicting requests 2024-04-12T16:01:53.944 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.944 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 22: conflicting requests 2024-04-12T16:01:53.944 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.944 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 23: conflicting requests 2024-04-12T16:01:53.945 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.945 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 24: conflicting requests 2024-04-12T16:01:53.945 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.945 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 25: conflicting requests 2024-04-12T16:01:53.945 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.945 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 26: conflicting requests 2024-04-12T16:01:53.945 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.945 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 27: conflicting requests 2024-04-12T16:01:53.945 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.945 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 28: conflicting requests 2024-04-12T16:01:53.945 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.945 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 29: conflicting requests 2024-04-12T16:01:53.945 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.945 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 30: conflicting requests 2024-04-12T16:01:53.945 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.946 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 31: conflicting requests 2024-04-12T16:01:53.946 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.946 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 32: conflicting requests 2024-04-12T16:01:53.946 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.946 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 33: conflicting requests 2024-04-12T16:01:53.946 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.946 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 34: conflicting requests 2024-04-12T16:01:53.946 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.946 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 35: conflicting requests 2024-04-12T16:01:53.946 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.946 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 36: conflicting requests 2024-04-12T16:01:53.946 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.946 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 37: conflicting requests 2024-04-12T16:01:53.946 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.947 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.947 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.947 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:53.947 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.947 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.947 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.947 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.947 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 39: conflicting requests 2024-04-12T16:01:53.947 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.947 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.947 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.947 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.947 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.947 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.947 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:53.947 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.948 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.948 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.948 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.948 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:53.948 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.948 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.948 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.948 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.948 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:53.948 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.948 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.948 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.948 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.949 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:53.949 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.949 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.949 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.949 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.949 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:53.949 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.949 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.949 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.949 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.949 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:53.949 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.949 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.949 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:53.949 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:54.014 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-12T16:01:54.015 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:54.015 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repo Size 2024-04-12T16:01:54.015 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:54.015 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-12T16:01:54.015 INFO:teuthology.orchestra.run.smithi040.stdout: rbd-mirror x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 3.1 M 2024-04-12T16:01:54.015 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:54.015 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-12T16:01:54.015 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:54.015 INFO:teuthology.orchestra.run.smithi040.stdout:Install 1 Package 2024-04-12T16:01:54.015 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:54.016 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 3.1 M 2024-04-12T16:01:54.016 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 13 M 2024-04-12T16:01:54.016 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-12T16:01:54.500 INFO:teuthology.orchestra.run.smithi040.stdout:rbd-mirror-19.0.0-2847.gbf9c5618.el9.x86_64.rpm 6.4 MB/s | 3.1 MB 00:00 2024-04-12T16:01:54.500 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:01:54.501 INFO:teuthology.orchestra.run.smithi040.stdout:Total 6.4 MB/s | 3.1 MB 00:00 2024-04-12T16:01:54.501 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-12T16:01:54.511 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-12T16:01:54.511 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-12T16:01:54.592 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-12T16:01:54.593 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-12T16:01:54.633 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-12T16:01:54.683 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-12T16:01:54.717 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-12T16:01:54.793 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-12T16:01:54.820 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-rook-2:19.0.0-2847.gbf9c5618.el9.noarch 13/13 2024-04-12T16:01:54.907 INFO:teuthology.orchestra.run.smithi037.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 604 kB/s | 5.1 MB 00:08 2024-04-12T16:01:55.048 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-12T16:01:55.110 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : rbd-mirror-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:01:55.134 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:01:55.134 INFO:teuthology.orchestra.run.smithi040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-12T16:01:55.134 INFO:teuthology.orchestra.run.smithi040.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-12T16:01:55.134 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-12T16:01:55.134 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-12T16:01:55.134 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:55.623 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2847.gbf9c5618.el9.noarch 13/13 2024-04-12T16:01:55.623 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2847.gbf9c5618.el9.noarch 1/13 2024-04-12T16:01:55.623 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-12T16:01:55.623 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-12T16:01:55.623 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-12T16:01:55.623 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-12T16:01:55.623 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-12T16:01:55.623 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-12T16:01:55.624 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-12T16:01:55.624 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-12T16:01:55.624 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-12T16:01:55.624 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-12T16:01:55.624 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-12T16:01:56.006 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-12T16:01:56.007 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:01:56.007 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-12T16:01:56.007 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-rook-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:01:56.007 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-12T16:01:56.007 INFO:teuthology.orchestra.run.smithi133.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-12T16:01:56.007 INFO:teuthology.orchestra.run.smithi133.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-12T16:01:56.007 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-12T16:01:56.007 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-12T16:01:56.007 INFO:teuthology.orchestra.run.smithi133.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-12T16:01:56.007 INFO:teuthology.orchestra.run.smithi133.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-12T16:01:56.007 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-12T16:01:56.008 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-12T16:01:56.008 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-12T16:01:56.008 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-12T16:01:56.008 INFO:teuthology.orchestra.run.smithi133.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-12T16:01:56.008 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:01:56.008 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-12T16:01:56.250 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-cephadm 2024-04-12T16:01:56.277 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : rbd-mirror-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:01:56.277 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:56.277 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-12T16:01:56.277 INFO:teuthology.orchestra.run.smithi040.stdout: rbd-mirror-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:01:56.277 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:56.277 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-12T16:01:56.526 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install rbd-nbd 2024-04-12T16:01:56.847 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:09 ago on Fri 12 Apr 2024 03:59:47 PM UTC. 2024-04-12T16:01:57.138 INFO:teuthology.orchestra.run.smithi133.stderr:Modular dependency problems: 2024-04-12T16:01:57.138 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T16:01:57.138 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 1: conflicting requests 2024-04-12T16:01:57.138 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.138 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 2: conflicting requests 2024-04-12T16:01:57.138 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.138 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 3: conflicting requests 2024-04-12T16:01:57.138 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.138 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 4: conflicting requests 2024-04-12T16:01:57.138 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.138 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 5: conflicting requests 2024-04-12T16:01:57.139 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.139 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 6: conflicting requests 2024-04-12T16:01:57.139 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.139 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 7: conflicting requests 2024-04-12T16:01:57.139 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.139 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 8: conflicting requests 2024-04-12T16:01:57.139 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.139 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 9: conflicting requests 2024-04-12T16:01:57.139 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.139 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 10: conflicting requests 2024-04-12T16:01:57.139 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.139 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 11: conflicting requests 2024-04-12T16:01:57.139 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.139 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 12: conflicting requests 2024-04-12T16:01:57.139 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.140 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 13: conflicting requests 2024-04-12T16:01:57.140 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.140 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 14: conflicting requests 2024-04-12T16:01:57.140 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.140 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 15: conflicting requests 2024-04-12T16:01:57.140 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.140 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 16: conflicting requests 2024-04-12T16:01:57.140 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.140 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 17: conflicting requests 2024-04-12T16:01:57.140 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.140 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 18: conflicting requests 2024-04-12T16:01:57.140 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.140 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 19: conflicting requests 2024-04-12T16:01:57.140 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.140 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 20: conflicting requests 2024-04-12T16:01:57.141 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.141 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 21: conflicting requests 2024-04-12T16:01:57.141 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.141 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 22: conflicting requests 2024-04-12T16:01:57.141 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.141 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 23: conflicting requests 2024-04-12T16:01:57.141 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.141 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 24: conflicting requests 2024-04-12T16:01:57.141 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.141 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 25: conflicting requests 2024-04-12T16:01:57.141 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.141 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 26: conflicting requests 2024-04-12T16:01:57.141 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.141 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 27: conflicting requests 2024-04-12T16:01:57.141 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.142 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 28: conflicting requests 2024-04-12T16:01:57.142 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.142 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 29: conflicting requests 2024-04-12T16:01:57.142 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.142 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 30: conflicting requests 2024-04-12T16:01:57.142 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.142 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 31: conflicting requests 2024-04-12T16:01:57.142 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.142 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 32: conflicting requests 2024-04-12T16:01:57.142 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.143 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 33: conflicting requests 2024-04-12T16:01:57.143 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.143 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 34: conflicting requests 2024-04-12T16:01:57.143 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.143 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 35: conflicting requests 2024-04-12T16:01:57.143 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.143 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 36: conflicting requests 2024-04-12T16:01:57.143 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.143 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 37: conflicting requests 2024-04-12T16:01:57.143 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.143 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.143 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.143 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:57.143 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.144 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.144 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.144 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.144 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 39: conflicting requests 2024-04-12T16:01:57.144 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.144 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.144 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.144 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.144 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.144 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.144 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:57.144 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.144 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.145 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.145 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.145 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:57.145 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.145 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.145 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.145 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.145 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:57.145 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.145 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.145 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.145 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.145 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:57.145 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.146 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.146 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.146 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.146 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:57.146 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.146 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.146 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.146 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.146 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:57.146 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.146 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.146 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.146 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.147 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:02:15 ago on Fri 12 Apr 2024 03:59:42 PM UTC. 2024-04-12T16:01:57.210 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-12T16:01:57.211 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:01:57.211 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-12T16:01:57.211 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:01:57.211 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-12T16:01:57.211 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 142 k 2024-04-12T16:01:57.212 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-12T16:01:57.212 INFO:teuthology.orchestra.run.smithi133.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-12T16:01:57.212 INFO:teuthology.orchestra.run.smithi133.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-12T16:01:57.212 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-12T16:01:57.212 INFO:teuthology.orchestra.run.smithi133.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-12T16:01:57.212 INFO:teuthology.orchestra.run.smithi133.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-12T16:01:57.212 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:01:57.212 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-12T16:01:57.212 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:01:57.212 INFO:teuthology.orchestra.run.smithi133.stdout:Install 6 Packages 2024-04-12T16:01:57.212 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:01:57.213 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 7.0 M 2024-04-12T16:01:57.213 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 33 M 2024-04-12T16:01:57.213 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-12T16:01:57.447 INFO:teuthology.orchestra.run.smithi040.stderr:Modular dependency problems: 2024-04-12T16:01:57.448 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T16:01:57.448 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 1: conflicting requests 2024-04-12T16:01:57.448 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.448 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 2: conflicting requests 2024-04-12T16:01:57.448 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.448 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 3: conflicting requests 2024-04-12T16:01:57.448 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.448 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 4: conflicting requests 2024-04-12T16:01:57.448 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.448 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 5: conflicting requests 2024-04-12T16:01:57.448 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.448 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 6: conflicting requests 2024-04-12T16:01:57.448 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.449 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 7: conflicting requests 2024-04-12T16:01:57.449 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.449 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 8: conflicting requests 2024-04-12T16:01:57.449 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.449 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 9: conflicting requests 2024-04-12T16:01:57.449 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.449 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 10: conflicting requests 2024-04-12T16:01:57.449 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.449 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 11: conflicting requests 2024-04-12T16:01:57.449 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.449 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 12: conflicting requests 2024-04-12T16:01:57.449 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.449 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 13: conflicting requests 2024-04-12T16:01:57.449 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.449 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 14: conflicting requests 2024-04-12T16:01:57.450 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.450 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 15: conflicting requests 2024-04-12T16:01:57.450 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.450 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 16: conflicting requests 2024-04-12T16:01:57.450 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.450 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 17: conflicting requests 2024-04-12T16:01:57.450 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.450 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 18: conflicting requests 2024-04-12T16:01:57.450 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.450 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 19: conflicting requests 2024-04-12T16:01:57.450 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.450 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 20: conflicting requests 2024-04-12T16:01:57.450 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.450 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 21: conflicting requests 2024-04-12T16:01:57.450 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.451 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 22: conflicting requests 2024-04-12T16:01:57.451 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.451 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 23: conflicting requests 2024-04-12T16:01:57.451 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.451 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 24: conflicting requests 2024-04-12T16:01:57.451 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.451 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 25: conflicting requests 2024-04-12T16:01:57.451 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.451 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 26: conflicting requests 2024-04-12T16:01:57.451 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.451 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 27: conflicting requests 2024-04-12T16:01:57.451 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.451 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 28: conflicting requests 2024-04-12T16:01:57.451 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.452 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 29: conflicting requests 2024-04-12T16:01:57.452 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.452 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 30: conflicting requests 2024-04-12T16:01:57.452 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.452 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 31: conflicting requests 2024-04-12T16:01:57.452 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.452 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 32: conflicting requests 2024-04-12T16:01:57.452 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.452 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 33: conflicting requests 2024-04-12T16:01:57.452 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.452 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 34: conflicting requests 2024-04-12T16:01:57.452 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.452 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 35: conflicting requests 2024-04-12T16:01:57.452 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.452 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 36: conflicting requests 2024-04-12T16:01:57.452 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.453 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 37: conflicting requests 2024-04-12T16:01:57.453 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.453 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.453 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.453 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:01:57.453 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.453 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.453 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.453 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.453 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 39: conflicting requests 2024-04-12T16:01:57.453 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.453 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.453 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.453 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.453 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.453 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.454 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:01:57.454 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.454 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.454 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.454 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.454 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:01:57.454 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.454 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.454 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.454 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.454 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:01:57.454 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.454 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.455 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.455 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.455 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:01:57.455 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.455 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.455 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.455 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.455 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:01:57.455 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.455 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.455 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.455 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.455 INFO:teuthology.orchestra.run.smithi040.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:01:57.455 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.456 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.456 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.456 INFO:teuthology.orchestra.run.smithi040.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:01:57.520 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-12T16:01:57.521 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:57.521 INFO:teuthology.orchestra.run.smithi040.stdout: Package Architecture Version Repository Size 2024-04-12T16:01:57.521 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:57.521 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-12T16:01:57.521 INFO:teuthology.orchestra.run.smithi040.stdout: rbd-nbd x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 170 k 2024-04-12T16:01:57.521 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:57.521 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-12T16:01:57.521 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-12T16:01:57.521 INFO:teuthology.orchestra.run.smithi040.stdout:Install 1 Package 2024-04-12T16:01:57.521 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:57.522 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 170 k 2024-04-12T16:01:57.522 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 494 k 2024-04-12T16:01:57.522 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-12T16:01:57.754 INFO:teuthology.orchestra.run.smithi040.stdout:rbd-nbd-19.0.0-2847.gbf9c5618.el9.x86_64.rpm 736 kB/s | 170 kB 00:00 2024-04-12T16:01:57.754 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:01:57.755 INFO:teuthology.orchestra.run.smithi040.stdout:Total 731 kB/s | 170 kB 00:00 2024-04-12T16:01:57.755 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-12T16:01:57.763 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-12T16:01:57.763 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-12T16:01:57.826 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-12T16:01:57.826 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-12T16:01:57.983 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-12T16:01:58.089 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : rbd-nbd-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:01:58.521 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:01:58.819 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : rbd-nbd-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:01:58.819 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:58.819 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-12T16:01:58.819 INFO:teuthology.orchestra.run.smithi040.stdout: rbd-nbd-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:01:58.820 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-12T16:01:58.820 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-12T16:01:59.049 DEBUG:teuthology.parallel:result is None 2024-04-12T16:02:01.050 INFO:teuthology.orchestra.run.smithi133.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2847.gbf9c5618.e 604 kB/s | 142 kB 00:00 2024-04-12T16:02:01.259 INFO:teuthology.orchestra.run.smithi133.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 559 kB/s | 248 kB 00:00 2024-04-12T16:02:01.601 INFO:teuthology.orchestra.run.smithi133.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 169 kB/s | 58 kB 00:00 2024-04-12T16:02:01.635 INFO:teuthology.orchestra.run.smithi133.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 939 kB/s | 548 kB 00:00 2024-04-12T16:02:01.952 INFO:teuthology.orchestra.run.smithi133.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 145 kB/s | 51 kB 00:00 2024-04-12T16:02:02.569 INFO:teuthology.orchestra.run.smithi133.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 3.4 MB/s | 6.0 MB 00:01 2024-04-12T16:02:02.570 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:02:02.570 INFO:teuthology.orchestra.run.smithi133.stdout:Total 1.3 MB/s | 7.0 MB 00:05 2024-04-12T16:02:02.643 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-12T16:02:02.655 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-12T16:02:02.655 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-12T16:02:02.759 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-12T16:02:02.759 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-12T16:02:03.066 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-12T16:02:03.234 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-12T16:02:03.286 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-12T16:02:03.813 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-12T16:02:03.896 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-12T16:02:03.960 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-12T16:02:03.990 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 6/6 2024-04-12T16:02:04.754 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 6/6 2024-04-12T16:02:04.755 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 1/6 2024-04-12T16:02:04.755 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-12T16:02:04.755 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-12T16:02:04.755 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-12T16:02:04.755 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-12T16:02:05.077 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-12T16:02:05.077 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:05.077 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-12T16:02:05.077 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:02:05.077 INFO:teuthology.orchestra.run.smithi133.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-12T16:02:05.077 INFO:teuthology.orchestra.run.smithi133.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-12T16:02:05.077 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-12T16:02:05.077 INFO:teuthology.orchestra.run.smithi133.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-12T16:02:05.078 INFO:teuthology.orchestra.run.smithi133.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-12T16:02:05.078 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:05.078 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-12T16:02:05.329 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-fuse 2024-04-12T16:02:05.940 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:18 ago on Fri 12 Apr 2024 03:59:47 PM UTC. 2024-04-12T16:02:06.235 INFO:teuthology.orchestra.run.smithi133.stderr:Modular dependency problems: 2024-04-12T16:02:06.236 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T16:02:06.236 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 1: conflicting requests 2024-04-12T16:02:06.236 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.236 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 2: conflicting requests 2024-04-12T16:02:06.236 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.236 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 3: conflicting requests 2024-04-12T16:02:06.236 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.236 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 4: conflicting requests 2024-04-12T16:02:06.236 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.236 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 5: conflicting requests 2024-04-12T16:02:06.236 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.237 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 6: conflicting requests 2024-04-12T16:02:06.237 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.237 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 7: conflicting requests 2024-04-12T16:02:06.237 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.237 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 8: conflicting requests 2024-04-12T16:02:06.237 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.237 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 9: conflicting requests 2024-04-12T16:02:06.237 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.237 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 10: conflicting requests 2024-04-12T16:02:06.237 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.237 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 11: conflicting requests 2024-04-12T16:02:06.237 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.237 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 12: conflicting requests 2024-04-12T16:02:06.237 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.238 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 13: conflicting requests 2024-04-12T16:02:06.238 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.238 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 14: conflicting requests 2024-04-12T16:02:06.238 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.238 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 15: conflicting requests 2024-04-12T16:02:06.238 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.238 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 16: conflicting requests 2024-04-12T16:02:06.238 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.238 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 17: conflicting requests 2024-04-12T16:02:06.238 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.238 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 18: conflicting requests 2024-04-12T16:02:06.238 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.238 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 19: conflicting requests 2024-04-12T16:02:06.239 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.239 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 20: conflicting requests 2024-04-12T16:02:06.239 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.239 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 21: conflicting requests 2024-04-12T16:02:06.239 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.239 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 22: conflicting requests 2024-04-12T16:02:06.239 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.239 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 23: conflicting requests 2024-04-12T16:02:06.239 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.239 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 24: conflicting requests 2024-04-12T16:02:06.239 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.239 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 25: conflicting requests 2024-04-12T16:02:06.239 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.239 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 26: conflicting requests 2024-04-12T16:02:06.240 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.240 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 27: conflicting requests 2024-04-12T16:02:06.240 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.240 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 28: conflicting requests 2024-04-12T16:02:06.240 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.240 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 29: conflicting requests 2024-04-12T16:02:06.240 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.240 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 30: conflicting requests 2024-04-12T16:02:06.240 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.240 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 31: conflicting requests 2024-04-12T16:02:06.240 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.240 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 32: conflicting requests 2024-04-12T16:02:06.240 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.240 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 33: conflicting requests 2024-04-12T16:02:06.241 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.241 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 34: conflicting requests 2024-04-12T16:02:06.241 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.241 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 35: conflicting requests 2024-04-12T16:02:06.241 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.241 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 36: conflicting requests 2024-04-12T16:02:06.241 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.241 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 37: conflicting requests 2024-04-12T16:02:06.241 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.241 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.241 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.241 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:06.242 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.242 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.242 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.242 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.242 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 39: conflicting requests 2024-04-12T16:02:06.242 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.242 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.242 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.242 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.242 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.242 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.242 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:06.242 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.243 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.243 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.243 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.243 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:06.243 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.243 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.243 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.243 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.243 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:06.243 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.243 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.243 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.243 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.244 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:06.244 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.244 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.244 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.244 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.244 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:06.244 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.244 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.244 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.244 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.244 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:06.244 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.244 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.244 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.245 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:06.306 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-12T16:02:06.306 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:02:06.306 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-12T16:02:06.306 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:02:06.306 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-12T16:02:06.306 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-fuse x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 890 k 2024-04-12T16:02:06.307 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-12T16:02:06.307 INFO:teuthology.orchestra.run.smithi133.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-12T16:02:06.307 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:06.307 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-12T16:02:06.307 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:02:06.307 INFO:teuthology.orchestra.run.smithi133.stdout:Install 2 Packages 2024-04-12T16:02:06.307 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:06.307 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 970 k 2024-04-12T16:02:06.308 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 2.8 M 2024-04-12T16:02:06.308 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-12T16:02:06.503 INFO:teuthology.orchestra.run.smithi133.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 744 kB/s | 80 kB 00:00 2024-04-12T16:02:06.695 INFO:teuthology.orchestra.run.smithi133.stdout:(2/2): ceph-fuse-19.0.0-2847.gbf9c5618.el9.x86_ 2.9 MB/s | 890 kB 00:00 2024-04-12T16:02:06.695 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:02:06.696 INFO:teuthology.orchestra.run.smithi133.stdout:Total 2.4 MB/s | 970 kB 00:00 2024-04-12T16:02:06.707 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-12T16:02:06.730 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-12T16:02:06.730 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-12T16:02:06.810 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-12T16:02:06.810 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-12T16:02:06.996 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-12T16:02:07.129 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-12T16:02:07.195 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-fuse-2:19.0.0-2847.gbf9c5618.el9.x86_64 2/2 2024-04-12T16:02:07.898 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2847.gbf9c5618.el9.x86_64 2/2 2024-04-12T16:02:07.898 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-fuse-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/2 2024-04-12T16:02:08.229 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-12T16:02:08.229 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:08.229 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-12T16:02:08.229 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-fuse-2:19.0.0-2847.gbf9c5618.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-12T16:02:08.229 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:08.229 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-12T16:02:08.490 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-volume 2024-04-12T16:02:09.109 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:22 ago on Fri 12 Apr 2024 03:59:47 PM UTC. 2024-04-12T16:02:09.398 INFO:teuthology.orchestra.run.smithi133.stderr:Modular dependency problems: 2024-04-12T16:02:09.398 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T16:02:09.398 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 1: conflicting requests 2024-04-12T16:02:09.398 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.398 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 2: conflicting requests 2024-04-12T16:02:09.399 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.399 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 3: conflicting requests 2024-04-12T16:02:09.399 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.399 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 4: conflicting requests 2024-04-12T16:02:09.399 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.399 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 5: conflicting requests 2024-04-12T16:02:09.399 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.399 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 6: conflicting requests 2024-04-12T16:02:09.400 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.400 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 7: conflicting requests 2024-04-12T16:02:09.400 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.400 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 8: conflicting requests 2024-04-12T16:02:09.400 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.400 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 9: conflicting requests 2024-04-12T16:02:09.401 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.401 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 10: conflicting requests 2024-04-12T16:02:09.401 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.401 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 11: conflicting requests 2024-04-12T16:02:09.401 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.401 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 12: conflicting requests 2024-04-12T16:02:09.401 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.401 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 13: conflicting requests 2024-04-12T16:02:09.401 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.401 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 14: conflicting requests 2024-04-12T16:02:09.401 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.402 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 15: conflicting requests 2024-04-12T16:02:09.402 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.402 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 16: conflicting requests 2024-04-12T16:02:09.402 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.402 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 17: conflicting requests 2024-04-12T16:02:09.402 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.402 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 18: conflicting requests 2024-04-12T16:02:09.402 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.403 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 19: conflicting requests 2024-04-12T16:02:09.403 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.403 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 20: conflicting requests 2024-04-12T16:02:09.403 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.403 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 21: conflicting requests 2024-04-12T16:02:09.403 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.403 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 22: conflicting requests 2024-04-12T16:02:09.403 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.403 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 23: conflicting requests 2024-04-12T16:02:09.403 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.404 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 24: conflicting requests 2024-04-12T16:02:09.404 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.404 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 25: conflicting requests 2024-04-12T16:02:09.404 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.404 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 26: conflicting requests 2024-04-12T16:02:09.404 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.404 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 27: conflicting requests 2024-04-12T16:02:09.404 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.404 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 28: conflicting requests 2024-04-12T16:02:09.404 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.404 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 29: conflicting requests 2024-04-12T16:02:09.404 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.405 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 30: conflicting requests 2024-04-12T16:02:09.405 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.405 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 31: conflicting requests 2024-04-12T16:02:09.405 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.405 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 32: conflicting requests 2024-04-12T16:02:09.405 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.405 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 33: conflicting requests 2024-04-12T16:02:09.405 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.405 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 34: conflicting requests 2024-04-12T16:02:09.405 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.405 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 35: conflicting requests 2024-04-12T16:02:09.405 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.405 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 36: conflicting requests 2024-04-12T16:02:09.405 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.406 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 37: conflicting requests 2024-04-12T16:02:09.406 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.406 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.406 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.406 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:09.406 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.406 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.406 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.406 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.406 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 39: conflicting requests 2024-04-12T16:02:09.406 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.406 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.406 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.406 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.407 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.407 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.407 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:09.407 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.407 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.407 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.407 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.407 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:09.407 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.407 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.407 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.407 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.407 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:09.407 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.407 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.408 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.408 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.409 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:09.409 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.409 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.409 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.409 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.409 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:09.410 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.410 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.410 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.410 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.410 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:09.410 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.410 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.410 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.411 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:09.468 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-12T16:02:09.469 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:02:09.469 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-12T16:02:09.469 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:02:09.469 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-12T16:02:09.469 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-volume noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 264 k 2024-04-12T16:02:09.469 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-12T16:02:09.469 INFO:teuthology.orchestra.run.smithi133.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-12T16:02:09.469 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:09.469 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-12T16:02:09.469 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:02:09.469 INFO:teuthology.orchestra.run.smithi133.stdout:Install 2 Packages 2024-04-12T16:02:09.470 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:09.470 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 341 k 2024-04-12T16:02:09.470 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 1.5 M 2024-04-12T16:02:09.470 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-12T16:02:09.691 INFO:teuthology.orchestra.run.smithi133.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 523 kB/s | 77 kB 00:00 2024-04-12T16:02:09.941 INFO:teuthology.orchestra.run.smithi133.stdout:(2/2): ceph-volume-19.0.0-2847.gbf9c5618.el9.no 663 kB/s | 264 kB 00:00 2024-04-12T16:02:09.941 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:02:09.941 INFO:teuthology.orchestra.run.smithi133.stdout:Total 722 kB/s | 341 kB 00:00 2024-04-12T16:02:09.953 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-12T16:02:09.962 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-12T16:02:09.963 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-12T16:02:10.003 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-12T16:02:10.004 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-12T16:02:10.151 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-12T16:02:10.322 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-12T16:02:10.352 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-volume-2:19.0.0-2847.gbf9c5618.el9.noarch 2/2 2024-04-12T16:02:10.368 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-volume-2:19.0.0-2847.gbf9c5618.el9.noarch 2/2 2024-04-12T16:02:10.368 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-12T16:02:10.368 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-12T16:02:10.368 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:11.109 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-volume-2:19.0.0-2847.gbf9c5618.el9.noarch 1/2 2024-04-12T16:02:11.466 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-12T16:02:11.466 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:11.466 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-12T16:02:11.466 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-volume-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:02:11.466 INFO:teuthology.orchestra.run.smithi133.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-12T16:02:11.466 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:11.466 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-12T16:02:11.789 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install librados-devel 2024-04-12T16:02:12.404 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:25 ago on Fri 12 Apr 2024 03:59:47 PM UTC. 2024-04-12T16:02:12.694 INFO:teuthology.orchestra.run.smithi133.stderr:Modular dependency problems: 2024-04-12T16:02:12.694 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T16:02:12.694 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 1: conflicting requests 2024-04-12T16:02:12.694 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.694 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 2: conflicting requests 2024-04-12T16:02:12.695 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.695 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 3: conflicting requests 2024-04-12T16:02:12.695 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.695 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 4: conflicting requests 2024-04-12T16:02:12.695 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.695 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 5: conflicting requests 2024-04-12T16:02:12.695 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.695 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 6: conflicting requests 2024-04-12T16:02:12.695 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.695 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 7: conflicting requests 2024-04-12T16:02:12.695 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.695 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 8: conflicting requests 2024-04-12T16:02:12.695 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.696 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 9: conflicting requests 2024-04-12T16:02:12.696 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.696 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 10: conflicting requests 2024-04-12T16:02:12.696 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.696 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 11: conflicting requests 2024-04-12T16:02:12.696 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.696 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 12: conflicting requests 2024-04-12T16:02:12.696 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.696 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 13: conflicting requests 2024-04-12T16:02:12.696 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.696 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 14: conflicting requests 2024-04-12T16:02:12.696 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.696 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 15: conflicting requests 2024-04-12T16:02:12.696 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.696 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 16: conflicting requests 2024-04-12T16:02:12.697 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.697 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 17: conflicting requests 2024-04-12T16:02:12.697 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.697 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 18: conflicting requests 2024-04-12T16:02:12.697 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.697 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 19: conflicting requests 2024-04-12T16:02:12.697 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.697 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 20: conflicting requests 2024-04-12T16:02:12.697 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.697 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 21: conflicting requests 2024-04-12T16:02:12.697 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.697 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 22: conflicting requests 2024-04-12T16:02:12.697 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.697 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 23: conflicting requests 2024-04-12T16:02:12.698 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.698 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 24: conflicting requests 2024-04-12T16:02:12.698 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.698 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 25: conflicting requests 2024-04-12T16:02:12.698 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.698 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 26: conflicting requests 2024-04-12T16:02:12.698 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.698 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 27: conflicting requests 2024-04-12T16:02:12.698 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.698 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 28: conflicting requests 2024-04-12T16:02:12.698 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.698 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 29: conflicting requests 2024-04-12T16:02:12.698 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.698 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 30: conflicting requests 2024-04-12T16:02:12.699 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.699 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 31: conflicting requests 2024-04-12T16:02:12.699 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.699 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 32: conflicting requests 2024-04-12T16:02:12.699 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.699 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 33: conflicting requests 2024-04-12T16:02:12.699 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.699 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 34: conflicting requests 2024-04-12T16:02:12.699 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.699 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 35: conflicting requests 2024-04-12T16:02:12.699 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.699 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 36: conflicting requests 2024-04-12T16:02:12.699 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.699 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 37: conflicting requests 2024-04-12T16:02:12.700 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.700 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.700 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.700 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:12.700 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.700 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.700 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.700 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.700 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 39: conflicting requests 2024-04-12T16:02:12.700 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.700 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.700 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.700 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.700 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.700 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.701 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:12.701 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.701 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.701 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.701 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.701 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:12.701 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.701 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.701 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.701 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.701 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:12.701 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.701 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.701 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.701 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.702 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:12.702 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.702 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.702 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.702 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.702 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:12.702 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.702 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.702 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.702 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.702 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:12.702 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.702 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.702 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.703 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:12.764 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-12T16:02:12.764 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:02:12.764 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2024-04-12T16:02:12.764 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:02:12.764 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-12T16:02:12.764 INFO:teuthology.orchestra.run.smithi133.stdout: librados-devel x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 127 k 2024-04-12T16:02:12.765 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:12.765 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-12T16:02:12.765 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:02:12.765 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-12T16:02:12.765 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:12.765 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 127 k 2024-04-12T16:02:12.765 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 456 k 2024-04-12T16:02:12.765 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-12T16:02:13.130 INFO:teuthology.orchestra.run.smithi133.stdout:librados-devel-19.0.0-2847.gbf9c5618.el9.x86_64 349 kB/s | 127 kB 00:00 2024-04-12T16:02:13.131 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:02:13.131 INFO:teuthology.orchestra.run.smithi133.stdout:Total 347 kB/s | 127 kB 00:00 2024-04-12T16:02:13.131 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-12T16:02:13.136 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-12T16:02:13.136 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-12T16:02:13.197 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-12T16:02:13.197 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-12T16:02:13.341 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-12T16:02:13.446 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librados-devel-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:02:13.929 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados-devel-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:02:14.047 INFO:teuthology.orchestra.run.smithi037.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 693 kB/s | 16 MB 00:24 2024-04-12T16:02:14.049 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:02:14.049 INFO:teuthology.orchestra.run.smithi037.stdout:Total 988 kB/s | 38 MB 00:39 2024-04-12T16:02:14.243 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados-devel-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:02:14.243 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:14.243 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-12T16:02:14.243 INFO:teuthology.orchestra.run.smithi133.stdout: librados-devel-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:02:14.243 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:14.243 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-12T16:02:14.406 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-12T16:02:14.435 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-12T16:02:14.435 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-12T16:02:14.472 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install libcephfs2 2024-04-12T16:02:14.882 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-12T16:02:14.882 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-12T16:02:15.096 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:28 ago on Fri 12 Apr 2024 03:59:47 PM UTC. 2024-04-12T16:02:15.403 INFO:teuthology.orchestra.run.smithi133.stderr:Modular dependency problems: 2024-04-12T16:02:15.403 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T16:02:15.403 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 1: conflicting requests 2024-04-12T16:02:15.403 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.403 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 2: conflicting requests 2024-04-12T16:02:15.404 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.404 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 3: conflicting requests 2024-04-12T16:02:15.404 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.404 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 4: conflicting requests 2024-04-12T16:02:15.404 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.404 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 5: conflicting requests 2024-04-12T16:02:15.404 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.404 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 6: conflicting requests 2024-04-12T16:02:15.404 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.404 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 7: conflicting requests 2024-04-12T16:02:15.404 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.404 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 8: conflicting requests 2024-04-12T16:02:15.404 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.404 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 9: conflicting requests 2024-04-12T16:02:15.404 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.405 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 10: conflicting requests 2024-04-12T16:02:15.405 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.405 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 11: conflicting requests 2024-04-12T16:02:15.405 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.405 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 12: conflicting requests 2024-04-12T16:02:15.405 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.405 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 13: conflicting requests 2024-04-12T16:02:15.405 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.405 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 14: conflicting requests 2024-04-12T16:02:15.405 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.405 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 15: conflicting requests 2024-04-12T16:02:15.405 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.405 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 16: conflicting requests 2024-04-12T16:02:15.405 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.405 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 17: conflicting requests 2024-04-12T16:02:15.405 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.406 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 18: conflicting requests 2024-04-12T16:02:15.406 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.406 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 19: conflicting requests 2024-04-12T16:02:15.406 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.406 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 20: conflicting requests 2024-04-12T16:02:15.406 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.406 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 21: conflicting requests 2024-04-12T16:02:15.406 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.406 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 22: conflicting requests 2024-04-12T16:02:15.406 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.406 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 23: conflicting requests 2024-04-12T16:02:15.406 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.406 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 24: conflicting requests 2024-04-12T16:02:15.407 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.407 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 25: conflicting requests 2024-04-12T16:02:15.407 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.407 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 26: conflicting requests 2024-04-12T16:02:15.407 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.407 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 27: conflicting requests 2024-04-12T16:02:15.407 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.407 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 28: conflicting requests 2024-04-12T16:02:15.407 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.407 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 29: conflicting requests 2024-04-12T16:02:15.407 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.407 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 30: conflicting requests 2024-04-12T16:02:15.407 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.407 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 31: conflicting requests 2024-04-12T16:02:15.407 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.407 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 32: conflicting requests 2024-04-12T16:02:15.408 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.408 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 33: conflicting requests 2024-04-12T16:02:15.408 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.408 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 34: conflicting requests 2024-04-12T16:02:15.408 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.408 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 35: conflicting requests 2024-04-12T16:02:15.408 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.408 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 36: conflicting requests 2024-04-12T16:02:15.408 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.408 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 37: conflicting requests 2024-04-12T16:02:15.408 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.408 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.408 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.408 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:15.409 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.409 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.409 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.409 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.409 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 39: conflicting requests 2024-04-12T16:02:15.409 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.409 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.409 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.409 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.409 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.409 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.409 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:15.409 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.409 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.409 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.410 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.410 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:15.410 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.410 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.410 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.410 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.410 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:15.410 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.410 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.410 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.410 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.410 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:15.410 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.410 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.411 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.411 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.411 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:15.411 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.411 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.411 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.411 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.411 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:15.411 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.411 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.411 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.411 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:15.412 INFO:teuthology.orchestra.run.smithi133.stdout:Package libcephfs2-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:02:15.490 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-12T16:02:15.491 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-12T16:02:15.492 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-12T16:02:15.576 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install libcephfs-devel 2024-04-12T16:02:15.778 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-12T16:02:15.850 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-12T16:02:15.896 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-12T16:02:16.002 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-12T16:02:16.038 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-12T16:02:16.195 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:29 ago on Fri 12 Apr 2024 03:59:47 PM UTC. 2024-04-12T16:02:16.225 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-12T16:02:16.254 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-12T16:02:16.338 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-12T16:02:16.486 INFO:teuthology.orchestra.run.smithi133.stderr:Modular dependency problems: 2024-04-12T16:02:16.486 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T16:02:16.486 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 1: conflicting requests 2024-04-12T16:02:16.486 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.486 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 2: conflicting requests 2024-04-12T16:02:16.486 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.486 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 3: conflicting requests 2024-04-12T16:02:16.487 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.487 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 4: conflicting requests 2024-04-12T16:02:16.487 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.487 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 5: conflicting requests 2024-04-12T16:02:16.487 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.487 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 6: conflicting requests 2024-04-12T16:02:16.487 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.487 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 7: conflicting requests 2024-04-12T16:02:16.487 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.487 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 8: conflicting requests 2024-04-12T16:02:16.487 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.487 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 9: conflicting requests 2024-04-12T16:02:16.487 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.487 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 10: conflicting requests 2024-04-12T16:02:16.488 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.488 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 11: conflicting requests 2024-04-12T16:02:16.488 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.488 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 12: conflicting requests 2024-04-12T16:02:16.488 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.488 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 13: conflicting requests 2024-04-12T16:02:16.488 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.488 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 14: conflicting requests 2024-04-12T16:02:16.488 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.488 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 15: conflicting requests 2024-04-12T16:02:16.488 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.488 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 16: conflicting requests 2024-04-12T16:02:16.488 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.488 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 17: conflicting requests 2024-04-12T16:02:16.489 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.489 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 18: conflicting requests 2024-04-12T16:02:16.489 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.489 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 19: conflicting requests 2024-04-12T16:02:16.489 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.489 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 20: conflicting requests 2024-04-12T16:02:16.489 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.489 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 21: conflicting requests 2024-04-12T16:02:16.489 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.489 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 22: conflicting requests 2024-04-12T16:02:16.489 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.489 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 23: conflicting requests 2024-04-12T16:02:16.489 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.489 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 24: conflicting requests 2024-04-12T16:02:16.489 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.490 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 25: conflicting requests 2024-04-12T16:02:16.490 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.490 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 26: conflicting requests 2024-04-12T16:02:16.490 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.490 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 27: conflicting requests 2024-04-12T16:02:16.490 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.490 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 28: conflicting requests 2024-04-12T16:02:16.490 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.490 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 29: conflicting requests 2024-04-12T16:02:16.490 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.490 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 30: conflicting requests 2024-04-12T16:02:16.490 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.490 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 31: conflicting requests 2024-04-12T16:02:16.491 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.491 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 32: conflicting requests 2024-04-12T16:02:16.491 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.491 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 33: conflicting requests 2024-04-12T16:02:16.491 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.491 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 34: conflicting requests 2024-04-12T16:02:16.491 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.491 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 35: conflicting requests 2024-04-12T16:02:16.491 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.491 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 36: conflicting requests 2024-04-12T16:02:16.491 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.491 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 37: conflicting requests 2024-04-12T16:02:16.491 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.491 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.491 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.491 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:16.492 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.492 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.492 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.492 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.492 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 39: conflicting requests 2024-04-12T16:02:16.492 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.492 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.492 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.492 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.492 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.492 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.492 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:16.492 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.492 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.492 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.492 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.493 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:16.493 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.493 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.493 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.493 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.493 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:16.493 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.493 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.493 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.493 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.493 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:16.493 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.493 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.493 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.493 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.493 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:16.494 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.494 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.494 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.494 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.494 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:16.494 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.494 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.494 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.494 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:16.555 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-12T16:02:16.555 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:02:16.555 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2024-04-12T16:02:16.555 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:02:16.555 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-12T16:02:16.555 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs-devel x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 32 k 2024-04-12T16:02:16.555 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:16.555 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-12T16:02:16.556 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:02:16.556 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-12T16:02:16.556 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:16.556 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 32 k 2024-04-12T16:02:16.556 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 142 k 2024-04-12T16:02:16.556 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-12T16:02:16.917 INFO:teuthology.orchestra.run.smithi133.stdout:libcephfs-devel-19.0.0-2847.gbf9c5618.el9.x86_6 88 kB/s | 32 kB 00:00 2024-04-12T16:02:16.917 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:02:16.917 INFO:teuthology.orchestra.run.smithi133.stdout:Total 88 kB/s | 32 kB 00:00 2024-04-12T16:02:16.917 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-12T16:02:16.921 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-12T16:02:16.921 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-12T16:02:16.953 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-12T16:02:16.954 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-12T16:02:17.037 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-12T16:02:17.047 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-12T16:02:17.140 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephfs-devel-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:02:17.154 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-12T16:02:17.549 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:02:17.826 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephfs-devel-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:02:17.826 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:17.826 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-12T16:02:17.826 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs-devel-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:02:17.826 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:17.826 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-12T16:02:18.016 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install librados2 2024-04-12T16:02:18.465 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-12T16:02:18.622 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:31 ago on Fri 12 Apr 2024 03:59:47 PM UTC. 2024-04-12T16:02:18.917 INFO:teuthology.orchestra.run.smithi133.stderr:Modular dependency problems: 2024-04-12T16:02:18.917 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T16:02:18.918 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 1: conflicting requests 2024-04-12T16:02:18.918 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.918 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 2: conflicting requests 2024-04-12T16:02:18.918 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.918 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 3: conflicting requests 2024-04-12T16:02:18.918 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.918 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 4: conflicting requests 2024-04-12T16:02:18.918 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.918 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 5: conflicting requests 2024-04-12T16:02:18.918 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.918 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 6: conflicting requests 2024-04-12T16:02:18.918 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.918 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 7: conflicting requests 2024-04-12T16:02:18.918 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.919 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 8: conflicting requests 2024-04-12T16:02:18.919 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.919 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 9: conflicting requests 2024-04-12T16:02:18.919 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.919 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 10: conflicting requests 2024-04-12T16:02:18.919 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.919 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 11: conflicting requests 2024-04-12T16:02:18.919 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.919 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 12: conflicting requests 2024-04-12T16:02:18.919 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.919 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 13: conflicting requests 2024-04-12T16:02:18.919 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.919 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 14: conflicting requests 2024-04-12T16:02:18.919 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.920 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 15: conflicting requests 2024-04-12T16:02:18.920 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.920 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 16: conflicting requests 2024-04-12T16:02:18.920 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.920 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 17: conflicting requests 2024-04-12T16:02:18.920 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.920 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 18: conflicting requests 2024-04-12T16:02:18.920 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.920 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 19: conflicting requests 2024-04-12T16:02:18.920 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.920 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 20: conflicting requests 2024-04-12T16:02:18.920 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.920 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 21: conflicting requests 2024-04-12T16:02:18.920 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.920 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 22: conflicting requests 2024-04-12T16:02:18.920 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.921 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 23: conflicting requests 2024-04-12T16:02:18.921 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.921 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 24: conflicting requests 2024-04-12T16:02:18.921 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.921 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 25: conflicting requests 2024-04-12T16:02:18.921 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.921 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 26: conflicting requests 2024-04-12T16:02:18.921 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.921 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 27: conflicting requests 2024-04-12T16:02:18.921 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.921 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 28: conflicting requests 2024-04-12T16:02:18.921 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.921 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 29: conflicting requests 2024-04-12T16:02:18.921 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.921 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 30: conflicting requests 2024-04-12T16:02:18.922 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.922 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 31: conflicting requests 2024-04-12T16:02:18.922 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.922 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 32: conflicting requests 2024-04-12T16:02:18.922 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.922 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 33: conflicting requests 2024-04-12T16:02:18.922 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.922 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 34: conflicting requests 2024-04-12T16:02:18.922 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.922 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 35: conflicting requests 2024-04-12T16:02:18.922 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.922 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 36: conflicting requests 2024-04-12T16:02:18.922 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.922 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 37: conflicting requests 2024-04-12T16:02:18.923 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.923 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.923 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.923 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:18.923 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.923 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.923 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.923 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.923 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 39: conflicting requests 2024-04-12T16:02:18.923 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.923 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.923 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.923 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.923 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.923 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.923 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:18.924 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.924 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.924 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.924 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.924 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:18.924 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.924 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.924 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.924 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.924 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:18.924 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.924 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.924 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.924 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.925 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:18.925 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.925 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.925 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.925 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.925 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:18.925 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.925 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.925 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.925 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.925 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:18.925 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.925 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.925 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.925 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:18.926 INFO:teuthology.orchestra.run.smithi133.stdout:Package librados2-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:02:18.987 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-12T16:02:18.988 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-12T16:02:18.988 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-12T16:02:19.063 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install librbd1 2024-04-12T16:02:19.549 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-12T16:02:19.577 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2847.gbf9c5 12/12 2024-04-12T16:02:19.668 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:32 ago on Fri 12 Apr 2024 03:59:47 PM UTC. 2024-04-12T16:02:19.959 INFO:teuthology.orchestra.run.smithi133.stderr:Modular dependency problems: 2024-04-12T16:02:19.959 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T16:02:19.959 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 1: conflicting requests 2024-04-12T16:02:19.959 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.959 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 2: conflicting requests 2024-04-12T16:02:19.959 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.959 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 3: conflicting requests 2024-04-12T16:02:19.959 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.960 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 4: conflicting requests 2024-04-12T16:02:19.960 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.960 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 5: conflicting requests 2024-04-12T16:02:19.960 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.960 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 6: conflicting requests 2024-04-12T16:02:19.960 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.960 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 7: conflicting requests 2024-04-12T16:02:19.960 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.960 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 8: conflicting requests 2024-04-12T16:02:19.960 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.960 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 9: conflicting requests 2024-04-12T16:02:19.960 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.960 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 10: conflicting requests 2024-04-12T16:02:19.960 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.961 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 11: conflicting requests 2024-04-12T16:02:19.961 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.961 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 12: conflicting requests 2024-04-12T16:02:19.961 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.961 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 13: conflicting requests 2024-04-12T16:02:19.961 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.961 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 14: conflicting requests 2024-04-12T16:02:19.961 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.961 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 15: conflicting requests 2024-04-12T16:02:19.961 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.961 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 16: conflicting requests 2024-04-12T16:02:19.961 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.961 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 17: conflicting requests 2024-04-12T16:02:19.961 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.962 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 18: conflicting requests 2024-04-12T16:02:19.962 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.962 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 19: conflicting requests 2024-04-12T16:02:19.962 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.962 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 20: conflicting requests 2024-04-12T16:02:19.962 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.962 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 21: conflicting requests 2024-04-12T16:02:19.962 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.962 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 22: conflicting requests 2024-04-12T16:02:19.962 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.962 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 23: conflicting requests 2024-04-12T16:02:19.962 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.962 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 24: conflicting requests 2024-04-12T16:02:19.963 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.963 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 25: conflicting requests 2024-04-12T16:02:19.963 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.963 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 26: conflicting requests 2024-04-12T16:02:19.963 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.963 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 27: conflicting requests 2024-04-12T16:02:19.963 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.963 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 28: conflicting requests 2024-04-12T16:02:19.963 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.963 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 29: conflicting requests 2024-04-12T16:02:19.963 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.963 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 30: conflicting requests 2024-04-12T16:02:19.963 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.963 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 31: conflicting requests 2024-04-12T16:02:19.963 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.964 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 32: conflicting requests 2024-04-12T16:02:19.964 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.964 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 33: conflicting requests 2024-04-12T16:02:19.964 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.964 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 34: conflicting requests 2024-04-12T16:02:19.964 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.964 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 35: conflicting requests 2024-04-12T16:02:19.964 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.964 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 36: conflicting requests 2024-04-12T16:02:19.964 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.964 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 37: conflicting requests 2024-04-12T16:02:19.964 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.964 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.965 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.965 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:19.965 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.965 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.965 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.965 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.965 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 39: conflicting requests 2024-04-12T16:02:19.965 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.965 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.965 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.965 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.965 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.965 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.965 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:19.965 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.966 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.966 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.966 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.966 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:19.966 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.966 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.966 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.966 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.966 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:19.966 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.966 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.966 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.967 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.967 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:19.967 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.967 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.967 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.967 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.967 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:19.967 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.967 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.967 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.967 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.967 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:19.967 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.967 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.967 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.968 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:19.968 INFO:teuthology.orchestra.run.smithi133.stdout:Package librbd1-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:02:20.029 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-12T16:02:20.030 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-12T16:02:20.030 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-12T16:02:20.104 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-rados 2024-04-12T16:02:20.706 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:33 ago on Fri 12 Apr 2024 03:59:47 PM UTC. 2024-04-12T16:02:20.996 INFO:teuthology.orchestra.run.smithi133.stderr:Modular dependency problems: 2024-04-12T16:02:20.996 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T16:02:20.996 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 1: conflicting requests 2024-04-12T16:02:20.996 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:20.996 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 2: conflicting requests 2024-04-12T16:02:20.997 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:20.997 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 3: conflicting requests 2024-04-12T16:02:20.997 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:20.997 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 4: conflicting requests 2024-04-12T16:02:20.997 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:20.997 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 5: conflicting requests 2024-04-12T16:02:20.997 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:20.997 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 6: conflicting requests 2024-04-12T16:02:20.997 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:20.997 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 7: conflicting requests 2024-04-12T16:02:20.997 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:20.997 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 8: conflicting requests 2024-04-12T16:02:20.997 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:20.998 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 9: conflicting requests 2024-04-12T16:02:20.998 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:20.998 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 10: conflicting requests 2024-04-12T16:02:20.998 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:20.998 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 11: conflicting requests 2024-04-12T16:02:20.998 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:20.998 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 12: conflicting requests 2024-04-12T16:02:20.998 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:20.998 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 13: conflicting requests 2024-04-12T16:02:20.998 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:20.998 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 14: conflicting requests 2024-04-12T16:02:20.998 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:20.998 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 15: conflicting requests 2024-04-12T16:02:20.998 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:20.998 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 16: conflicting requests 2024-04-12T16:02:20.999 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:20.999 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 17: conflicting requests 2024-04-12T16:02:20.999 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:20.999 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 18: conflicting requests 2024-04-12T16:02:20.999 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:20.999 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 19: conflicting requests 2024-04-12T16:02:20.999 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:20.999 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 20: conflicting requests 2024-04-12T16:02:20.999 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:20.999 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 21: conflicting requests 2024-04-12T16:02:20.999 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:20.999 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 22: conflicting requests 2024-04-12T16:02:20.999 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:20.999 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 23: conflicting requests 2024-04-12T16:02:20.999 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.000 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 24: conflicting requests 2024-04-12T16:02:21.000 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.000 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 25: conflicting requests 2024-04-12T16:02:21.000 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.000 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 26: conflicting requests 2024-04-12T16:02:21.000 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.000 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 27: conflicting requests 2024-04-12T16:02:21.000 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.000 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 28: conflicting requests 2024-04-12T16:02:21.000 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.000 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 29: conflicting requests 2024-04-12T16:02:21.000 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.000 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 30: conflicting requests 2024-04-12T16:02:21.000 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.000 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 31: conflicting requests 2024-04-12T16:02:21.000 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.001 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 32: conflicting requests 2024-04-12T16:02:21.001 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.001 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 33: conflicting requests 2024-04-12T16:02:21.001 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.001 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 34: conflicting requests 2024-04-12T16:02:21.001 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.001 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 35: conflicting requests 2024-04-12T16:02:21.001 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.001 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 36: conflicting requests 2024-04-12T16:02:21.001 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.001 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 37: conflicting requests 2024-04-12T16:02:21.001 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.001 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.001 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.001 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:21.002 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.002 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.002 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.002 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.002 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 39: conflicting requests 2024-04-12T16:02:21.002 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.002 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.002 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.002 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.002 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.002 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.002 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:21.002 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.002 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.003 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.003 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.003 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:21.003 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.003 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.003 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.003 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.003 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:21.003 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.003 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.003 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.003 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.003 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:21.003 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.003 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.004 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.004 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.004 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:21.004 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.004 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.004 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.004 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.004 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:21.004 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.004 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.004 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.004 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:21.005 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-rados-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:02:21.066 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-12T16:02:21.067 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-12T16:02:21.067 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-12T16:02:21.147 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-rgw 2024-04-12T16:02:21.750 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:34 ago on Fri 12 Apr 2024 03:59:47 PM UTC. 2024-04-12T16:02:22.040 INFO:teuthology.orchestra.run.smithi133.stderr:Modular dependency problems: 2024-04-12T16:02:22.041 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T16:02:22.041 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 1: conflicting requests 2024-04-12T16:02:22.041 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.041 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 2: conflicting requests 2024-04-12T16:02:22.041 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.041 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 3: conflicting requests 2024-04-12T16:02:22.041 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.041 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 4: conflicting requests 2024-04-12T16:02:22.041 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.041 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 5: conflicting requests 2024-04-12T16:02:22.041 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.041 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 6: conflicting requests 2024-04-12T16:02:22.041 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.042 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 7: conflicting requests 2024-04-12T16:02:22.042 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.042 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 8: conflicting requests 2024-04-12T16:02:22.042 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.042 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 9: conflicting requests 2024-04-12T16:02:22.042 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.042 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 10: conflicting requests 2024-04-12T16:02:22.042 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.042 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 11: conflicting requests 2024-04-12T16:02:22.042 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.042 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 12: conflicting requests 2024-04-12T16:02:22.042 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.042 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 13: conflicting requests 2024-04-12T16:02:22.043 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.043 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 14: conflicting requests 2024-04-12T16:02:22.043 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.043 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 15: conflicting requests 2024-04-12T16:02:22.043 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.043 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 16: conflicting requests 2024-04-12T16:02:22.043 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.043 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 17: conflicting requests 2024-04-12T16:02:22.043 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.043 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 18: conflicting requests 2024-04-12T16:02:22.043 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.043 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 19: conflicting requests 2024-04-12T16:02:22.043 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.044 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 20: conflicting requests 2024-04-12T16:02:22.044 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.044 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 21: conflicting requests 2024-04-12T16:02:22.044 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.044 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 22: conflicting requests 2024-04-12T16:02:22.044 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.044 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 23: conflicting requests 2024-04-12T16:02:22.044 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.044 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 24: conflicting requests 2024-04-12T16:02:22.044 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.044 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 25: conflicting requests 2024-04-12T16:02:22.044 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.044 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 26: conflicting requests 2024-04-12T16:02:22.044 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.045 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 27: conflicting requests 2024-04-12T16:02:22.045 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.045 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 28: conflicting requests 2024-04-12T16:02:22.045 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.045 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 29: conflicting requests 2024-04-12T16:02:22.045 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.045 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 30: conflicting requests 2024-04-12T16:02:22.045 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.045 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 31: conflicting requests 2024-04-12T16:02:22.045 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.045 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 32: conflicting requests 2024-04-12T16:02:22.045 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.045 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 33: conflicting requests 2024-04-12T16:02:22.046 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.046 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 34: conflicting requests 2024-04-12T16:02:22.046 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.046 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 35: conflicting requests 2024-04-12T16:02:22.046 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.046 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 36: conflicting requests 2024-04-12T16:02:22.046 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.046 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 37: conflicting requests 2024-04-12T16:02:22.046 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.046 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.046 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.046 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:22.046 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.046 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.047 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.047 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.047 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 39: conflicting requests 2024-04-12T16:02:22.047 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.047 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.047 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.047 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.047 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.047 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.047 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:22.047 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.047 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.047 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.047 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.048 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:22.048 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.048 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.048 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.048 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.048 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:22.048 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.048 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.048 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.048 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.048 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:22.048 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.048 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.048 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.048 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.049 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:22.049 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.049 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.049 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.049 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.049 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:22.049 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.049 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.049 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.049 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:22.050 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-rgw-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:02:22.110 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-12T16:02:22.111 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-12T16:02:22.111 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-12T16:02:22.189 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-cephfs 2024-04-12T16:02:22.197 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2847.gbf9c5 12/12 2024-04-12T16:02:22.197 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2847.gbf9c5 1/12 2024-04-12T16:02:22.197 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-12T16:02:22.197 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-12T16:02:22.197 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-12T16:02:22.197 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-12T16:02:22.197 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-12T16:02:22.197 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-12T16:02:22.197 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-12T16:02:22.197 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 9/12 2024-04-12T16:02:22.197 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-12T16:02:22.197 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-12T16:02:22.702 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-12T16:02:22.703 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:22.703 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-12T16:02:22.703 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:02:22.703 INFO:teuthology.orchestra.run.smithi037.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-12T16:02:22.703 INFO:teuthology.orchestra.run.smithi037.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-12T16:02:22.703 INFO:teuthology.orchestra.run.smithi037.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-12T16:02:22.703 INFO:teuthology.orchestra.run.smithi037.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-12T16:02:22.704 INFO:teuthology.orchestra.run.smithi037.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-12T16:02:22.704 INFO:teuthology.orchestra.run.smithi037.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-12T16:02:22.704 INFO:teuthology.orchestra.run.smithi037.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-12T16:02:22.704 INFO:teuthology.orchestra.run.smithi037.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-12T16:02:22.704 INFO:teuthology.orchestra.run.smithi037.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-12T16:02:22.704 INFO:teuthology.orchestra.run.smithi037.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-12T16:02:22.704 INFO:teuthology.orchestra.run.smithi037.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-12T16:02:22.704 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:22.704 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-12T16:02:22.792 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:35 ago on Fri 12 Apr 2024 03:59:47 PM UTC. 2024-04-12T16:02:23.084 INFO:teuthology.orchestra.run.smithi133.stderr:Modular dependency problems: 2024-04-12T16:02:23.085 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T16:02:23.085 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 1: conflicting requests 2024-04-12T16:02:23.085 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.085 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 2: conflicting requests 2024-04-12T16:02:23.085 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.085 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 3: conflicting requests 2024-04-12T16:02:23.085 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.085 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 4: conflicting requests 2024-04-12T16:02:23.085 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.085 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 5: conflicting requests 2024-04-12T16:02:23.085 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.085 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 6: conflicting requests 2024-04-12T16:02:23.085 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.086 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 7: conflicting requests 2024-04-12T16:02:23.086 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.086 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 8: conflicting requests 2024-04-12T16:02:23.086 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.086 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 9: conflicting requests 2024-04-12T16:02:23.086 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.086 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 10: conflicting requests 2024-04-12T16:02:23.086 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.086 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 11: conflicting requests 2024-04-12T16:02:23.086 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.086 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 12: conflicting requests 2024-04-12T16:02:23.086 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.087 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 13: conflicting requests 2024-04-12T16:02:23.087 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.087 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 14: conflicting requests 2024-04-12T16:02:23.087 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.087 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 15: conflicting requests 2024-04-12T16:02:23.087 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.087 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 16: conflicting requests 2024-04-12T16:02:23.087 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.087 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 17: conflicting requests 2024-04-12T16:02:23.087 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.087 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 18: conflicting requests 2024-04-12T16:02:23.087 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.087 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 19: conflicting requests 2024-04-12T16:02:23.087 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.088 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 20: conflicting requests 2024-04-12T16:02:23.088 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.088 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 21: conflicting requests 2024-04-12T16:02:23.088 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.088 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 22: conflicting requests 2024-04-12T16:02:23.088 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.088 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 23: conflicting requests 2024-04-12T16:02:23.088 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.088 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 24: conflicting requests 2024-04-12T16:02:23.088 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.088 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 25: conflicting requests 2024-04-12T16:02:23.088 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.088 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 26: conflicting requests 2024-04-12T16:02:23.088 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.089 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 27: conflicting requests 2024-04-12T16:02:23.089 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.089 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 28: conflicting requests 2024-04-12T16:02:23.089 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.089 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 29: conflicting requests 2024-04-12T16:02:23.089 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.089 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 30: conflicting requests 2024-04-12T16:02:23.089 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.089 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 31: conflicting requests 2024-04-12T16:02:23.089 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.089 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 32: conflicting requests 2024-04-12T16:02:23.089 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.089 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 33: conflicting requests 2024-04-12T16:02:23.089 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.090 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 34: conflicting requests 2024-04-12T16:02:23.090 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.090 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 35: conflicting requests 2024-04-12T16:02:23.090 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.090 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 36: conflicting requests 2024-04-12T16:02:23.090 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.090 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 37: conflicting requests 2024-04-12T16:02:23.090 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.090 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.090 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.090 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:23.090 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.090 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.090 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.091 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.091 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 39: conflicting requests 2024-04-12T16:02:23.091 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.091 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.091 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.091 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.091 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.091 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.092 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:23.092 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.092 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.092 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.092 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.092 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:23.092 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.092 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.092 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.092 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.092 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:23.092 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.093 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.093 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.093 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.093 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:23.093 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.093 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.093 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.093 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.093 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:23.093 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.093 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.093 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.093 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.094 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:23.094 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.094 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.094 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.094 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:23.094 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-cephfs-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:02:23.111 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-mgr-rook 2024-04-12T16:02:23.153 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-12T16:02:23.155 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-12T16:02:23.155 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-12T16:02:23.234 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-rbd 2024-04-12T16:02:23.730 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:02:18 ago on Fri 12 Apr 2024 04:00:05 PM UTC. 2024-04-12T16:02:23.839 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:36 ago on Fri 12 Apr 2024 03:59:47 PM UTC. 2024-04-12T16:02:24.033 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-12T16:02:24.034 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:02:24.034 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-12T16:02:24.034 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.034 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-12T16:02:24.034 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.034 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-12T16:02:24.034 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.034 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-12T16:02:24.034 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.034 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-12T16:02:24.034 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.034 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-12T16:02:24.034 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.035 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-12T16:02:24.035 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.035 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-12T16:02:24.035 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.035 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-12T16:02:24.035 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.035 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-12T16:02:24.035 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.035 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-12T16:02:24.035 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.035 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-12T16:02:24.035 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.035 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-12T16:02:24.035 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.035 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-12T16:02:24.035 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.036 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-12T16:02:24.036 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.036 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-12T16:02:24.036 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.036 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-12T16:02:24.036 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.036 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-12T16:02:24.036 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.036 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-12T16:02:24.036 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.036 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-12T16:02:24.036 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.036 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-12T16:02:24.036 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.037 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-12T16:02:24.037 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.037 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-12T16:02:24.037 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.037 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-12T16:02:24.037 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.037 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-12T16:02:24.037 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.037 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-12T16:02:24.037 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.037 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-12T16:02:24.037 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.037 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-12T16:02:24.037 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.037 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-12T16:02:24.038 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.038 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-12T16:02:24.038 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.038 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-12T16:02:24.038 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.038 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-12T16:02:24.038 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.038 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-12T16:02:24.038 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.038 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-12T16:02:24.038 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.038 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-12T16:02:24.039 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.039 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-12T16:02:24.039 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.039 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-12T16:02:24.039 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.039 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.039 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.039 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:24.039 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.039 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.039 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.039 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.039 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-12T16:02:24.039 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.040 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.040 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.040 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.040 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.040 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.040 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:24.040 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.040 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.040 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.040 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.040 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:24.040 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.041 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.041 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.041 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.041 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:24.041 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.041 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.041 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.041 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.041 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:24.041 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.041 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.041 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.041 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.041 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:24.041 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.042 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.042 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.042 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.042 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:24.042 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.042 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.042 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.042 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.111 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-12T16:02:24.112 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:02:24.112 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2024-04-12T16:02:24.113 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:02:24.113 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-12T16:02:24.113 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-rook noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 49 k 2024-04-12T16:02:24.113 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2024-04-12T16:02:24.113 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-12T16:02:24.113 INFO:teuthology.orchestra.run.smithi037.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-12T16:02:24.113 INFO:teuthology.orchestra.run.smithi037.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-12T16:02:24.113 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-12T16:02:24.113 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-12T16:02:24.113 INFO:teuthology.orchestra.run.smithi037.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-12T16:02:24.113 INFO:teuthology.orchestra.run.smithi037.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-12T16:02:24.113 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-12T16:02:24.113 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-12T16:02:24.113 INFO:teuthology.orchestra.run.smithi037.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-12T16:02:24.114 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-12T16:02:24.114 INFO:teuthology.orchestra.run.smithi037.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-12T16:02:24.114 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:24.114 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-12T16:02:24.114 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:02:24.114 INFO:teuthology.orchestra.run.smithi037.stdout:Install 13 Packages 2024-04-12T16:02:24.114 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:24.114 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 2.2 M 2024-04-12T16:02:24.115 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 26 M 2024-04-12T16:02:24.115 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-12T16:02:24.128 INFO:teuthology.orchestra.run.smithi133.stderr:Modular dependency problems: 2024-04-12T16:02:24.128 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T16:02:24.128 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 1: conflicting requests 2024-04-12T16:02:24.129 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.129 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 2: conflicting requests 2024-04-12T16:02:24.129 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.129 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 3: conflicting requests 2024-04-12T16:02:24.129 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.129 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 4: conflicting requests 2024-04-12T16:02:24.130 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.130 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 5: conflicting requests 2024-04-12T16:02:24.130 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.130 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 6: conflicting requests 2024-04-12T16:02:24.130 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.130 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 7: conflicting requests 2024-04-12T16:02:24.131 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.131 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 8: conflicting requests 2024-04-12T16:02:24.131 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.131 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 9: conflicting requests 2024-04-12T16:02:24.131 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.132 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 10: conflicting requests 2024-04-12T16:02:24.132 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.132 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 11: conflicting requests 2024-04-12T16:02:24.132 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.132 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 12: conflicting requests 2024-04-12T16:02:24.132 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.133 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 13: conflicting requests 2024-04-12T16:02:24.133 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.133 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 14: conflicting requests 2024-04-12T16:02:24.133 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.133 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 15: conflicting requests 2024-04-12T16:02:24.133 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.134 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 16: conflicting requests 2024-04-12T16:02:24.134 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.134 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 17: conflicting requests 2024-04-12T16:02:24.134 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.134 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 18: conflicting requests 2024-04-12T16:02:24.135 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.135 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 19: conflicting requests 2024-04-12T16:02:24.135 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.135 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 20: conflicting requests 2024-04-12T16:02:24.135 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.135 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 21: conflicting requests 2024-04-12T16:02:24.136 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.136 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 22: conflicting requests 2024-04-12T16:02:24.136 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.136 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 23: conflicting requests 2024-04-12T16:02:24.136 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.137 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 24: conflicting requests 2024-04-12T16:02:24.137 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.137 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 25: conflicting requests 2024-04-12T16:02:24.137 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.137 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 26: conflicting requests 2024-04-12T16:02:24.138 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.138 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 27: conflicting requests 2024-04-12T16:02:24.138 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.138 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 28: conflicting requests 2024-04-12T16:02:24.138 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.138 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 29: conflicting requests 2024-04-12T16:02:24.139 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.139 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 30: conflicting requests 2024-04-12T16:02:24.139 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.139 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 31: conflicting requests 2024-04-12T16:02:24.139 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.139 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 32: conflicting requests 2024-04-12T16:02:24.139 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.139 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 33: conflicting requests 2024-04-12T16:02:24.139 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.139 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 34: conflicting requests 2024-04-12T16:02:24.139 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.140 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 35: conflicting requests 2024-04-12T16:02:24.140 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.140 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 36: conflicting requests 2024-04-12T16:02:24.140 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.140 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 37: conflicting requests 2024-04-12T16:02:24.140 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.141 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.141 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.141 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:24.141 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.141 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.141 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.141 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.141 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 39: conflicting requests 2024-04-12T16:02:24.141 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.141 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.142 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.142 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.142 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.142 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.142 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:24.142 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.142 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.142 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.142 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.142 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:24.142 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.142 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.142 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.143 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.143 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:24.143 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.143 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.143 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.143 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.143 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:24.143 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.143 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.143 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.143 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.143 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:24.144 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.144 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.144 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.144 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.144 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:24.144 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.144 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.144 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.144 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:24.144 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-rbd-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:02:24.198 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-12T16:02:24.199 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-12T16:02:24.200 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-12T16:02:24.275 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install rbd-fuse 2024-04-12T16:02:24.880 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:37 ago on Fri 12 Apr 2024 03:59:47 PM UTC. 2024-04-12T16:02:25.093 INFO:teuthology.orchestra.run.smithi037.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 68 kB/s | 26 kB 00:00 2024-04-12T16:02:25.118 INFO:teuthology.orchestra.run.smithi037.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 48 kB/s | 19 kB 00:00 2024-04-12T16:02:25.171 INFO:teuthology.orchestra.run.smithi133.stderr:Modular dependency problems: 2024-04-12T16:02:25.171 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T16:02:25.171 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 1: conflicting requests 2024-04-12T16:02:25.171 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.171 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 2: conflicting requests 2024-04-12T16:02:25.171 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.171 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 3: conflicting requests 2024-04-12T16:02:25.171 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.171 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 4: conflicting requests 2024-04-12T16:02:25.171 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.171 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 5: conflicting requests 2024-04-12T16:02:25.171 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.171 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 6: conflicting requests 2024-04-12T16:02:25.172 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.172 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 7: conflicting requests 2024-04-12T16:02:25.172 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.172 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 8: conflicting requests 2024-04-12T16:02:25.172 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.172 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 9: conflicting requests 2024-04-12T16:02:25.172 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.172 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 10: conflicting requests 2024-04-12T16:02:25.172 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.172 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 11: conflicting requests 2024-04-12T16:02:25.172 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.172 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 12: conflicting requests 2024-04-12T16:02:25.172 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.172 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 13: conflicting requests 2024-04-12T16:02:25.173 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.173 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 14: conflicting requests 2024-04-12T16:02:25.173 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.173 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 15: conflicting requests 2024-04-12T16:02:25.173 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.173 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 16: conflicting requests 2024-04-12T16:02:25.173 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.173 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 17: conflicting requests 2024-04-12T16:02:25.173 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.173 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 18: conflicting requests 2024-04-12T16:02:25.173 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.173 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 19: conflicting requests 2024-04-12T16:02:25.173 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.173 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 20: conflicting requests 2024-04-12T16:02:25.174 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.174 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 21: conflicting requests 2024-04-12T16:02:25.174 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.174 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 22: conflicting requests 2024-04-12T16:02:25.174 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.174 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 23: conflicting requests 2024-04-12T16:02:25.174 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.174 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 24: conflicting requests 2024-04-12T16:02:25.174 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.174 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 25: conflicting requests 2024-04-12T16:02:25.174 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.174 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 26: conflicting requests 2024-04-12T16:02:25.174 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.174 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 27: conflicting requests 2024-04-12T16:02:25.174 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.175 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 28: conflicting requests 2024-04-12T16:02:25.175 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.175 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 29: conflicting requests 2024-04-12T16:02:25.175 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.175 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 30: conflicting requests 2024-04-12T16:02:25.175 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.175 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 31: conflicting requests 2024-04-12T16:02:25.175 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.175 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 32: conflicting requests 2024-04-12T16:02:25.175 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.175 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 33: conflicting requests 2024-04-12T16:02:25.175 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.175 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 34: conflicting requests 2024-04-12T16:02:25.176 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.176 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 35: conflicting requests 2024-04-12T16:02:25.176 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.176 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 36: conflicting requests 2024-04-12T16:02:25.176 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.176 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 37: conflicting requests 2024-04-12T16:02:25.176 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.176 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.176 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.176 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:25.176 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.176 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.176 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.176 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.176 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 39: conflicting requests 2024-04-12T16:02:25.177 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.177 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.177 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.177 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.177 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.177 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.177 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:25.177 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.177 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.177 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.177 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.177 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:25.177 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.177 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.177 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.178 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.178 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:25.178 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.178 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.178 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.178 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.178 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:25.178 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.178 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.178 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.178 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.178 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:25.178 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.178 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.179 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.179 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.179 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:25.179 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.179 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.179 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.179 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:25.218 INFO:teuthology.orchestra.run.smithi037.stdout:(3/13): ceph-mgr-rook-19.0.0-2847.gbf9c5618.el9 98 kB/s | 49 kB 00:00 2024-04-12T16:02:25.241 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-12T16:02:25.242 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:02:25.242 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-04-12T16:02:25.242 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:02:25.242 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-12T16:02:25.242 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-fuse x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 85 k 2024-04-12T16:02:25.242 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:25.242 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-12T16:02:25.242 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:02:25.242 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-12T16:02:25.242 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:25.242 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 85 k 2024-04-12T16:02:25.242 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 231 k 2024-04-12T16:02:25.243 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-12T16:02:25.343 INFO:teuthology.orchestra.run.smithi037.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 891 kB/s | 222 kB 00:00 2024-04-12T16:02:25.394 INFO:teuthology.orchestra.run.smithi037.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 576 kB/s | 159 kB 00:00 2024-04-12T16:02:25.495 INFO:teuthology.orchestra.run.smithi037.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 428 kB/s | 54 kB 00:00 2024-04-12T16:02:25.769 INFO:teuthology.orchestra.run.smithi133.stdout:rbd-fuse-19.0.0-2847.gbf9c5618.el9.x86_64.rpm 162 kB/s | 85 kB 00:00 2024-04-12T16:02:25.770 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:02:25.770 INFO:teuthology.orchestra.run.smithi133.stdout:Total 161 kB/s | 85 kB 00:00 2024-04-12T16:02:25.770 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-12T16:02:25.778 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-12T16:02:25.778 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-12T16:02:25.795 INFO:teuthology.orchestra.run.smithi037.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 484 kB/s | 279 kB 00:00 2024-04-12T16:02:25.838 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-12T16:02:25.839 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-12T16:02:25.978 INFO:teuthology.orchestra.run.smithi037.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 55 kB/s | 32 kB 00:00 2024-04-12T16:02:26.019 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-12T16:02:26.070 INFO:teuthology.orchestra.run.smithi037.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 27 kB/s | 15 kB 00:00 2024-04-12T16:02:26.118 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : rbd-fuse-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:02:26.345 INFO:teuthology.orchestra.run.smithi037.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 216 kB/s | 59 kB 00:00 2024-04-12T16:02:26.525 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:02:26.545 INFO:teuthology.orchestra.run.smithi037.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 270 kB/s | 203 kB 00:00 2024-04-12T16:02:26.571 INFO:teuthology.orchestra.run.smithi037.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 398 kB/s | 90 kB 00:00 2024-04-12T16:02:26.604 INFO:teuthology.orchestra.run.smithi037.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.6 MB/s | 1.0 MB 00:00 2024-04-12T16:02:26.611 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:02:26.611 INFO:teuthology.orchestra.run.smithi037.stdout:Total 902 kB/s | 2.2 MB 00:02 2024-04-12T16:02:26.681 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-12T16:02:26.697 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-12T16:02:26.697 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-12T16:02:26.800 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-12T16:02:26.800 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-12T16:02:26.849 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : rbd-fuse-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:02:26.849 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:26.849 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-12T16:02:26.850 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-fuse-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:02:26.850 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:26.850 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-12T16:02:27.067 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install rbd-mirror 2024-04-12T16:02:27.450 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-12T16:02:27.635 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-12T16:02:27.678 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:40 ago on Fri 12 Apr 2024 03:59:47 PM UTC. 2024-04-12T16:02:27.707 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-12T16:02:27.764 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-12T16:02:27.799 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-12T16:02:27.841 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-12T16:02:27.938 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-12T16:02:27.975 INFO:teuthology.orchestra.run.smithi133.stderr:Modular dependency problems: 2024-04-12T16:02:27.975 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T16:02:27.975 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 1: conflicting requests 2024-04-12T16:02:27.975 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.975 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 2: conflicting requests 2024-04-12T16:02:27.975 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.975 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 3: conflicting requests 2024-04-12T16:02:27.975 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.975 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 4: conflicting requests 2024-04-12T16:02:27.975 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.975 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 5: conflicting requests 2024-04-12T16:02:27.976 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.976 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 6: conflicting requests 2024-04-12T16:02:27.976 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.976 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 7: conflicting requests 2024-04-12T16:02:27.976 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.976 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 8: conflicting requests 2024-04-12T16:02:27.976 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.976 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 9: conflicting requests 2024-04-12T16:02:27.976 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.976 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 10: conflicting requests 2024-04-12T16:02:27.976 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.976 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 11: conflicting requests 2024-04-12T16:02:27.977 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.977 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 12: conflicting requests 2024-04-12T16:02:27.977 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.977 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 13: conflicting requests 2024-04-12T16:02:27.977 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.977 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 14: conflicting requests 2024-04-12T16:02:27.977 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.977 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 15: conflicting requests 2024-04-12T16:02:27.977 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.977 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 16: conflicting requests 2024-04-12T16:02:27.977 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.977 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 17: conflicting requests 2024-04-12T16:02:27.978 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.978 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 18: conflicting requests 2024-04-12T16:02:27.978 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.978 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 19: conflicting requests 2024-04-12T16:02:27.978 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.978 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 20: conflicting requests 2024-04-12T16:02:27.978 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.978 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 21: conflicting requests 2024-04-12T16:02:27.978 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.978 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 22: conflicting requests 2024-04-12T16:02:27.978 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.978 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 23: conflicting requests 2024-04-12T16:02:27.978 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.979 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 24: conflicting requests 2024-04-12T16:02:27.979 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.979 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 25: conflicting requests 2024-04-12T16:02:27.979 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.979 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 26: conflicting requests 2024-04-12T16:02:27.979 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.979 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 27: conflicting requests 2024-04-12T16:02:27.979 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.979 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 28: conflicting requests 2024-04-12T16:02:27.979 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.979 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 29: conflicting requests 2024-04-12T16:02:27.979 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.979 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 30: conflicting requests 2024-04-12T16:02:27.979 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.979 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 31: conflicting requests 2024-04-12T16:02:27.980 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.980 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 32: conflicting requests 2024-04-12T16:02:27.980 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.980 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 33: conflicting requests 2024-04-12T16:02:27.980 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.980 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 34: conflicting requests 2024-04-12T16:02:27.980 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.980 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 35: conflicting requests 2024-04-12T16:02:27.980 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.980 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 36: conflicting requests 2024-04-12T16:02:27.980 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.980 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 37: conflicting requests 2024-04-12T16:02:27.980 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.980 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.980 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.981 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:27.981 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.981 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.981 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.981 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.981 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 39: conflicting requests 2024-04-12T16:02:27.981 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.981 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.981 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.981 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.981 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.981 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.981 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:27.981 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.982 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.982 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.982 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.982 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:27.982 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.982 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.982 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.982 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.982 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:27.982 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.982 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.982 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.982 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.983 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:27.983 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.983 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.983 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.983 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.983 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:27.983 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.983 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.983 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.983 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.983 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:27.983 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.983 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.984 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:27.984 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:28.042 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-12T16:02:28.043 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:02:28.043 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2024-04-12T16:02:28.043 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:02:28.043 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-12T16:02:28.043 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-mirror x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 3.1 M 2024-04-12T16:02:28.043 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:28.043 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-12T16:02:28.043 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:02:28.043 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-12T16:02:28.043 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:28.043 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 3.1 M 2024-04-12T16:02:28.043 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 13 M 2024-04-12T16:02:28.044 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-12T16:02:28.047 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-12T16:02:28.101 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-12T16:02:28.866 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-12T16:02:28.924 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-12T16:02:28.955 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-12T16:02:29.004 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-12T16:02:29.061 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-mgr-rook-2:19.0.0-2847.gbf9c5618.el9.noarch 13/13 2024-04-12T16:02:29.156 INFO:teuthology.orchestra.run.smithi133.stdout:rbd-mirror-19.0.0-2847.gbf9c5618.el9.x86_64.rpm 2.8 MB/s | 3.1 MB 00:01 2024-04-12T16:02:29.157 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:02:29.157 INFO:teuthology.orchestra.run.smithi133.stdout:Total 2.8 MB/s | 3.1 MB 00:01 2024-04-12T16:02:29.157 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-12T16:02:29.166 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-12T16:02:29.167 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-12T16:02:29.244 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-12T16:02:29.245 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-12T16:02:29.678 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-12T16:02:29.732 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : rbd-mirror-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:02:29.758 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:02:29.758 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-12T16:02:29.758 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-12T16:02:29.758 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-12T16:02:29.758 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-12T16:02:29.758 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:29.809 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2847.gbf9c5618.el9.noarch 13/13 2024-04-12T16:02:29.809 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2847.gbf9c5618.el9.noarch 1/13 2024-04-12T16:02:29.809 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-12T16:02:29.809 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-12T16:02:29.810 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-12T16:02:29.810 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-12T16:02:29.810 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-12T16:02:29.810 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-12T16:02:29.810 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-12T16:02:29.810 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-12T16:02:29.810 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-12T16:02:29.810 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-12T16:02:29.810 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-12T16:02:30.235 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-12T16:02:30.235 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:30.235 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-12T16:02:30.235 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-rook-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:02:30.235 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-12T16:02:30.235 INFO:teuthology.orchestra.run.smithi037.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-12T16:02:30.235 INFO:teuthology.orchestra.run.smithi037.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-12T16:02:30.235 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-12T16:02:30.235 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-12T16:02:30.235 INFO:teuthology.orchestra.run.smithi037.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-12T16:02:30.235 INFO:teuthology.orchestra.run.smithi037.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-12T16:02:30.235 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-12T16:02:30.235 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-12T16:02:30.235 INFO:teuthology.orchestra.run.smithi037.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-12T16:02:30.236 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-12T16:02:30.236 INFO:teuthology.orchestra.run.smithi037.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-12T16:02:30.236 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:30.236 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-12T16:02:30.507 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-mgr-cephadm 2024-04-12T16:02:30.880 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : rbd-mirror-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:02:30.881 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:30.881 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-12T16:02:30.881 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-mirror-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:02:30.881 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:30.881 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-12T16:02:31.107 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install rbd-nbd 2024-04-12T16:02:31.119 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:02:26 ago on Fri 12 Apr 2024 04:00:05 PM UTC. 2024-04-12T16:02:31.438 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-12T16:02:31.438 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:02:31.438 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-12T16:02:31.438 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.438 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-12T16:02:31.438 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.438 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-12T16:02:31.438 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.438 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-12T16:02:31.438 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.438 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-12T16:02:31.438 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.439 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-12T16:02:31.439 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.439 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-12T16:02:31.439 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.439 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-12T16:02:31.439 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.439 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-12T16:02:31.439 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.439 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-12T16:02:31.439 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.439 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-12T16:02:31.439 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.439 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-12T16:02:31.439 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.439 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-12T16:02:31.439 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.440 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-12T16:02:31.440 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.440 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-12T16:02:31.440 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.440 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-12T16:02:31.440 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.440 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-12T16:02:31.440 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.440 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-12T16:02:31.440 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.440 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-12T16:02:31.440 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.440 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-12T16:02:31.440 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.440 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-12T16:02:31.441 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.441 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-12T16:02:31.441 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.441 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-12T16:02:31.441 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.441 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-12T16:02:31.441 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.441 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-12T16:02:31.441 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.441 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-12T16:02:31.441 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.441 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-12T16:02:31.441 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.441 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-12T16:02:31.442 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.442 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-12T16:02:31.442 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.442 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-12T16:02:31.442 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.442 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-12T16:02:31.442 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.442 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-12T16:02:31.442 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.442 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-12T16:02:31.442 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.442 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-12T16:02:31.442 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.443 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-12T16:02:31.443 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.443 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-12T16:02:31.443 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.443 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-12T16:02:31.443 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.443 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.443 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.443 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:31.443 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.443 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.443 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.443 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.443 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-12T16:02:31.444 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.444 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.444 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.444 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.444 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.444 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.444 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:31.444 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.444 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.444 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.444 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.444 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:31.444 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.444 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.445 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.445 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.445 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:31.445 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.445 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.445 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.445 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.445 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:31.445 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.445 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.445 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.445 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.445 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:31.445 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.446 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.446 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.446 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.446 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:31.446 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.446 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.446 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.446 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:31.514 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-12T16:02:31.515 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:02:31.515 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2024-04-12T16:02:31.515 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:02:31.515 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-12T16:02:31.515 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 142 k 2024-04-12T16:02:31.515 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2024-04-12T16:02:31.515 INFO:teuthology.orchestra.run.smithi037.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-12T16:02:31.515 INFO:teuthology.orchestra.run.smithi037.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-12T16:02:31.515 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-12T16:02:31.516 INFO:teuthology.orchestra.run.smithi037.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-12T16:02:31.516 INFO:teuthology.orchestra.run.smithi037.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-12T16:02:31.516 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:31.516 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-12T16:02:31.516 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:02:31.516 INFO:teuthology.orchestra.run.smithi037.stdout:Install 6 Packages 2024-04-12T16:02:31.516 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:31.516 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 7.0 M 2024-04-12T16:02:31.517 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 33 M 2024-04-12T16:02:31.517 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-12T16:02:31.721 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:44 ago on Fri 12 Apr 2024 03:59:47 PM UTC. 2024-04-12T16:02:31.989 INFO:teuthology.orchestra.run.smithi037.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.5 MB/s | 248 kB 00:00 2024-04-12T16:02:32.010 INFO:teuthology.orchestra.run.smithi133.stderr:Modular dependency problems: 2024-04-12T16:02:32.011 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T16:02:32.011 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 1: conflicting requests 2024-04-12T16:02:32.011 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.011 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 2: conflicting requests 2024-04-12T16:02:32.011 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.011 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 3: conflicting requests 2024-04-12T16:02:32.011 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.011 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 4: conflicting requests 2024-04-12T16:02:32.011 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.011 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 5: conflicting requests 2024-04-12T16:02:32.011 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.011 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 6: conflicting requests 2024-04-12T16:02:32.011 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.012 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 7: conflicting requests 2024-04-12T16:02:32.012 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.012 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 8: conflicting requests 2024-04-12T16:02:32.012 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.012 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 9: conflicting requests 2024-04-12T16:02:32.012 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.012 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 10: conflicting requests 2024-04-12T16:02:32.012 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.012 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 11: conflicting requests 2024-04-12T16:02:32.012 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.012 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 12: conflicting requests 2024-04-12T16:02:32.012 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.012 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 13: conflicting requests 2024-04-12T16:02:32.013 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.013 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 14: conflicting requests 2024-04-12T16:02:32.013 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.013 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 15: conflicting requests 2024-04-12T16:02:32.013 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.013 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 16: conflicting requests 2024-04-12T16:02:32.013 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.013 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 17: conflicting requests 2024-04-12T16:02:32.013 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.013 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 18: conflicting requests 2024-04-12T16:02:32.013 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.013 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 19: conflicting requests 2024-04-12T16:02:32.014 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.014 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 20: conflicting requests 2024-04-12T16:02:32.014 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.014 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 21: conflicting requests 2024-04-12T16:02:32.014 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.014 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 22: conflicting requests 2024-04-12T16:02:32.014 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.014 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 23: conflicting requests 2024-04-12T16:02:32.014 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.014 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 24: conflicting requests 2024-04-12T16:02:32.014 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.014 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 25: conflicting requests 2024-04-12T16:02:32.015 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.015 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 26: conflicting requests 2024-04-12T16:02:32.015 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.015 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 27: conflicting requests 2024-04-12T16:02:32.015 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.015 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 28: conflicting requests 2024-04-12T16:02:32.015 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.015 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 29: conflicting requests 2024-04-12T16:02:32.015 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.015 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 30: conflicting requests 2024-04-12T16:02:32.015 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.015 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 31: conflicting requests 2024-04-12T16:02:32.015 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.015 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 32: conflicting requests 2024-04-12T16:02:32.015 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.015 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 33: conflicting requests 2024-04-12T16:02:32.015 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.016 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 34: conflicting requests 2024-04-12T16:02:32.016 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.016 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 35: conflicting requests 2024-04-12T16:02:32.016 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.016 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 36: conflicting requests 2024-04-12T16:02:32.016 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.016 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 37: conflicting requests 2024-04-12T16:02:32.016 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.016 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.016 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.016 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:32.016 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.016 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.016 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.017 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.017 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 39: conflicting requests 2024-04-12T16:02:32.017 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.017 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.017 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.017 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.017 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.017 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.017 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:32.017 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.017 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.017 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.017 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.017 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:32.018 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.018 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.018 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.018 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.018 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:32.018 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.018 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.018 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.018 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.018 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:32.018 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.018 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.018 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.018 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.018 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:32.019 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.019 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.019 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.019 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.019 INFO:teuthology.orchestra.run.smithi133.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:32.019 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.019 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.019 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.019 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:32.065 INFO:teuthology.orchestra.run.smithi037.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2847.gbf9c5618.e 604 kB/s | 142 kB 00:00 2024-04-12T16:02:32.079 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-12T16:02:32.079 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:02:32.079 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-04-12T16:02:32.080 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:02:32.080 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-12T16:02:32.080 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-nbd x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 170 k 2024-04-12T16:02:32.080 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:32.080 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-12T16:02:32.080 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-12T16:02:32.080 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-12T16:02:32.080 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:32.080 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 170 k 2024-04-12T16:02:32.081 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 494 k 2024-04-12T16:02:32.081 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-12T16:02:32.181 INFO:teuthology.orchestra.run.smithi037.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 17 MB/s | 6.0 MB 00:00 2024-04-12T16:02:32.332 INFO:teuthology.orchestra.run.smithi037.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 216 kB/s | 58 kB 00:00 2024-04-12T16:02:32.390 INFO:teuthology.orchestra.run.smithi037.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 245 kB/s | 51 kB 00:00 2024-04-12T16:02:32.492 INFO:teuthology.orchestra.run.smithi133.stdout:rbd-nbd-19.0.0-2847.gbf9c5618.el9.x86_64.rpm 414 kB/s | 170 kB 00:00 2024-04-12T16:02:32.493 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:02:32.493 INFO:teuthology.orchestra.run.smithi133.stdout:Total 412 kB/s | 170 kB 00:00 2024-04-12T16:02:32.494 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-12T16:02:32.502 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-12T16:02:32.502 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-12T16:02:32.562 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-12T16:02:32.562 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-12T16:02:32.615 INFO:teuthology.orchestra.run.smithi037.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 875 kB/s | 548 kB 00:00 2024-04-12T16:02:32.616 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:02:32.616 INFO:teuthology.orchestra.run.smithi037.stdout:Total 6.3 MB/s | 7.0 MB 00:01 2024-04-12T16:02:32.690 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-12T16:02:32.702 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-12T16:02:32.702 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-12T16:02:32.720 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-12T16:02:32.810 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-12T16:02:32.811 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-12T16:02:32.824 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : rbd-nbd-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:02:33.133 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-12T16:02:33.273 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:02:33.307 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-12T16:02:33.368 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-12T16:02:33.573 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : rbd-nbd-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:02:33.573 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:33.573 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-12T16:02:33.573 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-nbd-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:02:33.574 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:02:33.574 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-12T16:02:33.819 DEBUG:teuthology.parallel:result is None 2024-04-12T16:02:33.930 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-12T16:02:34.021 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-12T16:02:34.084 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-12T16:02:34.112 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 6/6 2024-04-12T16:02:34.877 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 6/6 2024-04-12T16:02:34.877 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 1/6 2024-04-12T16:02:34.877 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-12T16:02:34.877 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-12T16:02:34.877 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-12T16:02:34.878 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-12T16:02:35.206 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-12T16:02:35.206 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:35.206 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-12T16:02:35.206 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-cephadm-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:02:35.206 INFO:teuthology.orchestra.run.smithi037.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-12T16:02:35.206 INFO:teuthology.orchestra.run.smithi037.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-12T16:02:35.206 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-12T16:02:35.207 INFO:teuthology.orchestra.run.smithi037.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-12T16:02:35.207 INFO:teuthology.orchestra.run.smithi037.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-12T16:02:35.207 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:35.207 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-12T16:02:35.437 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-fuse 2024-04-12T16:02:36.049 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:02:31 ago on Fri 12 Apr 2024 04:00:05 PM UTC. 2024-04-12T16:02:36.353 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-12T16:02:36.353 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:02:36.353 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-12T16:02:36.354 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.354 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-12T16:02:36.354 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.354 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-12T16:02:36.354 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.354 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-12T16:02:36.354 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.354 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-12T16:02:36.354 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.354 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-12T16:02:36.354 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.354 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-12T16:02:36.354 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.354 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-12T16:02:36.354 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.354 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-12T16:02:36.355 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.355 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-12T16:02:36.355 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.355 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-12T16:02:36.355 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.355 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-12T16:02:36.355 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.355 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-12T16:02:36.355 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.355 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-12T16:02:36.355 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.355 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-12T16:02:36.355 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.355 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-12T16:02:36.355 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.356 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-12T16:02:36.356 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.356 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-12T16:02:36.356 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.356 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-12T16:02:36.356 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.356 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-12T16:02:36.356 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.356 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-12T16:02:36.356 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.356 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-12T16:02:36.356 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.356 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-12T16:02:36.356 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.356 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-12T16:02:36.356 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.357 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-12T16:02:36.357 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.357 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-12T16:02:36.357 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.357 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-12T16:02:36.357 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.357 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-12T16:02:36.357 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.357 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-12T16:02:36.357 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.357 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-12T16:02:36.357 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.357 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-12T16:02:36.357 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.357 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-12T16:02:36.357 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.358 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-12T16:02:36.358 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.358 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-12T16:02:36.358 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.358 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-12T16:02:36.358 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.358 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-12T16:02:36.358 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.358 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-12T16:02:36.358 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.358 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.358 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.358 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:36.358 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.358 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.359 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.359 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.359 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-12T16:02:36.359 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.359 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.359 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.359 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.359 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.359 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.359 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:36.359 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.359 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.359 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.359 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.359 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:36.359 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.360 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.360 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.360 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.360 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:36.360 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.360 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.360 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.360 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.360 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:36.360 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.360 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.360 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.360 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.360 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:36.360 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.360 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.360 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.361 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.361 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:36.361 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.361 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.361 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.361 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:36.427 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-12T16:02:36.429 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:02:36.429 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2024-04-12T16:02:36.429 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:02:36.429 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-12T16:02:36.429 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-fuse x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 890 k 2024-04-12T16:02:36.429 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2024-04-12T16:02:36.429 INFO:teuthology.orchestra.run.smithi037.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-12T16:02:36.429 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:36.429 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-12T16:02:36.429 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:02:36.429 INFO:teuthology.orchestra.run.smithi037.stdout:Install 2 Packages 2024-04-12T16:02:36.429 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:36.429 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 970 k 2024-04-12T16:02:36.429 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 2.8 M 2024-04-12T16:02:36.430 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-12T16:02:36.685 INFO:teuthology.orchestra.run.smithi037.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 613 kB/s | 80 kB 00:00 2024-04-12T16:02:37.435 INFO:teuthology.orchestra.run.smithi037.stdout:(2/2): ceph-fuse-19.0.0-2847.gbf9c5618.el9.x86_ 1.0 MB/s | 890 kB 00:00 2024-04-12T16:02:37.436 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:02:37.436 INFO:teuthology.orchestra.run.smithi037.stdout:Total 963 kB/s | 970 kB 00:01 2024-04-12T16:02:37.449 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-12T16:02:37.473 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-12T16:02:37.474 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-12T16:02:37.558 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-12T16:02:37.558 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-12T16:02:37.750 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-12T16:02:37.899 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-12T16:02:37.962 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-fuse-2:19.0.0-2847.gbf9c5618.el9.x86_64 2/2 2024-04-12T16:02:38.717 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2847.gbf9c5618.el9.x86_64 2/2 2024-04-12T16:02:38.717 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-fuse-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/2 2024-04-12T16:02:39.073 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-12T16:02:39.073 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:39.073 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-12T16:02:39.073 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-fuse-2:19.0.0-2847.gbf9c5618.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-12T16:02:39.073 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:39.073 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-12T16:02:39.355 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-volume 2024-04-12T16:02:39.971 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:02:34 ago on Fri 12 Apr 2024 04:00:05 PM UTC. 2024-04-12T16:02:40.272 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-12T16:02:40.273 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:02:40.273 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-12T16:02:40.273 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.273 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-12T16:02:40.273 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.273 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-12T16:02:40.273 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.273 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-12T16:02:40.273 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.273 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-12T16:02:40.273 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.273 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-12T16:02:40.274 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.274 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-12T16:02:40.274 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.274 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-12T16:02:40.274 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.274 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-12T16:02:40.274 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.274 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-12T16:02:40.274 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.274 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-12T16:02:40.274 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.274 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-12T16:02:40.274 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.274 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-12T16:02:40.275 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.275 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-12T16:02:40.275 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.275 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-12T16:02:40.275 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.275 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-12T16:02:40.275 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.275 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-12T16:02:40.275 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.275 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-12T16:02:40.275 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.275 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-12T16:02:40.275 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.275 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-12T16:02:40.275 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.276 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-12T16:02:40.276 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.276 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-12T16:02:40.276 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.276 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-12T16:02:40.276 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.276 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-12T16:02:40.276 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.276 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-12T16:02:40.276 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.276 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-12T16:02:40.276 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.276 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-12T16:02:40.276 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.277 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-12T16:02:40.277 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.277 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-12T16:02:40.277 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.277 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-12T16:02:40.277 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.277 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-12T16:02:40.277 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.277 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-12T16:02:40.277 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.277 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-12T16:02:40.277 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.277 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-12T16:02:40.277 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.278 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-12T16:02:40.278 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.278 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-12T16:02:40.278 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.278 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-12T16:02:40.278 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.278 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.278 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.278 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:40.278 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.278 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.278 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.278 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.278 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-12T16:02:40.278 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.279 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.279 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.279 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.279 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.279 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.279 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:40.279 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.279 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.279 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.279 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.279 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:40.279 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.279 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.279 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.279 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.280 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:40.280 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.280 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.280 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.280 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.280 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:40.280 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.280 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.280 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.280 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.280 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:40.280 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.280 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.280 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.280 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.280 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:40.281 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.281 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.281 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.281 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:40.347 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-12T16:02:40.347 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:02:40.348 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2024-04-12T16:02:40.348 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:02:40.348 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-12T16:02:40.348 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-volume noarch 2:19.0.0-2847.gbf9c5618.el9 ceph-noarch 264 k 2024-04-12T16:02:40.348 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2024-04-12T16:02:40.348 INFO:teuthology.orchestra.run.smithi037.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-12T16:02:40.348 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:40.348 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-12T16:02:40.348 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:02:40.348 INFO:teuthology.orchestra.run.smithi037.stdout:Install 2 Packages 2024-04-12T16:02:40.348 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:40.349 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 341 k 2024-04-12T16:02:40.349 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 1.5 M 2024-04-12T16:02:40.349 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-12T16:02:43.922 INFO:teuthology.orchestra.run.smithi037.stdout:(1/2): ceph-volume-19.0.0-2847.gbf9c5618.el9.no 933 kB/s | 264 kB 00:00 2024-04-12T16:02:44.339 INFO:teuthology.orchestra.run.smithi037.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 110 kB/s | 77 kB 00:00 2024-04-12T16:02:44.340 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:02:44.340 INFO:teuthology.orchestra.run.smithi037.stdout:Total 85 kB/s | 341 kB 00:03 2024-04-12T16:02:44.355 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-12T16:02:44.366 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-12T16:02:44.366 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-12T16:02:44.416 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-12T16:02:44.416 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-12T16:02:44.577 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-12T16:02:44.754 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-12T16:02:44.800 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-volume-2:19.0.0-2847.gbf9c5618.el9.noarch 2/2 2024-04-12T16:02:44.816 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-volume-2:19.0.0-2847.gbf9c5618.el9.noarch 2/2 2024-04-12T16:02:44.816 INFO:teuthology.orchestra.run.smithi037.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-12T16:02:44.816 INFO:teuthology.orchestra.run.smithi037.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-12T16:02:44.817 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:45.547 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-volume-2:19.0.0-2847.gbf9c5618.el9.noarch 1/2 2024-04-12T16:02:45.904 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-12T16:02:45.904 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:45.904 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-12T16:02:45.904 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-volume-2:19.0.0-2847.gbf9c5618.el9.noarch 2024-04-12T16:02:45.904 INFO:teuthology.orchestra.run.smithi037.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-12T16:02:45.904 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:45.904 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-12T16:02:46.192 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install librados-devel 2024-04-12T16:02:46.806 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:02:41 ago on Fri 12 Apr 2024 04:00:05 PM UTC. 2024-04-12T16:02:47.112 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-12T16:02:47.112 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:02:47.112 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-12T16:02:47.112 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.112 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-12T16:02:47.112 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.112 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-12T16:02:47.112 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.112 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-12T16:02:47.113 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.113 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-12T16:02:47.113 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.113 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-12T16:02:47.113 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.113 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-12T16:02:47.113 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.113 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-12T16:02:47.113 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.113 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-12T16:02:47.113 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.113 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-12T16:02:47.113 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.114 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-12T16:02:47.114 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.114 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-12T16:02:47.114 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.114 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-12T16:02:47.114 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.114 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-12T16:02:47.114 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.114 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-12T16:02:47.114 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.114 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-12T16:02:47.114 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.114 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-12T16:02:47.114 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.115 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-12T16:02:47.115 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.115 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-12T16:02:47.115 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.115 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-12T16:02:47.115 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.115 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-12T16:02:47.115 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.115 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-12T16:02:47.115 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.115 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-12T16:02:47.115 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.115 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-12T16:02:47.116 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.116 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-12T16:02:47.116 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.116 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-12T16:02:47.116 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.116 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-12T16:02:47.116 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.116 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-12T16:02:47.116 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.116 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-12T16:02:47.116 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.116 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-12T16:02:47.116 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.116 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-12T16:02:47.117 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.117 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-12T16:02:47.117 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.117 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-12T16:02:47.117 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.117 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-12T16:02:47.117 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.117 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-12T16:02:47.117 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.117 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-12T16:02:47.117 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.117 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-12T16:02:47.117 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.117 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.117 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.118 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:47.118 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.118 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.118 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.118 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.118 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-12T16:02:47.118 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.118 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.118 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.118 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.118 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.118 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.118 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:47.118 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.119 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.119 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.119 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.119 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:47.119 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.119 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.119 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.119 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.119 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:47.119 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.119 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.119 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.119 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.120 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:47.120 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.120 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.120 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.120 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.120 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:47.120 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.120 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.120 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.120 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.120 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:47.120 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.120 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.120 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.121 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:47.185 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-12T16:02:47.186 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:02:47.186 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repo Size 2024-04-12T16:02:47.186 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:02:47.186 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-12T16:02:47.186 INFO:teuthology.orchestra.run.smithi037.stdout: librados-devel x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 127 k 2024-04-12T16:02:47.186 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:47.186 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-12T16:02:47.186 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:02:47.186 INFO:teuthology.orchestra.run.smithi037.stdout:Install 1 Package 2024-04-12T16:02:47.186 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:47.186 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 127 k 2024-04-12T16:02:47.186 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 456 k 2024-04-12T16:02:47.187 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-12T16:02:47.403 INFO:teuthology.orchestra.run.smithi037.stdout:librados-devel-19.0.0-2847.gbf9c5618.el9.x86_64 588 kB/s | 127 kB 00:00 2024-04-12T16:02:47.404 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:02:47.404 INFO:teuthology.orchestra.run.smithi037.stdout:Total 584 kB/s | 127 kB 00:00 2024-04-12T16:02:47.404 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-12T16:02:47.410 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-12T16:02:47.410 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-12T16:02:47.473 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-12T16:02:47.474 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-12T16:02:47.621 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-12T16:02:47.738 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : librados-devel-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:02:48.291 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librados-devel-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:02:48.589 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librados-devel-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:02:48.589 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:48.589 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-12T16:02:48.589 INFO:teuthology.orchestra.run.smithi037.stdout: librados-devel-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:02:48.589 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:48.589 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-12T16:02:48.820 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install libcephfs2 2024-04-12T16:02:49.435 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:02:44 ago on Fri 12 Apr 2024 04:00:05 PM UTC. 2024-04-12T16:02:49.743 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-12T16:02:49.743 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:02:49.743 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-12T16:02:49.743 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.744 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-12T16:02:49.744 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.744 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-12T16:02:49.744 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.744 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-12T16:02:49.744 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.744 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-12T16:02:49.744 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.744 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-12T16:02:49.744 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.744 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-12T16:02:49.744 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.744 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-12T16:02:49.744 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.744 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-12T16:02:49.744 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.745 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-12T16:02:49.745 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.745 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-12T16:02:49.745 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.745 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-12T16:02:49.745 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.745 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-12T16:02:49.745 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.745 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-12T16:02:49.745 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.745 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-12T16:02:49.745 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.745 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-12T16:02:49.745 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.745 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-12T16:02:49.746 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.746 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-12T16:02:49.746 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.746 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-12T16:02:49.746 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.746 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-12T16:02:49.746 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.746 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-12T16:02:49.746 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.746 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-12T16:02:49.746 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.746 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-12T16:02:49.746 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.746 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-12T16:02:49.746 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.747 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-12T16:02:49.747 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.747 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-12T16:02:49.747 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.747 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-12T16:02:49.747 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.747 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-12T16:02:49.747 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.747 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-12T16:02:49.747 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.747 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-12T16:02:49.747 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.747 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-12T16:02:49.747 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.747 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-12T16:02:49.748 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.748 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-12T16:02:49.748 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.748 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-12T16:02:49.748 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.748 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-12T16:02:49.748 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.748 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-12T16:02:49.748 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.748 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-12T16:02:49.748 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.748 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.748 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.748 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:49.748 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.749 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.749 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.749 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.749 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-12T16:02:49.749 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.749 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.749 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.749 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.749 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.749 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.749 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:49.749 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.749 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.749 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.749 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.750 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:49.750 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.750 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.750 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.750 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.750 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:49.750 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.750 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.750 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.750 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.750 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:49.750 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.750 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.750 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.750 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.751 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:49.751 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.751 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.751 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.751 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.751 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:49.751 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.751 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.751 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.751 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:49.751 INFO:teuthology.orchestra.run.smithi037.stdout:Package libcephfs2-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:02:49.818 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-12T16:02:49.819 INFO:teuthology.orchestra.run.smithi037.stdout:Nothing to do. 2024-04-12T16:02:49.820 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-12T16:02:49.905 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install libcephfs-devel 2024-04-12T16:02:50.523 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:02:45 ago on Fri 12 Apr 2024 04:00:05 PM UTC. 2024-04-12T16:02:50.826 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-12T16:02:50.826 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:02:50.826 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-12T16:02:50.826 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.826 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-12T16:02:50.826 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.826 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-12T16:02:50.826 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.826 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-12T16:02:50.826 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.826 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-12T16:02:50.826 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.827 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-12T16:02:50.827 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.827 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-12T16:02:50.827 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.827 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-12T16:02:50.827 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.827 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-12T16:02:50.827 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.827 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-12T16:02:50.827 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.827 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-12T16:02:50.827 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.827 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-12T16:02:50.827 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.827 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-12T16:02:50.827 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.828 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-12T16:02:50.828 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.828 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-12T16:02:50.828 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.828 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-12T16:02:50.828 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.828 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-12T16:02:50.828 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.828 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-12T16:02:50.828 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.828 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-12T16:02:50.828 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.828 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-12T16:02:50.828 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.828 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-12T16:02:50.828 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.829 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-12T16:02:50.829 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.829 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-12T16:02:50.829 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.829 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-12T16:02:50.829 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.829 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-12T16:02:50.829 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.829 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-12T16:02:50.829 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.829 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-12T16:02:50.829 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.829 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-12T16:02:50.829 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.829 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-12T16:02:50.830 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.830 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-12T16:02:50.830 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.830 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-12T16:02:50.830 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.830 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-12T16:02:50.830 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.830 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-12T16:02:50.830 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.830 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-12T16:02:50.830 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.830 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-12T16:02:50.830 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.830 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-12T16:02:50.830 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.831 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-12T16:02:50.831 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.831 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.831 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.831 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:50.831 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.831 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.831 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.831 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.831 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-12T16:02:50.831 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.831 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.831 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.831 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.831 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.831 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.832 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:50.832 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.832 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.832 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.832 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.832 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:50.832 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.832 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.832 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.832 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.832 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:50.832 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.832 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.832 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.832 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.833 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:50.833 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.833 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.833 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.833 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.833 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:50.833 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.833 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.833 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.833 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.833 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:50.833 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.833 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.833 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.834 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:50.899 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-12T16:02:50.899 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:02:50.900 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repo Size 2024-04-12T16:02:50.900 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:02:50.900 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-12T16:02:50.900 INFO:teuthology.orchestra.run.smithi037.stdout: libcephfs-devel x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 32 k 2024-04-12T16:02:50.900 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:50.900 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-12T16:02:50.900 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:02:50.900 INFO:teuthology.orchestra.run.smithi037.stdout:Install 1 Package 2024-04-12T16:02:50.900 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:50.901 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 32 k 2024-04-12T16:02:50.901 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 142 k 2024-04-12T16:02:50.901 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-12T16:02:51.148 INFO:teuthology.orchestra.run.smithi037.stdout:libcephfs-devel-19.0.0-2847.gbf9c5618.el9.x86_6 128 kB/s | 32 kB 00:00 2024-04-12T16:02:51.149 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:02:51.149 INFO:teuthology.orchestra.run.smithi037.stdout:Total 127 kB/s | 32 kB 00:00 2024-04-12T16:02:51.149 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-12T16:02:51.153 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-12T16:02:51.153 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-12T16:02:51.192 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-12T16:02:51.192 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-12T16:02:51.281 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-12T16:02:51.441 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libcephfs-devel-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:02:51.797 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:02:52.079 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libcephfs-devel-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:02:52.079 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:52.079 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-12T16:02:52.079 INFO:teuthology.orchestra.run.smithi037.stdout: libcephfs-devel-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:02:52.079 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:52.079 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-12T16:02:52.260 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install librados2 2024-04-12T16:02:52.874 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:02:47 ago on Fri 12 Apr 2024 04:00:05 PM UTC. 2024-04-12T16:02:53.178 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-12T16:02:53.178 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:02:53.179 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-12T16:02:53.179 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.179 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-12T16:02:53.179 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.179 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-12T16:02:53.179 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.179 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-12T16:02:53.179 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.179 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-12T16:02:53.179 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.179 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-12T16:02:53.179 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.180 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-12T16:02:53.180 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.180 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-12T16:02:53.180 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.180 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-12T16:02:53.180 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.180 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-12T16:02:53.180 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.180 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-12T16:02:53.180 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.180 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-12T16:02:53.180 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.180 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-12T16:02:53.180 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.180 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-12T16:02:53.181 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.181 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-12T16:02:53.181 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.181 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-12T16:02:53.181 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.181 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-12T16:02:53.181 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.181 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-12T16:02:53.181 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.181 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-12T16:02:53.181 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.181 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-12T16:02:53.181 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.181 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-12T16:02:53.181 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.182 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-12T16:02:53.182 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.182 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-12T16:02:53.182 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.182 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-12T16:02:53.182 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.182 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-12T16:02:53.182 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.182 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-12T16:02:53.182 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.182 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-12T16:02:53.182 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.182 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-12T16:02:53.183 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.183 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-12T16:02:53.183 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.183 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-12T16:02:53.183 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.183 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-12T16:02:53.183 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.183 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-12T16:02:53.183 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.183 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-12T16:02:53.183 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.183 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-12T16:02:53.183 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.183 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-12T16:02:53.184 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.184 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-12T16:02:53.184 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.184 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-12T16:02:53.184 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.184 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.184 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.184 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:53.184 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.184 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.184 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.184 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.184 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-12T16:02:53.185 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.185 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.185 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.185 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.185 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.185 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.185 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:53.185 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.185 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.185 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.185 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.185 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:53.185 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.185 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.185 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.185 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.186 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:53.186 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.186 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.186 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.186 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.186 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:53.186 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.186 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.186 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.186 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.186 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:53.186 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.186 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.186 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.186 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.187 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:53.187 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.187 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.187 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.187 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:53.187 INFO:teuthology.orchestra.run.smithi037.stdout:Package librados2-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:02:53.252 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-12T16:02:53.253 INFO:teuthology.orchestra.run.smithi037.stdout:Nothing to do. 2024-04-12T16:02:53.253 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-12T16:02:53.328 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install librbd1 2024-04-12T16:02:53.941 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:02:48 ago on Fri 12 Apr 2024 04:00:05 PM UTC. 2024-04-12T16:02:54.246 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-12T16:02:54.246 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:02:54.246 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-12T16:02:54.247 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.247 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-12T16:02:54.247 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.247 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-12T16:02:54.247 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.247 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-12T16:02:54.247 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.247 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-12T16:02:54.247 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.247 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-12T16:02:54.247 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.247 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-12T16:02:54.247 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.248 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-12T16:02:54.248 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.248 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-12T16:02:54.248 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.248 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-12T16:02:54.248 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.248 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-12T16:02:54.248 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.248 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-12T16:02:54.248 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.248 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-12T16:02:54.249 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.249 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-12T16:02:54.249 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.249 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-12T16:02:54.249 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.249 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-12T16:02:54.249 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.249 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-12T16:02:54.249 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.249 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-12T16:02:54.249 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.249 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-12T16:02:54.250 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.250 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-12T16:02:54.250 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.250 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-12T16:02:54.250 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.250 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-12T16:02:54.250 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.250 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-12T16:02:54.250 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.250 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-12T16:02:54.250 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.250 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-12T16:02:54.250 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.251 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-12T16:02:54.251 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.251 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-12T16:02:54.251 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.251 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-12T16:02:54.251 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.251 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-12T16:02:54.251 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.251 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-12T16:02:54.251 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.251 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-12T16:02:54.251 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.252 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-12T16:02:54.252 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.252 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-12T16:02:54.252 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.252 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-12T16:02:54.252 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.252 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-12T16:02:54.252 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.252 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-12T16:02:54.252 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.252 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-12T16:02:54.252 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.252 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.252 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.253 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:54.253 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.253 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.253 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.253 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.253 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-12T16:02:54.253 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.253 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.253 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.253 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.253 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.253 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.253 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:54.253 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.254 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.254 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.254 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.254 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:54.254 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.254 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.254 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.254 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.254 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:54.254 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.254 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.254 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.254 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.254 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:54.255 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.255 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.255 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.255 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.255 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:54.255 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.255 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.255 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.255 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.255 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:54.255 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.255 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.255 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.255 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:54.256 INFO:teuthology.orchestra.run.smithi037.stdout:Package librbd1-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:02:54.320 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-12T16:02:54.321 INFO:teuthology.orchestra.run.smithi037.stdout:Nothing to do. 2024-04-12T16:02:54.321 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-12T16:02:54.512 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install python3-rados 2024-04-12T16:02:55.123 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:02:50 ago on Fri 12 Apr 2024 04:00:05 PM UTC. 2024-04-12T16:02:55.426 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-12T16:02:55.427 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:02:55.427 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-12T16:02:55.427 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.427 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-12T16:02:55.427 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.427 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-12T16:02:55.427 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.427 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-12T16:02:55.427 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.427 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-12T16:02:55.427 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.427 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-12T16:02:55.427 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.428 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-12T16:02:55.428 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.428 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-12T16:02:55.428 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.428 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-12T16:02:55.428 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.428 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-12T16:02:55.428 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.428 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-12T16:02:55.428 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.428 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-12T16:02:55.428 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.428 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-12T16:02:55.429 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.429 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-12T16:02:55.429 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.429 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-12T16:02:55.429 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.429 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-12T16:02:55.429 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.429 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-12T16:02:55.429 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.429 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-12T16:02:55.429 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.429 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-12T16:02:55.429 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.430 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-12T16:02:55.430 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.430 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-12T16:02:55.430 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.430 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-12T16:02:55.430 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.430 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-12T16:02:55.430 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.430 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-12T16:02:55.430 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.430 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-12T16:02:55.431 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.431 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-12T16:02:55.431 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.431 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-12T16:02:55.431 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.431 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-12T16:02:55.431 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.431 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-12T16:02:55.431 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.431 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-12T16:02:55.431 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.431 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-12T16:02:55.431 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.431 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-12T16:02:55.432 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.432 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-12T16:02:55.432 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.432 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-12T16:02:55.432 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.432 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-12T16:02:55.432 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.432 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-12T16:02:55.432 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.432 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-12T16:02:55.432 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.432 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.432 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.433 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:55.433 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.433 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.433 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.433 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.433 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-12T16:02:55.433 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.433 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.433 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.433 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.433 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.433 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.434 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:55.434 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.434 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.434 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.434 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.434 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:55.434 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.434 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.434 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.434 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.434 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:55.434 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.434 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.434 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.435 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.435 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:55.435 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.435 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.435 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.435 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.435 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:55.435 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.435 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.435 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.435 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.435 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:55.435 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.435 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.436 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.436 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:55.436 INFO:teuthology.orchestra.run.smithi037.stdout:Package python3-rados-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:02:55.500 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-12T16:02:55.501 INFO:teuthology.orchestra.run.smithi037.stdout:Nothing to do. 2024-04-12T16:02:55.501 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-12T16:02:55.578 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install python3-rgw 2024-04-12T16:02:56.190 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:02:51 ago on Fri 12 Apr 2024 04:00:05 PM UTC. 2024-04-12T16:02:56.491 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-12T16:02:56.491 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:02:56.491 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-12T16:02:56.491 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.491 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-12T16:02:56.491 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.492 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-12T16:02:56.492 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.492 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-12T16:02:56.492 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.492 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-12T16:02:56.492 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.492 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-12T16:02:56.492 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.492 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-12T16:02:56.492 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.492 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-12T16:02:56.492 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.492 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-12T16:02:56.492 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.492 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-12T16:02:56.493 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.493 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-12T16:02:56.493 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.493 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-12T16:02:56.493 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.493 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-12T16:02:56.493 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.493 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-12T16:02:56.493 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.493 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-12T16:02:56.493 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.493 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-12T16:02:56.493 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.494 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-12T16:02:56.494 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.494 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-12T16:02:56.494 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.494 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-12T16:02:56.494 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.494 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-12T16:02:56.494 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.494 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-12T16:02:56.494 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.494 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-12T16:02:56.494 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.494 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-12T16:02:56.495 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.495 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-12T16:02:56.495 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.495 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-12T16:02:56.495 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.495 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-12T16:02:56.495 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.495 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-12T16:02:56.495 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.495 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-12T16:02:56.495 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.495 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-12T16:02:56.495 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.495 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-12T16:02:56.496 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.496 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-12T16:02:56.496 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.496 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-12T16:02:56.496 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.496 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-12T16:02:56.496 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.496 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-12T16:02:56.496 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.496 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-12T16:02:56.496 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.496 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-12T16:02:56.496 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.496 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-12T16:02:56.496 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.496 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.497 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.497 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:56.497 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.497 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.497 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.497 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.497 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-12T16:02:56.497 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.497 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.497 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.497 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.497 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.497 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.497 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:56.497 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.497 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.498 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.498 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.498 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:56.498 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.498 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.498 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.498 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.498 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:56.498 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.498 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.498 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.498 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.498 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:56.499 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.499 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.499 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.499 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.499 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:56.499 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.499 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.499 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.499 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.499 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:56.499 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.499 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.499 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.499 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:56.500 INFO:teuthology.orchestra.run.smithi037.stdout:Package python3-rgw-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:02:56.565 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-12T16:02:56.566 INFO:teuthology.orchestra.run.smithi037.stdout:Nothing to do. 2024-04-12T16:02:56.566 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-12T16:02:56.648 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install python3-cephfs 2024-04-12T16:02:57.256 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:02:52 ago on Fri 12 Apr 2024 04:00:05 PM UTC. 2024-04-12T16:02:57.559 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-12T16:02:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:02:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-12T16:02:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-12T16:02:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-12T16:02:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-12T16:02:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-12T16:02:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-12T16:02:57.561 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.561 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-12T16:02:57.561 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.561 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-12T16:02:57.561 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.561 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-12T16:02:57.561 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.561 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-12T16:02:57.561 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.561 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-12T16:02:57.561 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.561 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-12T16:02:57.561 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.562 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-12T16:02:57.562 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.562 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-12T16:02:57.562 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.562 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-12T16:02:57.562 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.562 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-12T16:02:57.562 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.562 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-12T16:02:57.562 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.562 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-12T16:02:57.562 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.562 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-12T16:02:57.563 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.563 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-12T16:02:57.563 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.563 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-12T16:02:57.563 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.563 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-12T16:02:57.563 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.563 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-12T16:02:57.563 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.563 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-12T16:02:57.563 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.563 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-12T16:02:57.563 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.563 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-12T16:02:57.564 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.564 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-12T16:02:57.564 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.564 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-12T16:02:57.564 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.564 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-12T16:02:57.564 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.564 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-12T16:02:57.564 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.564 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-12T16:02:57.564 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.564 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-12T16:02:57.564 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.564 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-12T16:02:57.564 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.565 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-12T16:02:57.565 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.565 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-12T16:02:57.565 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.565 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-12T16:02:57.565 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.565 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-12T16:02:57.565 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.565 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.565 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.565 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:57.565 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.565 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.565 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.565 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.565 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-12T16:02:57.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.566 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:57.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.566 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:57.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.567 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:57.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.567 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:57.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.567 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:57.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.568 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:57.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:57.568 INFO:teuthology.orchestra.run.smithi037.stdout:Package python3-cephfs-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:02:57.632 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-12T16:02:57.633 INFO:teuthology.orchestra.run.smithi037.stdout:Nothing to do. 2024-04-12T16:02:57.633 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-12T16:02:57.706 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install python3-rbd 2024-04-12T16:02:58.320 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:02:53 ago on Fri 12 Apr 2024 04:00:05 PM UTC. 2024-04-12T16:02:58.621 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-12T16:02:58.622 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:02:58.622 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-12T16:02:58.622 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.622 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-12T16:02:58.622 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.622 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-12T16:02:58.622 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.622 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-12T16:02:58.622 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.622 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-12T16:02:58.622 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.622 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-12T16:02:58.622 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.623 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-12T16:02:58.623 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.623 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-12T16:02:58.623 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.623 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-12T16:02:58.623 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.623 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-12T16:02:58.623 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.623 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-12T16:02:58.623 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.623 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-12T16:02:58.623 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.623 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-12T16:02:58.624 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.624 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-12T16:02:58.624 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.624 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-12T16:02:58.624 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.624 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-12T16:02:58.624 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.624 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-12T16:02:58.624 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.624 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-12T16:02:58.624 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.624 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-12T16:02:58.624 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.624 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-12T16:02:58.625 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.625 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-12T16:02:58.625 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.625 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-12T16:02:58.625 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.625 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-12T16:02:58.625 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.625 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-12T16:02:58.625 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.625 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-12T16:02:58.625 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.625 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-12T16:02:58.625 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.625 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-12T16:02:58.626 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.626 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-12T16:02:58.626 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.626 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-12T16:02:58.626 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.626 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-12T16:02:58.626 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.626 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-12T16:02:58.626 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.626 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-12T16:02:58.626 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.626 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-12T16:02:58.626 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.627 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-12T16:02:58.627 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.627 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-12T16:02:58.627 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.627 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-12T16:02:58.627 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.627 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-12T16:02:58.627 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.627 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.627 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.627 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:58.627 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.627 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.627 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.628 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.628 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-12T16:02:58.628 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.628 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.628 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.628 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.628 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.628 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.628 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:58.628 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.628 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.628 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.628 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.629 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:58.629 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.629 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.629 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.629 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.629 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:58.629 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.629 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.629 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.629 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.629 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:58.629 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.629 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.629 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.629 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.630 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:58.630 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.630 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.630 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.630 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.630 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:58.630 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.630 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.630 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.630 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:58.631 INFO:teuthology.orchestra.run.smithi037.stdout:Package python3-rbd-2:19.0.0-2847.gbf9c5618.el9.x86_64 is already installed. 2024-04-12T16:02:58.695 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-12T16:02:58.697 INFO:teuthology.orchestra.run.smithi037.stdout:Nothing to do. 2024-04-12T16:02:58.697 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-12T16:02:58.773 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install rbd-fuse 2024-04-12T16:02:59.386 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:02:54 ago on Fri 12 Apr 2024 04:00:05 PM UTC. 2024-04-12T16:02:59.692 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-12T16:02:59.692 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:02:59.692 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-12T16:02:59.692 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.692 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-12T16:02:59.692 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.692 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-12T16:02:59.692 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.693 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-12T16:02:59.693 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.693 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-12T16:02:59.693 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.693 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-12T16:02:59.693 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.693 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-12T16:02:59.693 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.693 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-12T16:02:59.693 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.693 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-12T16:02:59.693 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.693 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-12T16:02:59.694 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.694 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-12T16:02:59.694 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.694 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-12T16:02:59.694 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.694 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-12T16:02:59.694 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.694 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-12T16:02:59.694 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.694 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-12T16:02:59.694 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.694 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-12T16:02:59.694 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.695 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-12T16:02:59.695 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.695 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-12T16:02:59.695 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.695 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-12T16:02:59.695 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.695 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-12T16:02:59.695 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.695 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-12T16:02:59.695 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.695 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-12T16:02:59.695 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.695 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-12T16:02:59.695 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.695 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-12T16:02:59.696 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.696 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-12T16:02:59.696 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.696 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-12T16:02:59.696 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.696 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-12T16:02:59.696 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.696 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-12T16:02:59.696 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.696 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-12T16:02:59.696 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.696 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-12T16:02:59.696 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.696 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-12T16:02:59.696 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.697 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-12T16:02:59.697 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.697 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-12T16:02:59.697 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.697 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-12T16:02:59.697 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.697 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-12T16:02:59.697 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.697 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-12T16:02:59.697 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.697 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-12T16:02:59.697 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.697 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.697 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.697 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:02:59.698 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.698 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.698 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.698 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.698 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-12T16:02:59.698 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.698 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.698 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.698 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.698 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.698 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.698 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:02:59.698 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.699 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.699 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.699 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.699 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:02:59.699 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.699 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.699 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.699 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.699 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:02:59.699 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.699 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.699 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.699 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.699 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:02:59.699 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.700 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.700 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.700 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.700 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:02:59.700 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.700 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.700 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.700 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.700 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:02:59.700 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.700 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.700 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.700 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:02:59.766 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-12T16:02:59.767 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:02:59.767 INFO:teuthology.orchestra.run.smithi037.stdout: Package Architecture Version Repository Size 2024-04-12T16:02:59.767 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:02:59.767 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-12T16:02:59.767 INFO:teuthology.orchestra.run.smithi037.stdout: rbd-fuse x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 85 k 2024-04-12T16:02:59.767 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:59.767 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-12T16:02:59.767 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:02:59.767 INFO:teuthology.orchestra.run.smithi037.stdout:Install 1 Package 2024-04-12T16:02:59.767 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:02:59.768 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 85 k 2024-04-12T16:02:59.768 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 231 k 2024-04-12T16:02:59.768 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-12T16:03:00.084 INFO:teuthology.orchestra.run.smithi037.stdout:rbd-fuse-19.0.0-2847.gbf9c5618.el9.x86_64.rpm 269 kB/s | 85 kB 00:00 2024-04-12T16:03:00.086 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:03:00.086 INFO:teuthology.orchestra.run.smithi037.stdout:Total 268 kB/s | 85 kB 00:00 2024-04-12T16:03:00.086 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-12T16:03:00.097 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-12T16:03:00.097 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-12T16:03:00.160 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-12T16:03:00.160 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-12T16:03:00.351 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-12T16:03:00.444 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : rbd-fuse-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:03:00.851 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:03:01.172 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : rbd-fuse-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:03:01.173 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:03:01.173 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-12T16:03:01.173 INFO:teuthology.orchestra.run.smithi037.stdout: rbd-fuse-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:03:01.173 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:03:01.173 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-12T16:03:01.401 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install rbd-mirror 2024-04-12T16:03:02.015 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:02:57 ago on Fri 12 Apr 2024 04:00:05 PM UTC. 2024-04-12T16:03:02.321 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-12T16:03:02.321 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:03:02.321 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-12T16:03:02.321 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.322 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-12T16:03:02.322 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.322 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-12T16:03:02.322 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.322 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-12T16:03:02.322 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.322 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-12T16:03:02.322 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.322 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-12T16:03:02.322 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.322 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-12T16:03:02.322 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.322 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-12T16:03:02.323 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.323 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-12T16:03:02.323 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.323 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-12T16:03:02.323 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.323 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-12T16:03:02.323 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.323 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-12T16:03:02.323 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.323 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-12T16:03:02.323 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.323 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-12T16:03:02.323 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.324 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-12T16:03:02.324 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.324 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-12T16:03:02.324 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.324 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-12T16:03:02.324 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.324 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-12T16:03:02.324 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.324 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-12T16:03:02.324 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.324 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-12T16:03:02.324 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.324 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-12T16:03:02.324 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.324 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-12T16:03:02.325 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.325 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-12T16:03:02.325 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.325 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-12T16:03:02.325 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.325 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-12T16:03:02.325 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.325 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-12T16:03:02.325 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.325 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-12T16:03:02.325 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.325 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-12T16:03:02.325 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.325 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-12T16:03:02.326 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.326 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-12T16:03:02.326 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.326 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-12T16:03:02.326 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.326 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-12T16:03:02.326 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.326 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-12T16:03:02.326 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.326 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-12T16:03:02.326 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.326 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-12T16:03:02.326 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.327 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-12T16:03:02.327 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.327 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-12T16:03:02.327 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.327 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.327 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.327 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:03:02.327 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.327 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.327 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.327 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.327 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-12T16:03:02.327 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.327 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.328 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.328 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.328 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.328 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.328 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:03:02.328 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.328 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.328 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.328 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.328 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:03:02.328 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.328 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.328 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.328 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.329 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:03:02.329 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.329 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.329 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.329 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.329 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:03:02.329 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.329 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.329 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.329 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.329 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:03:02.329 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.329 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.329 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.330 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.330 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:03:02.330 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.330 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.330 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.330 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:03:02.394 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-12T16:03:02.395 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:03:02.395 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repo Size 2024-04-12T16:03:02.395 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:03:02.395 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-12T16:03:02.396 INFO:teuthology.orchestra.run.smithi037.stdout: rbd-mirror x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 3.1 M 2024-04-12T16:03:02.396 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:03:02.396 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-12T16:03:02.396 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:03:02.396 INFO:teuthology.orchestra.run.smithi037.stdout:Install 1 Package 2024-04-12T16:03:02.396 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:03:02.396 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 3.1 M 2024-04-12T16:03:02.396 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 13 M 2024-04-12T16:03:02.396 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-12T16:03:04.329 INFO:teuthology.orchestra.run.smithi037.stdout:rbd-mirror-19.0.0-2847.gbf9c5618.el9.x86_64.rpm 1.6 MB/s | 3.1 MB 00:01 2024-04-12T16:03:04.329 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:03:04.330 INFO:teuthology.orchestra.run.smithi037.stdout:Total 1.6 MB/s | 3.1 MB 00:01 2024-04-12T16:03:04.330 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-12T16:03:04.342 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-12T16:03:04.342 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-12T16:03:04.426 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-12T16:03:04.427 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-12T16:03:04.996 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-12T16:03:05.046 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : rbd-mirror-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:03:05.070 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:03:05.071 INFO:teuthology.orchestra.run.smithi037.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-12T16:03:05.071 INFO:teuthology.orchestra.run.smithi037.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-12T16:03:05.071 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-12T16:03:05.071 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-12T16:03:05.071 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:03:06.370 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : rbd-mirror-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:03:06.371 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:03:06.371 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-12T16:03:06.371 INFO:teuthology.orchestra.run.smithi037.stdout: rbd-mirror-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:03:06.371 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:03:06.371 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-12T16:03:06.639 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install rbd-nbd 2024-04-12T16:03:07.257 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:03:02 ago on Fri 12 Apr 2024 04:00:05 PM UTC. 2024-04-12T16:03:07.560 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-12T16:03:07.560 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:03:07.560 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-12T16:03:07.560 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.560 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-12T16:03:07.560 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.561 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-12T16:03:07.561 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.561 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-12T16:03:07.561 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.561 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-12T16:03:07.561 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.561 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-12T16:03:07.561 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.561 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-12T16:03:07.561 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.561 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-12T16:03:07.561 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.561 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-12T16:03:07.562 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.562 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-12T16:03:07.562 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.562 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-12T16:03:07.562 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.562 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-12T16:03:07.562 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.562 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-12T16:03:07.562 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.562 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-12T16:03:07.562 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.562 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-12T16:03:07.562 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.563 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-12T16:03:07.563 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.563 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-12T16:03:07.563 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.563 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-12T16:03:07.563 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.563 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-12T16:03:07.563 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.563 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-12T16:03:07.563 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.563 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-12T16:03:07.563 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.563 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-12T16:03:07.564 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.564 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-12T16:03:07.564 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.564 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-12T16:03:07.564 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.564 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-12T16:03:07.564 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.564 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-12T16:03:07.564 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.564 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-12T16:03:07.564 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.564 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-12T16:03:07.564 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.564 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-12T16:03:07.564 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.565 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-12T16:03:07.565 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.565 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-12T16:03:07.565 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.565 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-12T16:03:07.565 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.565 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-12T16:03:07.565 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.565 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-12T16:03:07.565 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.565 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-12T16:03:07.565 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.565 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-12T16:03:07.565 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.565 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-12T16:03:07.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.566 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-12T16:03:07.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.566 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-12T16:03:07.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.567 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-12T16:03:07.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.567 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-12T16:03:07.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.567 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-12T16:03:07.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.568 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-12T16:03:07.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.568 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-12T16:03:07.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.569 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-12T16:03:07.569 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.569 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.569 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.569 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-12T16:03:07.633 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-12T16:03:07.634 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:03:07.634 INFO:teuthology.orchestra.run.smithi037.stdout: Package Architecture Version Repository Size 2024-04-12T16:03:07.634 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:03:07.634 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-12T16:03:07.634 INFO:teuthology.orchestra.run.smithi037.stdout: rbd-nbd x86_64 2:19.0.0-2847.gbf9c5618.el9 ceph 170 k 2024-04-12T16:03:07.634 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:03:07.634 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-12T16:03:07.634 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-12T16:03:07.635 INFO:teuthology.orchestra.run.smithi037.stdout:Install 1 Package 2024-04-12T16:03:07.635 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:03:07.635 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 170 k 2024-04-12T16:03:07.635 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 494 k 2024-04-12T16:03:07.635 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-12T16:03:08.223 INFO:teuthology.orchestra.run.smithi037.stdout:rbd-nbd-19.0.0-2847.gbf9c5618.el9.x86_64.rpm 290 kB/s | 170 kB 00:00 2024-04-12T16:03:08.223 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:03:08.224 INFO:teuthology.orchestra.run.smithi037.stdout:Total 289 kB/s | 170 kB 00:00 2024-04-12T16:03:08.224 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-12T16:03:08.233 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-12T16:03:08.233 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-12T16:03:08.298 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-12T16:03:08.298 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-12T16:03:08.454 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-12T16:03:08.557 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : rbd-nbd-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:03:08.988 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:03:09.305 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : rbd-nbd-2:19.0.0-2847.gbf9c5618.el9.x86_64 1/1 2024-04-12T16:03:09.305 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:03:09.305 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-12T16:03:09.305 INFO:teuthology.orchestra.run.smithi037.stdout: rbd-nbd-2:19.0.0-2847.gbf9c5618.el9.x86_64 2024-04-12T16:03:09.305 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:03:09.305 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-12T16:03:09.541 DEBUG:teuthology.parallel:result is None 2024-04-12T16:03:09.542 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bf9c5618cc018927fa77780d25b6deb1f5dc254d 2024-04-12T16:03:09.685 DEBUG:teuthology.orchestra.run.smithi037:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-12T16:03:09.705 INFO:teuthology.orchestra.run.smithi037.stdout:19.0.0-2847.gbf9c5618.el9 2024-04-12T16:03:09.706 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2847.gbf9c5618.el9 2024-04-12T16:03:09.706 INFO:teuthology.task.install:The correct ceph version 19.0.0-2847.gbf9c5618 is installed. 2024-04-12T16:03:09.708 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bf9c5618cc018927fa77780d25b6deb1f5dc254d 2024-04-12T16:03:09.923 DEBUG:teuthology.orchestra.run.smithi040:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-12T16:03:09.948 INFO:teuthology.orchestra.run.smithi040.stdout:19.0.0-2847.gbf9c5618.el9 2024-04-12T16:03:09.948 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2847.gbf9c5618.el9 2024-04-12T16:03:09.948 INFO:teuthology.task.install:The correct ceph version 19.0.0-2847.gbf9c5618 is installed. 2024-04-12T16:03:09.950 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bf9c5618cc018927fa77780d25b6deb1f5dc254d 2024-04-12T16:03:10.091 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-12T16:03:10.116 INFO:teuthology.orchestra.run.smithi133.stdout:19.0.0-2847.gbf9c5618.el9 2024-04-12T16:03:10.116 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2847.gbf9c5618.el9 2024-04-12T16:03:10.116 INFO:teuthology.task.install:The correct ceph version 19.0.0-2847.gbf9c5618 is installed. 2024-04-12T16:03:10.118 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-12T16:03:10.119 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-12T16:03:10.119 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-12T16:03:10.151 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-12T16:03:10.152 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-12T16:03:10.184 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-12T16:03:10.185 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-12T16:03:10.218 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-12T16:03:10.218 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-12T16:03:10.218 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/usr/bin/daemon-helper 2024-04-12T16:03:10.247 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-12T16:03:10.317 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-12T16:03:10.317 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/usr/bin/daemon-helper 2024-04-12T16:03:10.348 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-12T16:03:10.416 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-12T16:03:10.416 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/daemon-helper 2024-04-12T16:03:10.447 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-12T16:03:10.518 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-12T16:03:10.519 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-12T16:03:10.519 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-12T16:03:10.549 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-12T16:03:10.619 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-12T16:03:10.619 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-12T16:03:10.647 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-12T16:03:10.713 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-12T16:03:10.713 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-12T16:03:10.740 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-12T16:03:10.807 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-12T16:03:10.808 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-12T16:03:10.808 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/usr/bin/stdin-killer 2024-04-12T16:03:10.839 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-12T16:03:10.910 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-12T16:03:10.910 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/usr/bin/stdin-killer 2024-04-12T16:03:10.937 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-12T16:03:11.003 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-12T16:03:11.003 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/stdin-killer 2024-04-12T16:03:11.031 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-12T16:03:11.098 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-12T16:03:11.197 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', 'mons down', 'mon down', 'out of quorum'], 'sha1': 'bf9c5618cc018927fa77780d25b6deb1f5dc254d'} 2024-04-12T16:03:11.197 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d 2024-04-12T16:03:11.198 INFO:tasks.cephadm:Cluster fsid is 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:03:11.198 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-12T16:03:11.198 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.37', 'mon.b': '172.21.15.40', 'mon.c': '172.21.15.133'} 2024-04-12T16:03:11.198 INFO:tasks.cephadm:First mon is mon.a on smithi037 2024-04-12T16:03:11.198 INFO:tasks.cephadm:First mgr is a 2024-04-12T16:03:11.198 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-12T16:03:11.198 DEBUG:teuthology.orchestra.run.smithi037:> sudo hostname $(hostname -s) 2024-04-12T16:03:11.230 DEBUG:teuthology.orchestra.run.smithi040:> sudo hostname $(hostname -s) 2024-04-12T16:03:11.257 DEBUG:teuthology.orchestra.run.smithi133:> sudo hostname $(hostname -s) 2024-04-12T16:03:11.285 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-12T16:03:11.285 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bf9c5618cc018927fa77780d25b6deb1f5dc254d 2024-04-12T16:03:11.507 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'bf9c5618cc018927fa77780d25b6deb1f5dc254d', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/78406/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2847-gbf9c5618', 'node_name': '172.21.5.36+adami06', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2847.gbf9c5618'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-10 01:17:18.679209', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri10-testing-2024-03-24-1159', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-04-12T16:03:11.645 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-yuri10-testing-2024-03-24-1159, sha1 bf9c5618cc018927fa77780d25b6deb1f5dc254d from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=bf9c5618cc018927fa77780d25b6deb1f5dc254d 2024-04-12T16:03:11.646 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/centos/9/x86_64/flavors/default/cephadm 2024-04-12T16:03:11.646 DEBUG:teuthology.orchestra.run.smithi037:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-12T16:03:12.210 INFO:teuthology.orchestra.run.smithi037.stdout:-rw-r--r--. 1 ubuntu ubuntu 781272 Apr 12 16:03 /home/ubuntu/cephtest/cephadm 2024-04-12T16:03:12.210 DEBUG:teuthology.orchestra.run.smithi040:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-12T16:03:13.086 INFO:teuthology.orchestra.run.smithi040.stdout:-rw-r--r--. 1 ubuntu ubuntu 781272 Apr 12 16:03 /home/ubuntu/cephtest/cephadm 2024-04-12T16:03:13.087 DEBUG:teuthology.orchestra.run.smithi133:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-12T16:03:13.551 INFO:teuthology.orchestra.run.smithi133.stdout:-rw-r--r--. 1 ubuntu ubuntu 781272 Apr 12 16:03 /home/ubuntu/cephtest/cephadm 2024-04-12T16:03:13.551 DEBUG:teuthology.orchestra.run.smithi037:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-12T16:03:13.570 DEBUG:teuthology.orchestra.run.smithi040:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-12T16:03:13.588 DEBUG:teuthology.orchestra.run.smithi133:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-12T16:03:13.618 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d on all hosts... 2024-04-12T16:03:13.619 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d pull 2024-04-12T16:03:13.621 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d pull 2024-04-12T16:03:13.630 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d pull 2024-04-12T16:03:14.439 INFO:teuthology.orchestra.run.smithi040.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d... 2024-04-12T16:03:14.496 INFO:teuthology.orchestra.run.smithi133.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d... 2024-04-12T16:03:14.617 INFO:teuthology.orchestra.run.smithi037.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d... 2024-04-12T16:03:47.198 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2024-04-12T16:03:47.198 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph_version": "ceph version 19.0.0-2847-gbf9c5618 (bf9c5618cc018927fa77780d25b6deb1f5dc254d) squid (dev)", 2024-04-12T16:03:47.198 INFO:teuthology.orchestra.run.smithi037.stdout: "image_id": "92de118a8b8fd41458f442b377b2c0b3c43b8d07f06e0d9ed4acf64e9f818607", 2024-04-12T16:03:47.199 INFO:teuthology.orchestra.run.smithi037.stdout: "repo_digests": [ 2024-04-12T16:03:47.199 INFO:teuthology.orchestra.run.smithi037.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528" 2024-04-12T16:03:47.199 INFO:teuthology.orchestra.run.smithi037.stdout: ] 2024-04-12T16:03:47.199 INFO:teuthology.orchestra.run.smithi037.stdout:} 2024-04-12T16:04:01.446 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-04-12T16:04:01.447 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph_version": "ceph version 19.0.0-2847-gbf9c5618 (bf9c5618cc018927fa77780d25b6deb1f5dc254d) squid (dev)", 2024-04-12T16:04:01.447 INFO:teuthology.orchestra.run.smithi133.stdout: "image_id": "92de118a8b8fd41458f442b377b2c0b3c43b8d07f06e0d9ed4acf64e9f818607", 2024-04-12T16:04:01.447 INFO:teuthology.orchestra.run.smithi133.stdout: "repo_digests": [ 2024-04-12T16:04:01.447 INFO:teuthology.orchestra.run.smithi133.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528" 2024-04-12T16:04:01.447 INFO:teuthology.orchestra.run.smithi133.stdout: ] 2024-04-12T16:04:01.447 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-04-12T16:04:04.328 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2024-04-12T16:04:04.328 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph_version": "ceph version 19.0.0-2847-gbf9c5618 (bf9c5618cc018927fa77780d25b6deb1f5dc254d) squid (dev)", 2024-04-12T16:04:04.328 INFO:teuthology.orchestra.run.smithi040.stdout: "image_id": "92de118a8b8fd41458f442b377b2c0b3c43b8d07f06e0d9ed4acf64e9f818607", 2024-04-12T16:04:04.329 INFO:teuthology.orchestra.run.smithi040.stdout: "repo_digests": [ 2024-04-12T16:04:04.329 INFO:teuthology.orchestra.run.smithi040.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528" 2024-04-12T16:04:04.329 INFO:teuthology.orchestra.run.smithi040.stdout: ] 2024-04-12T16:04:04.329 INFO:teuthology.orchestra.run.smithi040.stdout:} 2024-04-12T16:04:04.356 DEBUG:teuthology.orchestra.run.smithi037:> sudo mkdir -p /etc/ceph 2024-04-12T16:04:04.391 DEBUG:teuthology.orchestra.run.smithi040:> sudo mkdir -p /etc/ceph 2024-04-12T16:04:04.422 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /etc/ceph 2024-04-12T16:04:04.456 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 777 /etc/ceph 2024-04-12T16:04:04.486 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 777 /etc/ceph 2024-04-12T16:04:04.514 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 777 /etc/ceph 2024-04-12T16:04:04.545 INFO:tasks.cephadm:Writing seed config... 2024-04-12T16:04:04.546 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-04-12T16:04:04.547 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-12T16:04:04.547 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-12T16:04:04.547 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-12T16:04:04.547 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-12T16:04:04.547 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-12T16:04:04.547 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-12T16:04:04.547 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-12T16:04:04.547 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-12T16:04:04.548 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-12T16:04:04.548 DEBUG:teuthology.orchestra.run.smithi037:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-12T16:04:04.564 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 = 292bfd24-f8e6-11ee-bc8d-c7b262605968 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-12T16:04:04.565 DEBUG:teuthology.orchestra.run.smithi037:mon.a> sudo journalctl -f -n 0 -u ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mon.a.service 2024-04-12T16:04:04.607 DEBUG:teuthology.orchestra.run.smithi037:mgr.a> sudo journalctl -f -n 0 -u ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mgr.a.service 2024-04-12T16:04:04.649 INFO:tasks.cephadm:Bootstrapping... 2024-04-12T16:04:04.649 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d -v bootstrap --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.37 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-12T16:04:04.849 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:04:04.849 INFO:teuthology.orchestra.run.smithi037.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d', '-v', 'bootstrap', '--fsid', '292bfd24-f8e6-11ee-bc8d-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.37', '--skip-admin-label'] 2024-04-12T16:04:04.850 INFO:teuthology.orchestra.run.smithi037.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-12T16:04:04.850 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying podman|docker is present... 2024-04-12T16:04:04.877 INFO:teuthology.orchestra.run.smithi037.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-12T16:04:04.877 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying lvm2 is present... 2024-04-12T16:04:04.877 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying time synchronization is in place... 2024-04-12T16:04:04.884 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-12T16:04:04.885 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-12T16:04:04.891 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-12T16:04:04.891 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-04-12T16:04:04.898 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout enabled 2024-04-12T16:04:04.904 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout active 2024-04-12T16:04:04.904 INFO:teuthology.orchestra.run.smithi037.stdout:Unit chronyd.service is enabled and running 2024-04-12T16:04:04.904 INFO:teuthology.orchestra.run.smithi037.stdout:Repeating the final host check... 2024-04-12T16:04:04.927 INFO:teuthology.orchestra.run.smithi037.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-12T16:04:04.927 INFO:teuthology.orchestra.run.smithi037.stdout:podman (/bin/podman) version 4.9.4 is present 2024-04-12T16:04:04.927 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl is present 2024-04-12T16:04:04.927 INFO:teuthology.orchestra.run.smithi037.stdout:lvcreate is present 2024-04-12T16:04:04.933 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-12T16:04:04.933 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-12T16:04:04.940 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-12T16:04:04.940 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-04-12T16:04:04.947 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout enabled 2024-04-12T16:04:04.953 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout active 2024-04-12T16:04:04.953 INFO:teuthology.orchestra.run.smithi037.stdout:Unit chronyd.service is enabled and running 2024-04-12T16:04:04.954 INFO:teuthology.orchestra.run.smithi037.stdout:Host looks OK 2024-04-12T16:04:04.954 INFO:teuthology.orchestra.run.smithi037.stdout:Cluster fsid: 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:04:04.954 INFO:teuthology.orchestra.run.smithi037.stdout:Acquiring lock 139771819778736 on /run/cephadm/292bfd24-f8e6-11ee-bc8d-c7b262605968.lock 2024-04-12T16:04:04.954 INFO:teuthology.orchestra.run.smithi037.stdout:Lock 139771819778736 acquired on /run/cephadm/292bfd24-f8e6-11ee-bc8d-c7b262605968.lock 2024-04-12T16:04:04.955 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying IP 172.21.15.37 port 3300 ... 2024-04-12T16:04:04.955 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying IP 172.21.15.37 port 6789 ... 2024-04-12T16:04:04.955 INFO:teuthology.orchestra.run.smithi037.stdout:Base mon IP(s) is [172.21.15.37:3300, 172.21.15.37:6789], mon addrv is [v2:172.21.15.37:3300,v1:172.21.15.37:6789] 2024-04-12T16:04:04.957 INFO:teuthology.orchestra.run.smithi037.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.37 metric 100 2024-04-12T16:04:04.958 INFO:teuthology.orchestra.run.smithi037.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.37 metric 100 2024-04-12T16:04:04.960 INFO:teuthology.orchestra.run.smithi037.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-12T16:04:04.960 INFO:teuthology.orchestra.run.smithi037.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-04-12T16:04:04.960 INFO:teuthology.orchestra.run.smithi037.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-04-12T16:04:04.963 INFO:teuthology.orchestra.run.smithi037.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-12T16:04:04.963 INFO:teuthology.orchestra.run.smithi037.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-12T16:04:04.963 INFO:teuthology.orchestra.run.smithi037.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-12T16:04:04.963 INFO:teuthology.orchestra.run.smithi037.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-04-12T16:04:04.963 INFO:teuthology.orchestra.run.smithi037.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:7794/64 scope link noprefixroute 2024-04-12T16:04:04.963 INFO:teuthology.orchestra.run.smithi037.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-12T16:04:04.964 INFO:teuthology.orchestra.run.smithi037.stdout:Mon IP `172.21.15.37` is in CIDR network `172.21.0.0/20` 2024-04-12T16:04:04.964 INFO:teuthology.orchestra.run.smithi037.stdout:Mon IP `172.21.15.37` is in CIDR network `172.21.0.0/20` 2024-04-12T16:04:04.964 INFO:teuthology.orchestra.run.smithi037.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-12T16:04:04.964 INFO:teuthology.orchestra.run.smithi037.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-12T16:04:04.965 INFO:teuthology.orchestra.run.smithi037.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d... 2024-04-12T16:04:05.431 INFO:teuthology.orchestra.run.smithi037.stdout:/bin/podman: stdout 92de118a8b8fd41458f442b377b2c0b3c43b8d07f06e0d9ed4acf64e9f818607 2024-04-12T16:04:05.431 INFO:teuthology.orchestra.run.smithi037.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d... 2024-04-12T16:04:05.431 INFO:teuthology.orchestra.run.smithi037.stdout:/bin/podman: stderr Getting image source signatures 2024-04-12T16:04:05.431 INFO:teuthology.orchestra.run.smithi037.stdout:/bin/podman: stderr Copying blob sha256:9c9ef98e8e6542d90cef2725d33dcf7a9ba0339777513ccdd7af8361e084700b 2024-04-12T16:04:05.432 INFO:teuthology.orchestra.run.smithi037.stdout:/bin/podman: stderr Copying blob sha256:9793b5b5582798bde394f4383d142e9f248a25e4ebfd72ee05ea9ec6251a877d 2024-04-12T16:04:05.432 INFO:teuthology.orchestra.run.smithi037.stdout:/bin/podman: stderr Copying config sha256:92de118a8b8fd41458f442b377b2c0b3c43b8d07f06e0d9ed4acf64e9f818607 2024-04-12T16:04:05.432 INFO:teuthology.orchestra.run.smithi037.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-12T16:04:06.355 INFO:teuthology.orchestra.run.smithi037.stdout:ceph: stdout ceph version 19.0.0-2847-gbf9c5618 (bf9c5618cc018927fa77780d25b6deb1f5dc254d) squid (dev) 2024-04-12T16:04:06.355 INFO:teuthology.orchestra.run.smithi037.stdout:Ceph version: ceph version 19.0.0-2847-gbf9c5618 (bf9c5618cc018927fa77780d25b6deb1f5dc254d) squid (dev) 2024-04-12T16:04:06.356 INFO:teuthology.orchestra.run.smithi037.stdout:Extracting ceph user uid/gid from container image... 2024-04-12T16:04:07.153 INFO:teuthology.orchestra.run.smithi037.stdout:stat: stdout 167 167 2024-04-12T16:04:07.153 INFO:teuthology.orchestra.run.smithi037.stdout:Creating initial keys... 2024-04-12T16:04:08.016 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-authtool: stdout AQB3WxlmvfOxHBAAOmszE/onqt037yrxgmbs4g== 2024-04-12T16:04:08.847 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-authtool: stdout AQB4WxlmMOYVFBAAs9pnq7VUv3iUuqWsZznRnA== 2024-04-12T16:04:09.786 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-authtool: stdout AQB5Wxlm8ekCChAAMm75iz39mzt8h+s0S98low== 2024-04-12T16:04:09.786 INFO:teuthology.orchestra.run.smithi037.stdout:Creating initial monmap... 2024-04-12T16:04:14.496 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-12T16:04:14.497 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-12T16:04:14.497 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:04:14.497 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-12T16:04:14.497 INFO:teuthology.orchestra.run.smithi037.stdout:monmaptool for a [v2:172.21.15.37:3300,v1:172.21.15.37:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-12T16:04:14.497 INFO:teuthology.orchestra.run.smithi037.stdout:setting min_mon_release = quincy 2024-04-12T16:04:14.497 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: set fsid to 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:04:14.497 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-12T16:04:14.497 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:04:14.497 INFO:teuthology.orchestra.run.smithi037.stdout:Creating mon... 2024-04-12T16:04:21.370 INFO:teuthology.orchestra.run.smithi037.stdout:create mon.a on 2024-04-12T16:04:21.577 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-04-12T16:04:21.721 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-12T16:04:21.882 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968.target → /etc/systemd/system/ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968.target. 2024-04-12T16:04:21.882 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968.target → /etc/systemd/system/ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968.target. 2024-04-12T16:04:22.120 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mon.a 2024-04-12T16:04:22.121 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to reset failed state of unit ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mon.a.service: Unit ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mon.a.service not loaded. 2024-04-12T16:04:22.280 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968.target.wants/ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mon.a.service → /etc/systemd/system/ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@.service. 2024-04-12T16:04:22.818 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-12T16:04:22.818 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout disabled 2024-04-12T16:04:22.824 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-12T16:04:22.825 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-04-12T16:04:22.825 INFO:teuthology.orchestra.run.smithi037.stdout:firewalld.service is not enabled 2024-04-12T16:04:22.825 INFO:teuthology.orchestra.run.smithi037.stdout:Not possible to enable service . firewalld.service is not available 2024-04-12T16:04:22.825 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mon to start... 2024-04-12T16:04:22.825 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mon... 2024-04-12T16:04:23.815 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout cluster: 2024-04-12T16:04:23.817 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout id: 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:04:23.817 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-12T16:04:23.817 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-04-12T16:04:23.817 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout services: 2024-04-12T16:04:23.817 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.550131s) 2024-04-12T16:04:23.817 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-12T16:04:23.817 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-12T16:04:23.817 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-04-12T16:04:23.817 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout data: 2024-04-12T16:04:23.817 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-12T16:04:23.818 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-12T16:04:23.818 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-12T16:04:23.818 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout pgs: 2024-04-12T16:04:23.818 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-04-12T16:04:23.818 INFO:teuthology.orchestra.run.smithi037.stdout:mon is available 2024-04-12T16:04:23.818 INFO:teuthology.orchestra.run.smithi037.stdout:Assimilating anything we can from ceph.conf... 2024-04-12T16:04:24.893 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:24 smithi037 ceph-mon[29197]: from='client.? 172.21.15.37:0/2120588202' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-12T16:04:24.897 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-04-12T16:04:24.897 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [global] 2024-04-12T16:04:24.897 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout fsid = 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:04:24.897 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.37:3300,v1:172.21.15.37:6789] 2024-04-12T16:04:24.898 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-12T16:04:24.898 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-12T16:04:24.898 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-12T16:04:24.898 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-12T16:04:24.898 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-04-12T16:04:24.898 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-12T16:04:24.898 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-12T16:04:24.898 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-12T16:04:24.898 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-04-12T16:04:24.898 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [osd] 2024-04-12T16:04:24.898 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-12T16:04:24.898 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-12T16:04:24.898 INFO:teuthology.orchestra.run.smithi037.stdout:Generating new minimal ceph.conf... 2024-04-12T16:04:25.961 INFO:teuthology.orchestra.run.smithi037.stdout:Restarting the monitor... 2024-04-12T16:04:25.987 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:25 smithi037 ceph-mon[29197]: from='client.? 172.21.15.37:0/2998605553' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:04:26.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:25 smithi037 systemd[1]: Stopping Ceph mon.a for 292bfd24-f8e6-11ee-bc8d-c7b262605968... 2024-04-12T16:04:27.420 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:27 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mon-a[29193]: 2024-04-12T16:04:27.105+0000 7fd466121700 -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-12T16:04:27.420 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:27 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mon-a[29193]: 2024-04-12T16:04:27.105+0000 7fd466121700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-12T16:04:27.421 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:27 smithi037 podman[29443]: 2024-04-12 16:04:27.147149841 +0000 UTC m=+1.013187302 container died 57e012c6fbd956499019b421a907d94de3603a87be3578124b7ba6a981da029d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240409, org.label-schema.license=GPLv2, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-04-12T16:04:27.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:27 smithi037 podman[29443]: 2024-04-12 16:04:27.480035356 +0000 UTC m=+1.346072816 container cleanup 57e012c6fbd956499019b421a907d94de3603a87be3578124b7ba6a981da029d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mon-a, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240409, ceph=True, CEPH_POINT_RELEASE=) 2024-04-12T16:04:27.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:27 smithi037 bash[29443]: ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mon-a 2024-04-12T16:04:28.121 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:27 smithi037 podman[29457]: 2024-04-12 16:04:27.680955199 +0000 UTC m=+0.524542708 container remove 57e012c6fbd956499019b421a907d94de3603a87be3578124b7ba6a981da029d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mon-a, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.build-date=20240409, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-12T16:04:28.121 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:27 smithi037 systemd[1]: ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-12T16:04:28.121 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:27 smithi037 systemd[1]: Stopped Ceph mon.a for 292bfd24-f8e6-11ee-bc8d-c7b262605968. 2024-04-12T16:04:28.121 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:27 smithi037 systemd[1]: Starting Ceph mon.a for 292bfd24-f8e6-11ee-bc8d-c7b262605968... 2024-04-12T16:04:28.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 podman[29554]: 2024-04-12 16:04:28.123555981 +0000 UTC m=+0.112608563 container create 25a53fa76bc8d2d712f22756fd87d973c836ea85f89d41bd70b33fdb26fb966c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mon-a, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240409, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0) 2024-04-12T16:04:28.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 podman[29554]: 2024-04-12 16:04:28.028233307 +0000 UTC m=+0.017285881 image pull 92de118a8b8fd41458f442b377b2c0b3c43b8d07f06e0d9ed4acf64e9f818607 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d 2024-04-12T16:04:28.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 podman[29554]: 2024-04-12 16:04:28.359350751 +0000 UTC m=+0.348403325 container init 25a53fa76bc8d2d712f22756fd87d973c836ea85f89d41bd70b33fdb26fb966c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mon-a, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240409, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-04-12T16:04:28.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 podman[29554]: 2024-04-12 16:04:28.362109126 +0000 UTC m=+0.351161701 container start 25a53fa76bc8d2d712f22756fd87d973c836ea85f89d41bd70b33fdb26fb966c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mon-a, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240409, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.schema-version=1.0, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-04-12T16:04:28.469 INFO:teuthology.orchestra.run.smithi037.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-12T16:04:28.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: set uid:gid to 167:167 (ceph:ceph) 2024-04-12T16:04:28.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: ceph version 19.0.0-2847-gbf9c5618 (bf9c5618cc018927fa77780d25b6deb1f5dc254d) squid (dev), process ceph-mon, pid 2 2024-04-12T16:04:28.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: pidfile_write: ignore empty --pid-file 2024-04-12T16:04:28.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: load: jerasure load: lrc 2024-04-12T16:04:28.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: RocksDB version: 7.9.2 2024-04-12T16:04:28.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Git sha 0 2024-04-12T16:04:28.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Compile date 2024-04-09 18:12:34 2024-04-12T16:04:28.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: DB SUMMARY 2024-04-12T16:04:28.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: DB Session ID: 7VC37XRHQXPC80EFBR8G 2024-04-12T16:04:28.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: CURRENT file: CURRENT 2024-04-12T16:04:28.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: IDENTITY file: IDENTITY 2024-04-12T16:04:28.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-12T16:04:28.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-12T16:04:28.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 89107 ; 2024-04-12T16:04:28.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.error_if_exists: 0 2024-04-12T16:04:28.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.create_if_missing: 0 2024-04-12T16:04:28.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.paranoid_checks: 1 2024-04-12T16:04:28.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-12T16:04:28.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-12T16:04:28.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-12T16:04:28.681 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.env: 0x55b3b8fcfcc0 2024-04-12T16:04:28.681 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.fs: PosixFileSystem 2024-04-12T16:04:28.681 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.info_log: 0x55b3bb1a5c20 2024-04-12T16:04:28.681 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.max_file_opening_threads: 16 2024-04-12T16:04:28.681 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.statistics: (nil) 2024-04-12T16:04:28.681 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.use_fsync: 0 2024-04-12T16:04:28.681 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.max_log_file_size: 0 2024-04-12T16:04:28.681 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-12T16:04:28.681 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-12T16:04:28.681 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.keep_log_file_num: 1000 2024-04-12T16:04:28.681 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.recycle_log_file_num: 0 2024-04-12T16:04:28.681 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.allow_fallocate: 1 2024-04-12T16:04:28.681 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.allow_mmap_reads: 0 2024-04-12T16:04:28.681 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.allow_mmap_writes: 0 2024-04-12T16:04:28.681 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.use_direct_reads: 0 2024-04-12T16:04:28.681 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-12T16:04:28.682 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.create_missing_column_families: 0 2024-04-12T16:04:28.682 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.db_log_dir: 2024-04-12T16:04:28.682 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.wal_dir: 2024-04-12T16:04:28.682 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-12T16:04:28.683 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-12T16:04:28.683 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-12T16:04:28.683 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-12T16:04:28.683 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-12T16:04:28.683 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-12T16:04:28.683 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.advise_random_on_open: 1 2024-04-12T16:04:28.684 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.db_write_buffer_size: 0 2024-04-12T16:04:28.684 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.write_buffer_manager: 0x55b3bb1761e0 2024-04-12T16:04:28.684 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-12T16:04:28.684 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-12T16:04:28.684 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-12T16:04:28.684 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.rate_limiter: (nil) 2024-04-12T16:04:28.684 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-12T16:04:28.684 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.wal_recovery_mode: 2 2024-04-12T16:04:28.684 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.enable_thread_tracking: 0 2024-04-12T16:04:28.684 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.enable_pipelined_write: 0 2024-04-12T16:04:28.684 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.unordered_write: 0 2024-04-12T16:04:28.684 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-12T16:04:28.684 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-12T16:04:28.685 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-12T16:04:28.685 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-12T16:04:28.685 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.row_cache: None 2024-04-12T16:04:28.685 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.wal_filter: None 2024-04-12T16:04:28.685 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-12T16:04:28.685 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.allow_ingest_behind: 0 2024-04-12T16:04:28.685 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.two_write_queues: 0 2024-04-12T16:04:28.685 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.manual_wal_flush: 0 2024-04-12T16:04:28.685 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.wal_compression: 0 2024-04-12T16:04:28.685 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.atomic_flush: 0 2024-04-12T16:04:28.685 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-12T16:04:28.685 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-12T16:04:28.685 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-12T16:04:28.686 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.log_readahead_size: 0 2024-04-12T16:04:28.686 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-12T16:04:28.686 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.best_efforts_recovery: 0 2024-04-12T16:04:28.686 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-12T16:04:28.686 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-12T16:04:28.686 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.allow_data_in_errors: 0 2024-04-12T16:04:28.686 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.db_host_id: __hostname__ 2024-04-12T16:04:28.686 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-12T16:04:28.686 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.max_background_jobs: 2 2024-04-12T16:04:28.686 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.max_background_compactions: -1 2024-04-12T16:04:28.686 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.max_subcompactions: 1 2024-04-12T16:04:28.686 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-12T16:04:28.686 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-12T16:04:28.686 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-12T16:04:28.687 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.max_total_wal_size: 0 2024-04-12T16:04:28.687 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-12T16:04:28.687 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-12T16:04:28.687 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-12T16:04:28.687 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-12T16:04:28.687 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.max_open_files: -1 2024-04-12T16:04:28.687 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.bytes_per_sync: 0 2024-04-12T16:04:28.687 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-12T16:04:28.687 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-12T16:04:28.687 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.compaction_readahead_size: 0 2024-04-12T16:04:28.687 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.max_background_flushes: -1 2024-04-12T16:04:28.687 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Compression algorithms supported: 2024-04-12T16:04:28.687 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-12T16:04:28.687 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: kZSTD supported: 0 2024-04-12T16:04:28.687 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: kXpressCompression supported: 0 2024-04-12T16:04:28.687 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: kLZ4HCCompression supported: 1 2024-04-12T16:04:28.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: kZlibCompression supported: 1 2024-04-12T16:04:28.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: kSnappyCompression supported: 1 2024-04-12T16:04:28.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: kLZ4Compression supported: 1 2024-04-12T16:04:28.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: kBZip2Compression supported: 0 2024-04-12T16:04:28.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-12T16:04:28.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-12T16:04:28.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-12T16:04:28.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-12T16:04:28.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-12T16:04:28.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.merge_operator: 2024-04-12T16:04:28.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.compaction_filter: None 2024-04-12T16:04:28.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.compaction_filter_factory: None 2024-04-12T16:04:28.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.sst_partitioner_factory: None 2024-04-12T16:04:28.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-12T16:04:28.689 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-12T16:04:28.689 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b3bb1a5de0) 2024-04-12T16:04:28.689 INFO:journalctl@ceph.mon.a.smithi037.stdout: cache_index_and_filter_blocks: 1 2024-04-12T16:04:28.689 INFO:journalctl@ceph.mon.a.smithi037.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-12T16:04:28.689 INFO:journalctl@ceph.mon.a.smithi037.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-12T16:04:28.689 INFO:journalctl@ceph.mon.a.smithi037.stdout: pin_top_level_index_and_filter: 1 2024-04-12T16:04:28.689 INFO:journalctl@ceph.mon.a.smithi037.stdout: index_type: 0 2024-04-12T16:04:28.689 INFO:journalctl@ceph.mon.a.smithi037.stdout: data_block_index_type: 0 2024-04-12T16:04:28.689 INFO:journalctl@ceph.mon.a.smithi037.stdout: index_shortening: 1 2024-04-12T16:04:28.689 INFO:journalctl@ceph.mon.a.smithi037.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-12T16:04:28.689 INFO:journalctl@ceph.mon.a.smithi037.stdout: checksum: 4 2024-04-12T16:04:28.689 INFO:journalctl@ceph.mon.a.smithi037.stdout: no_block_cache: 0 2024-04-12T16:04:28.689 INFO:journalctl@ceph.mon.a.smithi037.stdout: block_cache: 0x55b3bb1a9090 2024-04-12T16:04:28.689 INFO:journalctl@ceph.mon.a.smithi037.stdout: block_cache_name: BinnedLRUCache 2024-04-12T16:04:28.689 INFO:journalctl@ceph.mon.a.smithi037.stdout: block_cache_options: 2024-04-12T16:04:28.689 INFO:journalctl@ceph.mon.a.smithi037.stdout: capacity : 536870912 2024-04-12T16:04:28.690 INFO:journalctl@ceph.mon.a.smithi037.stdout: num_shard_bits : 4 2024-04-12T16:04:28.690 INFO:journalctl@ceph.mon.a.smithi037.stdout: strict_capacity_limit : 0 2024-04-12T16:04:28.690 INFO:journalctl@ceph.mon.a.smithi037.stdout: high_pri_pool_ratio: 0.000 2024-04-12T16:04:28.690 INFO:journalctl@ceph.mon.a.smithi037.stdout: block_cache_compressed: (nil) 2024-04-12T16:04:28.690 INFO:journalctl@ceph.mon.a.smithi037.stdout: persistent_cache: (nil) 2024-04-12T16:04:28.690 INFO:journalctl@ceph.mon.a.smithi037.stdout: block_size: 4096 2024-04-12T16:04:28.690 INFO:journalctl@ceph.mon.a.smithi037.stdout: block_size_deviation: 10 2024-04-12T16:04:28.690 INFO:journalctl@ceph.mon.a.smithi037.stdout: block_restart_interval: 16 2024-04-12T16:04:28.690 INFO:journalctl@ceph.mon.a.smithi037.stdout: index_block_restart_interval: 1 2024-04-12T16:04:28.690 INFO:journalctl@ceph.mon.a.smithi037.stdout: metadata_block_size: 4096 2024-04-12T16:04:28.690 INFO:journalctl@ceph.mon.a.smithi037.stdout: partition_filters: 0 2024-04-12T16:04:28.690 INFO:journalctl@ceph.mon.a.smithi037.stdout: use_delta_encoding: 1 2024-04-12T16:04:28.690 INFO:journalctl@ceph.mon.a.smithi037.stdout: filter_policy: bloomfilter 2024-04-12T16:04:28.690 INFO:journalctl@ceph.mon.a.smithi037.stdout: whole_key_filtering: 1 2024-04-12T16:04:28.691 INFO:journalctl@ceph.mon.a.smithi037.stdout: verify_compression: 0 2024-04-12T16:04:28.691 INFO:journalctl@ceph.mon.a.smithi037.stdout: read_amp_bytes_per_bit: 0 2024-04-12T16:04:28.691 INFO:journalctl@ceph.mon.a.smithi037.stdout: format_version: 5 2024-04-12T16:04:28.691 INFO:journalctl@ceph.mon.a.smithi037.stdout: enable_index_compression: 1 2024-04-12T16:04:28.691 INFO:journalctl@ceph.mon.a.smithi037.stdout: block_align: 0 2024-04-12T16:04:28.691 INFO:journalctl@ceph.mon.a.smithi037.stdout: max_auto_readahead_size: 262144 2024-04-12T16:04:28.691 INFO:journalctl@ceph.mon.a.smithi037.stdout: prepopulate_block_cache: 0 2024-04-12T16:04:28.691 INFO:journalctl@ceph.mon.a.smithi037.stdout: initial_auto_readahead_size: 8192 2024-04-12T16:04:28.691 INFO:journalctl@ceph.mon.a.smithi037.stdout: num_file_reads_for_auto_readahead: 2 2024-04-12T16:04:28.691 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.write_buffer_size: 33554432 2024-04-12T16:04:28.691 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.max_write_buffer_number: 2 2024-04-12T16:04:28.691 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.compression: NoCompression 2024-04-12T16:04:28.691 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.bottommost_compression: Disabled 2024-04-12T16:04:28.691 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.prefix_extractor: nullptr 2024-04-12T16:04:28.691 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-12T16:04:28.691 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.num_levels: 7 2024-04-12T16:04:28.692 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-12T16:04:28.692 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-12T16:04:28.692 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-12T16:04:28.692 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-12T16:04:28.692 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-12T16:04:28.692 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-12T16:04:28.692 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-12T16:04:28.692 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-12T16:04:28.692 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-12T16:04:28.692 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-12T16:04:28.692 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-12T16:04:28.692 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-12T16:04:28.692 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-12T16:04:28.692 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.compression_opts.level: 32767 2024-04-12T16:04:28.692 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.compression_opts.strategy: 0 2024-04-12T16:04:28.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-12T16:04:28.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-12T16:04:28.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-12T16:04:28.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-12T16:04:28.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.compression_opts.enabled: false 2024-04-12T16:04:28.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-12T16:04:28.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-12T16:04:28.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-12T16:04:28.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-12T16:04:28.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.target_file_size_base: 67108864 2024-04-12T16:04:28.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-12T16:04:28.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-12T16:04:28.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-12T16:04:28.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-12T16:04:28.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-12T16:04:28.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-12T16:04:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-12T16:04:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-12T16:04:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-12T16:04:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-12T16:04:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-12T16:04:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-12T16:04:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-12T16:04:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-12T16:04:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.arena_block_size: 1048576 2024-04-12T16:04:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-12T16:04:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-12T16:04:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.disable_auto_compactions: 0 2024-04-12T16:04:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-12T16:04:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-12T16:04:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-12T16:04:28.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-12T16:04:28.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-12T16:04:28.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-12T16:04:28.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-12T16:04:28.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-12T16:04:28.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-12T16:04:28.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-12T16:04:28.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-12T16:04:28.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.inplace_update_support: 0 2024-04-12T16:04:28.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-12T16:04:28.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-12T16:04:28.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-12T16:04:28.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-12T16:04:28.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.bloom_locality: 0 2024-04-12T16:04:28.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.max_successive_merges: 0 2024-04-12T16:04:28.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-12T16:04:28.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.paranoid_file_checks: 0 2024-04-12T16:04:28.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.force_consistency_checks: 1 2024-04-12T16:04:28.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.report_bg_io_stats: 0 2024-04-12T16:04:28.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.ttl: 2592000 2024-04-12T16:04:28.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-12T16:04:28.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-12T16:04:28.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-12T16:04:28.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.enable_blob_files: false 2024-04-12T16:04:28.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.min_blob_size: 0 2024-04-12T16:04:28.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.blob_file_size: 268435456 2024-04-12T16:04:28.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-12T16:04:28.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-12T16:04:28.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-12T16:04:28.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-12T16:04:28.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-12T16:04:28.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.blob_file_starting_level: 0 2024-04-12T16:04:28.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-12T16:04:28.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: 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-12T16:04:28.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-12T16:04:28.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: c280bc21-2982-4a40-8ae2-e7ef58ce7d5d 2024-04-12T16:04:28.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712937868392078, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-12T16:04:28.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-12T16:04:28.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712937868392924, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85724, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83871, "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": 78078, "raw_average_value_size": 359, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1712937868, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "c280bc21-2982-4a40-8ae2-e7ef58ce7d5d", "db_session_id": "7VC37XRHQXPC80EFBR8G", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-12T16:04:28.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712937868393009, "job": 1, "event": "recovery_finished"} 2024-04-12T16:04:28.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-12T16:04:28.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: 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-12T16:04:28.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55b3bb298000 2024-04-12T16:04:28.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: DB pointer 0x55b3bb282000 2024-04-12T16:04:28.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-12T16:04:28.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-12T16:04:28.698 INFO:journalctl@ceph.mon.a.smithi037.stdout: ** DB Stats ** 2024-04-12T16:04:28.698 INFO:journalctl@ceph.mon.a.smithi037.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T16:04:28.698 INFO:journalctl@ceph.mon.a.smithi037.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-12T16:04:28.699 INFO:journalctl@ceph.mon.a.smithi037.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T16:04:28.699 INFO:journalctl@ceph.mon.a.smithi037.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T16:04:28.699 INFO:journalctl@ceph.mon.a.smithi037.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-12T16:04:28.699 INFO:journalctl@ceph.mon.a.smithi037.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T16:04:28.699 INFO:journalctl@ceph.mon.a.smithi037.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T16:04:28.699 INFO:journalctl@ceph.mon.a.smithi037.stdout: 2024-04-12T16:04:28.699 INFO:journalctl@ceph.mon.a.smithi037.stdout: ** Compaction Stats [default] ** 2024-04-12T16:04:28.699 INFO:journalctl@ceph.mon.a.smithi037.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-12T16:04:28.699 INFO:journalctl@ceph.mon.a.smithi037.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-12T16:04:28.699 INFO:journalctl@ceph.mon.a.smithi037.stdout: L0 2/0 85.58 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 151.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-12T16:04:28.699 INFO:journalctl@ceph.mon.a.smithi037.stdout: Sum 2/0 85.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 151.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-12T16:04:28.699 INFO:journalctl@ceph.mon.a.smithi037.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 151.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-12T16:04:28.699 INFO:journalctl@ceph.mon.a.smithi037.stdout: 2024-04-12T16:04:28.699 INFO:journalctl@ceph.mon.a.smithi037.stdout: ** Compaction Stats [default] ** 2024-04-12T16:04:28.699 INFO:journalctl@ceph.mon.a.smithi037.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-12T16:04:28.699 INFO:journalctl@ceph.mon.a.smithi037.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T16:04:28.700 INFO:journalctl@ceph.mon.a.smithi037.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 151.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-12T16:04:28.700 INFO:journalctl@ceph.mon.a.smithi037.stdout: 2024-04-12T16:04:28.700 INFO:journalctl@ceph.mon.a.smithi037.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-12T16:04:28.700 INFO:journalctl@ceph.mon.a.smithi037.stdout: 2024-04-12T16:04:28.700 INFO:journalctl@ceph.mon.a.smithi037.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T16:04:28.700 INFO:journalctl@ceph.mon.a.smithi037.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-12T16:04:28.700 INFO:journalctl@ceph.mon.a.smithi037.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-12T16:04:28.700 INFO:journalctl@ceph.mon.a.smithi037.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-12T16:04:28.700 INFO:journalctl@ceph.mon.a.smithi037.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-12T16:04:28.700 INFO:journalctl@ceph.mon.a.smithi037.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-12T16:04:28.700 INFO:journalctl@ceph.mon.a.smithi037.stdout: Cumulative compaction: 0.00 GB write, 28.98 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T16:04:28.700 INFO:journalctl@ceph.mon.a.smithi037.stdout: Interval compaction: 0.00 GB write, 28.98 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T16:04:28.700 INFO:journalctl@ceph.mon.a.smithi037.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-12T16:04:28.700 INFO:journalctl@ceph.mon.a.smithi037.stdout: Block cache BinnedLRUCache@0x55b3bb1a9090#2 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-04-12T16:04:28.700 INFO:journalctl@ceph.mon.a.smithi037.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-04-12T16:04:28.701 INFO:journalctl@ceph.mon.a.smithi037.stdout: 2024-04-12T16:04:28.701 INFO:journalctl@ceph.mon.a.smithi037.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-12T16:04:28.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: starting mon.a rank 0 at public addrs [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] at bind addrs [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:04:28.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: mon.a@-1(???) e1 preinit fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:04:28.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: mon.a@-1(???).mds e1 new map 2024-04-12T16:04:28.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: mon.a@-1(???).mds e1 print_map 2024-04-12T16:04:28.701 INFO:journalctl@ceph.mon.a.smithi037.stdout: e1 2024-04-12T16:04:28.701 INFO:journalctl@ceph.mon.a.smithi037.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-12T16:04:28.701 INFO:journalctl@ceph.mon.a.smithi037.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-12T16:04:28.701 INFO:journalctl@ceph.mon.a.smithi037.stdout: legacy client fscid: -1 2024-04-12T16:04:28.701 INFO:journalctl@ceph.mon.a.smithi037.stdout: 2024-04-12T16:04:28.701 INFO:journalctl@ceph.mon.a.smithi037.stdout: No filesystems configured 2024-04-12T16:04:28.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-12T16:04:28.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T16:04:28.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T16:04:28.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T16:04:28.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-12T16:04:28.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-12T16:04:28.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: monmap epoch 1 2024-04-12T16:04:28.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:04:28.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: last_changed 2024-04-12T16:04:10.137025+0000 2024-04-12T16:04:28.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: created 2024-04-12T16:04:10.137025+0000 2024-04-12T16:04:28.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: min_mon_release 19 (squid) 2024-04-12T16:04:28.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: election_strategy: 1 2024-04-12T16:04:28.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-04-12T16:04:28.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: fsmap 2024-04-12T16:04:28.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: osdmap e1: 0 total, 0 up, 0 in 2024-04-12T16:04:28.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 ceph-mon[29573]: mgrmap e1: no daemons active 2024-04-12T16:04:28.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 bash[29554]: 25a53fa76bc8d2d712f22756fd87d973c836ea85f89d41bd70b33fdb26fb966c 2024-04-12T16:04:28.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:28 smithi037 systemd[1]: Started Ceph mon.a for 292bfd24-f8e6-11ee-bc8d-c7b262605968. 2024-04-12T16:04:29.499 INFO:teuthology.orchestra.run.smithi037.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-12T16:04:29.521 INFO:teuthology.orchestra.run.smithi037.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-12T16:04:29.521 INFO:teuthology.orchestra.run.smithi037.stdout:Creating mgr... 2024-04-12T16:04:29.522 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-12T16:04:29.522 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-12T16:04:29.764 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mgr.a 2024-04-12T16:04:29.764 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to reset failed state of unit ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mgr.a.service: Unit ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mgr.a.service not loaded. 2024-04-12T16:04:29.905 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968.target.wants/ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@.service. 2024-04-12T16:04:29.926 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:29 smithi037 systemd[1]: Starting Ceph mgr.a for 292bfd24-f8e6-11ee-bc8d-c7b262605968... 2024-04-12T16:04:30.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:29 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/127742961' entity='client.admin' 2024-04-12T16:04:30.179 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:30 smithi037 podman[29791]: 2024-04-12 16:04:30.134493044 +0000 UTC m=+0.106302230 container create 1afe046d13b1b1c68371432f60efc22a60206d8a92d2ed89e60124a526b5d4b2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240409, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_CLEAN=True, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.vendor=CentOS) 2024-04-12T16:04:30.179 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:30 smithi037 podman[29791]: 2024-04-12 16:04:30.04563042 +0000 UTC m=+0.017439570 image pull 92de118a8b8fd41458f442b377b2c0b3c43b8d07f06e0d9ed4acf64e9f818607 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d 2024-04-12T16:04:30.397 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-12T16:04:30.397 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout disabled 2024-04-12T16:04:30.404 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-12T16:04:30.404 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-04-12T16:04:30.404 INFO:teuthology.orchestra.run.smithi037.stdout:firewalld.service is not enabled 2024-04-12T16:04:30.404 INFO:teuthology.orchestra.run.smithi037.stdout:Not possible to enable service . firewalld.service is not available 2024-04-12T16:04:30.412 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-12T16:04:30.412 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout disabled 2024-04-12T16:04:30.419 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-12T16:04:30.419 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-04-12T16:04:30.419 INFO:teuthology.orchestra.run.smithi037.stdout:firewalld.service is not enabled 2024-04-12T16:04:30.419 INFO:teuthology.orchestra.run.smithi037.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-12T16:04:30.420 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mgr to start... 2024-04-12T16:04:30.420 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mgr... 2024-04-12T16:04:30.544 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:30 smithi037 podman[29791]: 2024-04-12 16:04:30.319867671 +0000 UTC m=+0.291676816 container init 1afe046d13b1b1c68371432f60efc22a60206d8a92d2ed89e60124a526b5d4b2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, ceph=True, CEPH_POINT_RELEASE=, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240409) 2024-04-12T16:04:30.544 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:30 smithi037 podman[29791]: 2024-04-12 16:04:30.322301177 +0000 UTC m=+0.294110325 container start 1afe046d13b1b1c68371432f60efc22a60206d8a92d2ed89e60124a526b5d4b2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240409, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0) 2024-04-12T16:04:30.544 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:30 smithi037 bash[29791]: 1afe046d13b1b1c68371432f60efc22a60206d8a92d2ed89e60124a526b5d4b2 2024-04-12T16:04:30.545 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:30 smithi037 systemd[1]: Started Ceph mgr.a for 292bfd24-f8e6-11ee-bc8d-c7b262605968. 2024-04-12T16:04:31.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:30 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/3791688365' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-12T16:04:31.179 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:30 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:30.897+0000 7f4b5374b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-12T16:04:31.179 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:30 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:30.996+0000 7f4b5374b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-12T16:04:31.510 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-04-12T16:04:31.513 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-04-12T16:04:31.513 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsid": "292bfd24-f8e6-11ee-bc8d-c7b262605968", 2024-04-12T16:04:31.513 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "health": { 2024-04-12T16:04:31.513 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-12T16:04:31.513 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-12T16:04:31.513 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-12T16:04:31.513 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:31.513 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-12T16:04:31.513 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-12T16:04:31.513 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 0 2024-04-12T16:04:31.514 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-04-12T16:04:31.514 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-12T16:04:31.514 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "a" 2024-04-12T16:04:31.514 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-04-12T16:04:31.514 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-12T16:04:31.514 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-12T16:04:31.514 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:04:31.514 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-12T16:04:31.514 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-12T16:04:31.514 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:31.514 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-12T16:04:31.514 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:04:31.514 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-12T16:04:31.515 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-12T16:04:31.515 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-12T16:04:31.515 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-12T16:04:31.515 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-12T16:04:31.515 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-12T16:04:31.518 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:31.518 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-12T16:04:31.518 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-12T16:04:31.518 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-12T16:04:31.518 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-12T16:04:31.518 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-12T16:04:31.518 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-12T16:04:31.519 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-12T16:04:31.519 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-12T16:04:31.519 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-12T16:04:31.519 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:31.519 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-12T16:04:31.519 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:04:31.519 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-12T16:04:31.519 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-12T16:04:31.519 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:31.519 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-12T16:04:31.519 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-12T16:04:31.519 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-12T16:04:31.519 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-12T16:04:31.519 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-12T16:04:31.519 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-12T16:04:31.520 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "restful" 2024-04-12T16:04:31.520 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-04-12T16:04:31.520 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-12T16:04:31.520 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:31.520 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-12T16:04:31.520 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:04:31.520 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modified": "2024-04-12T16:04:22.776644+0000", 2024-04-12T16:04:31.520 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-12T16:04:31.520 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:31.520 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-12T16:04:31.520 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-04-12T16:04:31.520 INFO:teuthology.orchestra.run.smithi037.stdout:mgr not available, waiting (1/15)... 2024-04-12T16:04:31.928 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:31 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:31.665+0000 7f4b5374b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-12T16:04:31.928 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:31 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:31.760+0000 7f4b5374b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-12T16:04:31.928 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:31 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:31.904+0000 7f4b5374b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-12T16:04:32.355 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:32 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:32.002+0000 7f4b5374b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-12T16:04:32.355 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:32 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:32.087+0000 7f4b5374b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-12T16:04:32.355 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:32 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:32.356+0000 7f4b5374b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-12T16:04:32.653 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:32 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:32.469+0000 7f4b5374b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-12T16:04:32.653 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:32 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:32.558+0000 7f4b5374b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-12T16:04:32.653 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:32 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:32.654+0000 7f4b5374b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-12T16:04:32.928 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:32 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:32.833+0000 7f4b5374b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-12T16:04:33.928 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:33 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:33.845+0000 7f4b5374b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-12T16:04:34.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:34 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/896230470' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-12T16:04:34.330 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:33 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:33.984+0000 7f4b5374b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-12T16:04:34.597 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:34 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:34.331+0000 7f4b5374b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-12T16:04:34.597 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:34 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:34.424+0000 7f4b5374b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-12T16:04:34.602 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-04-12T16:04:34.603 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-04-12T16:04:34.603 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsid": "292bfd24-f8e6-11ee-bc8d-c7b262605968", 2024-04-12T16:04:34.603 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "health": { 2024-04-12T16:04:34.603 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-12T16:04:34.603 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-12T16:04:34.603 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-12T16:04:34.603 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:34.603 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-12T16:04:34.603 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-12T16:04:34.603 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 0 2024-04-12T16:04:34.603 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-04-12T16:04:34.603 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-12T16:04:34.604 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "a" 2024-04-12T16:04:34.604 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-04-12T16:04:34.604 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-04-12T16:04:34.604 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-12T16:04:34.604 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:04:34.604 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-12T16:04:34.604 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-12T16:04:34.604 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:34.604 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-12T16:04:34.604 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:04:34.604 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-12T16:04:34.604 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-12T16:04:34.604 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-12T16:04:34.605 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-12T16:04:34.605 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-12T16:04:34.605 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-12T16:04:34.608 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:34.608 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-12T16:04:34.608 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-12T16:04:34.609 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-12T16:04:34.609 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-12T16:04:34.609 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-12T16:04:34.609 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-12T16:04:34.609 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-12T16:04:34.609 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-12T16:04:34.609 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-12T16:04:34.609 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:34.609 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-12T16:04:34.609 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:04:34.609 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-12T16:04:34.609 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-12T16:04:34.609 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:34.609 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-12T16:04:34.609 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-12T16:04:34.609 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-12T16:04:34.610 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-12T16:04:34.610 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-12T16:04:34.610 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-12T16:04:34.610 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "restful" 2024-04-12T16:04:34.610 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-04-12T16:04:34.610 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-12T16:04:34.610 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:34.610 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-12T16:04:34.610 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:04:34.610 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modified": "2024-04-12T16:04:22.776644+0000", 2024-04-12T16:04:34.610 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-12T16:04:34.610 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:34.610 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-12T16:04:34.610 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-04-12T16:04:34.610 INFO:teuthology.orchestra.run.smithi037.stdout:mgr not available, waiting (2/15)... 2024-04-12T16:04:34.928 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:34 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:34.627+0000 7f4b5374b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-12T16:04:34.928 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:34 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:34.816+0000 7f4b5374b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-12T16:04:35.368 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:35 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:35.108+0000 7f4b5374b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-12T16:04:35.678 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:35 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:35.369+0000 7f4b5374b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-12T16:04:35.678 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:35 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:35.611+0000 7f4b5374b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-12T16:04:36.609 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:36 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:36.446+0000 7f4b5374b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-12T16:04:37.386 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:37 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/2770093544' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-12T16:04:37.386 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:37 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:37.053+0000 7f4b5374b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-12T16:04:37.386 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:37 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:37.160+0000 7f4b5374b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-12T16:04:37.386 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:37 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:37.387+0000 7f4b5374b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-12T16:04:37.723 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-04-12T16:04:37.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-04-12T16:04:37.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsid": "292bfd24-f8e6-11ee-bc8d-c7b262605968", 2024-04-12T16:04:37.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "health": { 2024-04-12T16:04:37.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-12T16:04:37.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-12T16:04:37.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-12T16:04:37.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:37.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-12T16:04:37.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-12T16:04:37.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 0 2024-04-12T16:04:37.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-04-12T16:04:37.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-12T16:04:37.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "a" 2024-04-12T16:04:37.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-04-12T16:04:37.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-04-12T16:04:37.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-12T16:04:37.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:04:37.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-12T16:04:37.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-12T16:04:37.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:37.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-12T16:04:37.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:04:37.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-12T16:04:37.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-12T16:04:37.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-12T16:04:37.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-12T16:04:37.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-12T16:04:37.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-12T16:04:37.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:37.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-12T16:04:37.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-12T16:04:37.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-12T16:04:37.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-12T16:04:37.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-12T16:04:37.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-12T16:04:37.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-12T16:04:37.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-12T16:04:37.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-12T16:04:37.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:37.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-12T16:04:37.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:04:37.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-12T16:04:37.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-12T16:04:37.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:37.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-12T16:04:37.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-12T16:04:37.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-12T16:04:37.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-12T16:04:37.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-12T16:04:37.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-12T16:04:37.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "restful" 2024-04-12T16:04:37.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-04-12T16:04:37.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-12T16:04:37.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:37.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-12T16:04:37.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:04:37.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modified": "2024-04-12T16:04:22.776644+0000", 2024-04-12T16:04:37.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-12T16:04:37.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:37.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-12T16:04:37.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-04-12T16:04:37.733 INFO:teuthology.orchestra.run.smithi037.stdout:mgr not available, waiting (3/15)... 2024-04-12T16:04:38.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:38 smithi037 ceph-mon[29573]: Activating manager daemon a 2024-04-12T16:04:38.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:38 smithi037 ceph-mon[29573]: mgrmap e2: a(active, starting, since 0.00300458s) 2024-04-12T16:04:38.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:38 smithi037 ceph-mon[29573]: from='mgr.14100 172.21.15.37:0/1347266170' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T16:04:38.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:38 smithi037 ceph-mon[29573]: from='mgr.14100 172.21.15.37:0/1347266170' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T16:04:38.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:38 smithi037 ceph-mon[29573]: from='mgr.14100 172.21.15.37:0/1347266170' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T16:04:38.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:38 smithi037 ceph-mon[29573]: from='mgr.14100 172.21.15.37:0/1347266170' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:04:38.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:38 smithi037 ceph-mon[29573]: from='mgr.14100 172.21.15.37:0/1347266170' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-12T16:04:38.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:38 smithi037 ceph-mon[29573]: Manager daemon a is now available 2024-04-12T16:04:38.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:38 smithi037 ceph-mon[29573]: from='mgr.14100 172.21.15.37:0/1347266170' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-12T16:04:38.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:38 smithi037 ceph-mon[29573]: from='mgr.14100 172.21.15.37:0/1347266170' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-12T16:04:38.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:38 smithi037 ceph-mon[29573]: from='mgr.14100 172.21.15.37:0/1347266170' entity='mgr.a' 2024-04-12T16:04:38.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:38 smithi037 ceph-mon[29573]: from='mgr.14100 172.21.15.37:0/1347266170' entity='mgr.a' 2024-04-12T16:04:38.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:38 smithi037 ceph-mon[29573]: from='mgr.14100 172.21.15.37:0/1347266170' entity='mgr.a' 2024-04-12T16:04:39.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:39 smithi037 ceph-mon[29573]: mgrmap e3: a(active, since 1.00733s) 2024-04-12T16:04:40.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:40 smithi037 ceph-mon[29573]: mgrmap e4: a(active, since 2s) 2024-04-12T16:04:41.043 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-04-12T16:04:41.043 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-04-12T16:04:41.044 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsid": "292bfd24-f8e6-11ee-bc8d-c7b262605968", 2024-04-12T16:04:41.044 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "health": { 2024-04-12T16:04:41.044 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-12T16:04:41.044 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-12T16:04:41.044 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-12T16:04:41.044 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:41.044 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-12T16:04:41.044 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-12T16:04:41.044 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 0 2024-04-12T16:04:41.044 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-04-12T16:04:41.044 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-12T16:04:41.044 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "a" 2024-04-12T16:04:41.044 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-04-12T16:04:41.044 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2024-04-12T16:04:41.044 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-12T16:04:41.044 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:04:41.045 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-12T16:04:41.045 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-12T16:04:41.045 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:41.045 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-12T16:04:41.045 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:04:41.045 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-12T16:04:41.045 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-12T16:04:41.045 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-12T16:04:41.045 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-12T16:04:41.045 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-12T16:04:41.045 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-12T16:04:41.045 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:41.045 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-12T16:04:41.045 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-12T16:04:41.045 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-12T16:04:41.046 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-12T16:04:41.046 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-12T16:04:41.046 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-12T16:04:41.046 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-12T16:04:41.046 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-12T16:04:41.046 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-12T16:04:41.046 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:41.046 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-12T16:04:41.046 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:04:41.046 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-12T16:04:41.046 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-12T16:04:41.046 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:41.046 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-12T16:04:41.046 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-12T16:04:41.046 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-12T16:04:41.046 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-12T16:04:41.047 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-12T16:04:41.047 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-12T16:04:41.047 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "restful" 2024-04-12T16:04:41.047 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-04-12T16:04:41.047 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-12T16:04:41.047 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:41.047 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-12T16:04:41.047 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:04:41.047 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modified": "2024-04-12T16:04:22.776644+0000", 2024-04-12T16:04:41.047 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-12T16:04:41.047 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:04:41.047 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-12T16:04:41.047 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-04-12T16:04:41.047 INFO:teuthology.orchestra.run.smithi037.stdout:mgr is available 2024-04-12T16:04:41.677 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:41 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/1738843259' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-12T16:04:42.228 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-04-12T16:04:42.228 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [global] 2024-04-12T16:04:42.228 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout fsid = 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:04:42.229 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-12T16:04:42.229 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-12T16:04:42.229 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-12T16:04:42.229 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-12T16:04:42.229 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-04-12T16:04:42.229 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-12T16:04:42.229 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-12T16:04:42.229 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-04-12T16:04:42.229 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [osd] 2024-04-12T16:04:42.229 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-12T16:04:42.229 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-12T16:04:42.229 INFO:teuthology.orchestra.run.smithi037.stdout:Enabling cephadm module... 2024-04-12T16:04:42.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:42 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/3043211221' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-12T16:04:42.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:42 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/3043211221' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-12T16:04:43.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:43 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/268757423' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-12T16:04:43.679 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:43 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: ignoring --setuser ceph since I am not root 2024-04-12T16:04:43.679 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:43 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: ignoring --setgroup ceph since I am not root 2024-04-12T16:04:44.234 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:43 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:43.976+0000 7fc1012e6200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-12T16:04:44.234 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:44 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:44.080+0000 7fc1012e6200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-12T16:04:44.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:44 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/268757423' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-12T16:04:44.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:44 smithi037 ceph-mon[29573]: mgrmap e5: a(active, since 6s) 2024-04-12T16:04:44.993 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:44 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:44.756+0000 7fc1012e6200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-12T16:04:44.993 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:44 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:44.850+0000 7fc1012e6200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-12T16:04:44.993 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:44 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:44.994+0000 7fc1012e6200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-12T16:04:45.363 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:45 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:45.092+0000 7fc1012e6200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-12T16:04:45.363 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:45 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:45.178+0000 7fc1012e6200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-12T16:04:45.366 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-04-12T16:04:45.366 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-12T16:04:45.366 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-12T16:04:45.366 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-12T16:04:45.366 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-12T16:04:45.366 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-04-12T16:04:45.366 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for the mgr to restart... 2024-04-12T16:04:45.366 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mgr epoch 5... 2024-04-12T16:04:45.657 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:45 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/3946708163' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-12T16:04:45.657 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:45 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:45.453+0000 7fc1012e6200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-12T16:04:45.657 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:45 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:45.566+0000 7fc1012e6200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-12T16:04:45.657 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:45 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:45.658+0000 7fc1012e6200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-12T16:04:45.928 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:45 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:45.757+0000 7fc1012e6200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-12T16:04:46.428 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:45 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:45.937+0000 7fc1012e6200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-12T16:04:47.178 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:46 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:46.925+0000 7fc1012e6200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-12T16:04:47.178 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:47 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:47.061+0000 7fc1012e6200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-12T16:04:47.670 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:47 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:47.401+0000 7fc1012e6200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-12T16:04:47.670 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:47 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:47.492+0000 7fc1012e6200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-12T16:04:47.928 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:47 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:47.698+0000 7fc1012e6200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-12T16:04:47.928 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:47 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:47.888+0000 7fc1012e6200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-12T16:04:48.442 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:48 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:48.182+0000 7fc1012e6200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-12T16:04:48.443 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:48 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:48.444+0000 7fc1012e6200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-12T16:04:48.928 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:48 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:48.688+0000 7fc1012e6200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-12T16:04:49.928 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:49 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:49.519+0000 7fc1012e6200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-12T16:04:50.423 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:50 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:50.100+0000 7fc1012e6200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-12T16:04:50.423 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:50 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:50.201+0000 7fc1012e6200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-12T16:04:50.423 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:50 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:04:50.424+0000 7fc1012e6200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-12T16:04:50.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:50 smithi037 ceph-mon[29573]: Active manager daemon a restarted 2024-04-12T16:04:50.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:50 smithi037 ceph-mon[29573]: Activating manager daemon a 2024-04-12T16:04:50.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:50 smithi037 ceph-mon[29573]: osdmap e2: 0 total, 0 up, 0 in 2024-04-12T16:04:50.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:50 smithi037 ceph-mon[29573]: mgrmap e6: a(active, starting, since 0.00346379s) 2024-04-12T16:04:50.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:50 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:04:50.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:50 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-12T16:04:50.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:50 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T16:04:50.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:50 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T16:04:50.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:50 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T16:04:50.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:50 smithi037 ceph-mon[29573]: Manager daemon a is now available 2024-04-12T16:04:50.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:50 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' 2024-04-12T16:04:50.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:50 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' 2024-04-12T16:04:50.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:50 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' 2024-04-12T16:04:50.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:50 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:04:50.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:50 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:04:50.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:50 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-12T16:04:51.736 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:51 smithi037 ceph-mon[29573]: Found migration_current of "None". Setting to last migration. 2024-04-12T16:04:51.736 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:51 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-12T16:04:51.736 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:51 smithi037 ceph-mon[29573]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-12T16:04:51.736 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:51 smithi037 ceph-mon[29573]: mgrmap e7: a(active, since 1.00577s) 2024-04-12T16:04:51.736 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:51 smithi037 ceph-mon[29573]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-12T16:04:51.923 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-04-12T16:04:51.923 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-12T16:04:51.923 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-12T16:04:51.923 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-04-12T16:04:51.923 INFO:teuthology.orchestra.run.smithi037.stdout:mgr epoch 5 is available 2024-04-12T16:04:51.923 INFO:teuthology.orchestra.run.smithi037.stdout:Setting orchestrator backend to cephadm... 2024-04-12T16:04:52.892 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:52 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' 2024-04-12T16:04:52.892 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:52 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' 2024-04-12T16:04:52.892 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:52 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' 2024-04-12T16:04:52.893 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:52 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:04:54.040 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:53 smithi037 ceph-mon[29573]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:04:54.040 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:53 smithi037 ceph-mon[29573]: mgrmap e8: a(active, since 2s) 2024-04-12T16:04:54.040 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:53 smithi037 ceph-mon[29573]: [12/Apr/2024:16:04:52] ENGINE Bus STARTING 2024-04-12T16:04:54.040 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:53 smithi037 ceph-mon[29573]: [12/Apr/2024:16:04:52] ENGINE Serving on http://172.21.15.37:8765 2024-04-12T16:04:54.041 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:53 smithi037 ceph-mon[29573]: [12/Apr/2024:16:04:53] ENGINE Serving on https://172.21.15.37:7150 2024-04-12T16:04:54.041 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:53 smithi037 ceph-mon[29573]: [12/Apr/2024:16:04:53] ENGINE Bus STARTED 2024-04-12T16:04:54.041 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:53 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:04:54.277 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-12T16:04:54.277 INFO:teuthology.orchestra.run.smithi037.stdout:Generating ssh key... 2024-04-12T16:04:54.987 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:54 smithi037 ceph-mon[29573]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:04:55.297 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:54 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: Generating public/private rsa key pair. 2024-04-12T16:04:55.297 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:54 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: Your identification has been saved in /tmp/tmpkcg5rt9q/key. 2024-04-12T16:04:55.297 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:54 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: Your public key has been saved in /tmp/tmpkcg5rt9q/key.pub. 2024-04-12T16:04:55.297 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:54 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: The key fingerprint is: 2024-04-12T16:04:55.297 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:54 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: SHA256:iR/sfoV5y1xIDRFCRJjPCTktAXMpqC9R11IPL+mpiFg ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:04:55.297 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:54 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: The key's randomart image is: 2024-04-12T16:04:55.297 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:54 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: +---[RSA 3072]----+ 2024-04-12T16:04:55.297 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:54 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: | .o+=@= oo | 2024-04-12T16:04:55.298 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:54 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: | o +oX=... | 2024-04-12T16:04:55.298 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:54 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: | o . oo*o. o | 2024-04-12T16:04:55.298 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:54 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: | o + ++ . . | 2024-04-12T16:04:55.298 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:54 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: | Eo . S + . | 2024-04-12T16:04:55.298 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:54 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: | o.... + .o + . | 2024-04-12T16:04:55.298 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:54 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: |. ... . o = o | 2024-04-12T16:04:55.298 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:54 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: | . . + | 2024-04-12T16:04:55.298 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:54 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: | .. | 2024-04-12T16:04:55.298 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:04:54 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: +----[SHA256]-----+ 2024-04-12T16:04:56.288 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:55 smithi037 ceph-mon[29573]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:04:56.288 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:55 smithi037 ceph-mon[29573]: Generating ssh key... 2024-04-12T16:04:56.289 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:55 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' 2024-04-12T16:04:56.289 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:55 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' 2024-04-12T16:04:56.882 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCgdkvxLVlafrtZ8qVyqcjMIFYFI2CL3CZ99rsHp9rmiklNQkK3PidaWX1ejCJ2YtRLasIKAGJkQB+O6wjds8bRKz5qHBlRAXt0l5CxZrhA7GZ8SSMumBJDIpNINH94+4eRFBiAA/j2hb14nxEJI9kZpUBi8fhAApv7yT4rXKmPNQkRxmitvKzYbTPNYrvfn0WSt8KR6a2Gf7dgmRDTG3LgGa1hJvpeTJpEf9//Gn7SvieSSYQi+/UElKzQcL7sREj3+z8IQ/0+bkzaVppoctSJHlVGAUxQFmx8aUSbozMd+qy1xqV6za2seBHc4g64o73IgeAAuKRaYznYbRTtwqSRJOPog05l8hp6mM5Hx2C3fzaKvz+TdOQdJGXE7ds7JH1cmTBUPXVgzxw5gGic+VDDUEbJ9oBa3GfTokhCRONP32RPirBncMupm+AE1zyGitYCN2rLfPwreyt4jgrURfpSe9bIXITBMnq6iD3D6on9Q4IbevJ6AQd0jBijFFPjWns= ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:04:56.883 INFO:teuthology.orchestra.run.smithi037.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-12T16:04:56.883 INFO:teuthology.orchestra.run.smithi037.stdout:Adding key to root@localhost authorized_keys... 2024-04-12T16:04:56.883 INFO:teuthology.orchestra.run.smithi037.stdout:Adding host smithi037... 2024-04-12T16:04:57.004 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:56 smithi037 ceph-mon[29573]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:04:58.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:58 smithi037 ceph-mon[29573]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi037", "addr": "172.21.15.37", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:04:58.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:04:58 smithi037 ceph-mon[29573]: Deploying cephadm binary to smithi037 2024-04-12T16:05:02.397 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Added host 'smithi037' with addr '172.21.15.37' 2024-04-12T16:05:02.398 INFO:teuthology.orchestra.run.smithi037.stdout:Deploying unmanaged mon service... 2024-04-12T16:05:03.124 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:02 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' 2024-04-12T16:05:03.124 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:02 smithi037 ceph-mon[29573]: Added host smithi037 2024-04-12T16:05:03.124 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:02 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:05:04.418 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:04 smithi037 ceph-mon[29573]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:05:04.418 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:04 smithi037 ceph-mon[29573]: Saving service mon spec with placement count:5 2024-04-12T16:05:04.418 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:04 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' 2024-04-12T16:05:04.705 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-12T16:05:04.705 INFO:teuthology.orchestra.run.smithi037.stdout:Deploying unmanaged mgr service... 2024-04-12T16:05:05.424 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:05 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' 2024-04-12T16:05:05.424 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:05 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' 2024-04-12T16:05:05.994 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-12T16:05:06.661 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:06 smithi037 ceph-mon[29573]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:05:06.662 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:06 smithi037 ceph-mon[29573]: Saving service mgr spec with placement count:2 2024-04-12T16:05:06.662 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:06 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' 2024-04-12T16:05:07.776 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:07 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/3137207473' entity='client.admin' 2024-04-12T16:05:07.776 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:07 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' 2024-04-12T16:05:07.776 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:07 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' 2024-04-12T16:05:07.776 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:07 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:05:07.776 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:07 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' 2024-04-12T16:05:07.776 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:07 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi037", "caps": []}]: dispatch 2024-04-12T16:05:07.777 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:07 smithi037 ceph-mon[29573]: from='mgr.14120 172.21.15.37:0/1759529364' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi037", "caps": []}]': finished 2024-04-12T16:05:08.741 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:08 smithi037 ceph-mon[29573]: Deploying daemon agent.smithi037 on smithi037 2024-04-12T16:05:08.741 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:08 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/651943103' entity='client.admin' 2024-04-12T16:05:08.969 INFO:teuthology.orchestra.run.smithi037.stdout:Enabling the dashboard module... 2024-04-12T16:05:10.030 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:09 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/3370030742' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-12T16:05:10.030 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:09 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: ignoring --setuser ceph since I am not root 2024-04-12T16:05:10.030 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:09 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: ignoring --setgroup ceph since I am not root 2024-04-12T16:05:10.549 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:10 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:05:10.297+0000 7fe8b508f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-12T16:05:10.549 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:10 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:05:10.398+0000 7fe8b508f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-12T16:05:10.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:10 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/3370030742' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-12T16:05:10.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:10 smithi037 ceph-mon[29573]: mgrmap e9: a(active, since 19s) 2024-04-12T16:05:11.309 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:11 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:05:11.071+0000 7fe8b508f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-12T16:05:11.309 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:11 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:05:11.165+0000 7fe8b508f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-12T16:05:11.309 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:11 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:05:11.310+0000 7fe8b508f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-12T16:05:11.612 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:11 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:05:11.407+0000 7fe8b508f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-12T16:05:11.612 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:11 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:05:11.493+0000 7fe8b508f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-12T16:05:11.615 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-04-12T16:05:11.616 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-12T16:05:11.616 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-12T16:05:11.616 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-12T16:05:11.616 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-12T16:05:11.616 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-04-12T16:05:11.616 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for the mgr to restart... 2024-04-12T16:05:11.616 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mgr epoch 9... 2024-04-12T16:05:11.880 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:11 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/2642518538' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-12T16:05:11.880 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:11 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:05:11.766+0000 7fe8b508f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-12T16:05:11.880 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:11 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:05:11.881+0000 7fe8b508f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-12T16:05:12.178 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:11 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:05:11.972+0000 7fe8b508f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-12T16:05:12.178 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:12 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:05:12.072+0000 7fe8b508f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-12T16:05:12.678 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:12 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:05:12.250+0000 7fe8b508f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-12T16:05:13.678 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:13 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:05:13.237+0000 7fe8b508f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-12T16:05:13.678 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:13 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:05:13.372+0000 7fe8b508f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-12T16:05:14.002 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:13 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:05:13.710+0000 7fe8b508f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-12T16:05:14.003 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:13 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:05:13.802+0000 7fe8b508f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-12T16:05:14.003 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:14 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:05:14.003+0000 7fe8b508f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-12T16:05:14.428 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:14 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:05:14.194+0000 7fe8b508f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-12T16:05:14.746 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:14 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:05:14.487+0000 7fe8b508f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-12T16:05:14.746 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:14 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:05:14.747+0000 7fe8b508f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-12T16:05:15.178 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:14 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:05:14.992+0000 7fe8b508f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-12T16:05:16.151 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:15 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:05:15.820+0000 7fe8b508f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-12T16:05:16.678 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:16 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:05:16.403+0000 7fe8b508f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-12T16:05:16.678 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:16 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:05:16.505+0000 7fe8b508f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-12T16:05:17.178 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:05:16 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:05:16.729+0000 7fe8b508f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-12T16:05:17.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:16 smithi037 ceph-mon[29573]: Active manager daemon a restarted 2024-04-12T16:05:17.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:16 smithi037 ceph-mon[29573]: Activating manager daemon a 2024-04-12T16:05:17.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:16 smithi037 ceph-mon[29573]: osdmap e3: 0 total, 0 up, 0 in 2024-04-12T16:05:17.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:16 smithi037 ceph-mon[29573]: mgrmap e10: a(active, starting, since 0.0033362s) 2024-04-12T16:05:17.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:16 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:05:17.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:16 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-12T16:05:17.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:16 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T16:05:17.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:16 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T16:05:17.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:16 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T16:05:17.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:16 smithi037 ceph-mon[29573]: Manager daemon a is now available 2024-04-12T16:05:17.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:16 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:17.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:16 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:05:18.064 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:17 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-12T16:05:18.064 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:17 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-12T16:05:18.064 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:17 smithi037 ceph-mon[29573]: [12/Apr/2024:16:05:17] ENGINE Bus STARTING 2024-04-12T16:05:18.064 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:17 smithi037 ceph-mon[29573]: [12/Apr/2024:16:05:17] ENGINE Serving on https://172.21.15.37:7150 2024-04-12T16:05:18.064 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:17 smithi037 ceph-mon[29573]: [12/Apr/2024:16:05:17] ENGINE Serving on http://172.21.15.37:8765 2024-04-12T16:05:18.064 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:17 smithi037 ceph-mon[29573]: [12/Apr/2024:16:05:17] ENGINE Bus STARTED 2024-04-12T16:05:18.064 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:17 smithi037 ceph-mon[29573]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-12T16:05:18.064 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:17 smithi037 ceph-mon[29573]: mgrmap e11: a(active, since 1.00554s) 2024-04-12T16:05:18.064 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:17 smithi037 ceph-mon[29573]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-12T16:05:18.341 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-04-12T16:05:18.341 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-12T16:05:18.341 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-12T16:05:18.342 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-04-12T16:05:18.342 INFO:teuthology.orchestra.run.smithi037.stdout:mgr epoch 9 is available 2024-04-12T16:05:18.342 INFO:teuthology.orchestra.run.smithi037.stdout:Generating a dashboard self-signed certificate... 2024-04-12T16:05:19.832 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-12T16:05:19.832 INFO:teuthology.orchestra.run.smithi037.stdout:Creating initial admin user... 2024-04-12T16:05:19.953 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:19 smithi037 ceph-mon[29573]: mgrmap e12: a(active, since 2s) 2024-04-12T16:05:19.953 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:19 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:19.953 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:19 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:05:19.953 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:19 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:19.953 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:19 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi037", "caps": []}]: dispatch 2024-04-12T16:05:19.953 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:19 smithi037 ceph-mon[29573]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:05:19.954 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:19 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:19.954 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:19 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:21.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:20 smithi037 ceph-mon[29573]: Deploying daemon agent.smithi037 on smithi037 2024-04-12T16:05:21.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:20 smithi037 ceph-mon[29573]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:05:21.406 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$hZ34eWZAE8eIDucKVDr44OIRqJJ9d8ocZe1sYv8SCGKSWoYzluU0m", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1712937920, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-12T16:05:21.407 INFO:teuthology.orchestra.run.smithi037.stdout:Fetching dashboard port number... 2024-04-12T16:05:22.084 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:21 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:22.663 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 8443 2024-04-12T16:05:22.673 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-12T16:05:22.673 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout disabled 2024-04-12T16:05:22.681 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-12T16:05:22.681 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-04-12T16:05:22.681 INFO:teuthology.orchestra.run.smithi037.stdout:firewalld.service is not enabled 2024-04-12T16:05:22.681 INFO:teuthology.orchestra.run.smithi037.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-12T16:05:22.684 INFO:teuthology.orchestra.run.smithi037.stdout:Ceph Dashboard is now available at: 2024-04-12T16:05:22.684 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:05:22.684 INFO:teuthology.orchestra.run.smithi037.stdout: URL: https://smithi037.front.sepia.ceph.com:8443/ 2024-04-12T16:05:22.684 INFO:teuthology.orchestra.run.smithi037.stdout: User: admin 2024-04-12T16:05:22.684 INFO:teuthology.orchestra.run.smithi037.stdout: Password: xroq4m40jr 2024-04-12T16:05:22.684 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:05:22.684 INFO:teuthology.orchestra.run.smithi037.stdout:Saving cluster configuration to /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config directory 2024-04-12T16:05:22.685 INFO:teuthology.orchestra.run.smithi037.stdout:Enabling autotune for osd_memory_target 2024-04-12T16:05:22.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:22 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/3191690321' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-12T16:05:24.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:23 smithi037 ceph-mon[29573]: mgrmap e13: a(active, since 6s) 2024-04-12T16:05:25.234 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-12T16:05:25.234 INFO:teuthology.orchestra.run.smithi037.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-12T16:05:25.234 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:05:25.234 INFO:teuthology.orchestra.run.smithi037.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-12T16:05:25.234 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:05:25.234 INFO:teuthology.orchestra.run.smithi037.stdout:Or, if you are only running a single cluster on this host: 2024-04-12T16:05:25.234 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:05:25.234 INFO:teuthology.orchestra.run.smithi037.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-12T16:05:25.235 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:05:25.235 INFO:teuthology.orchestra.run.smithi037.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-12T16:05:25.235 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:05:25.235 INFO:teuthology.orchestra.run.smithi037.stdout: ceph telemetry on 2024-04-12T16:05:25.235 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:05:25.235 INFO:teuthology.orchestra.run.smithi037.stdout:For more information see: 2024-04-12T16:05:25.235 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:05:25.235 INFO:teuthology.orchestra.run.smithi037.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-12T16:05:25.235 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:05:25.235 INFO:teuthology.orchestra.run.smithi037.stdout:Bootstrap complete. 2024-04-12T16:05:25.278 INFO:tasks.cephadm:Fetching config... 2024-04-12T16:05:25.279 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-12T16:05:25.279 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-12T16:05:25.294 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-12T16:05:25.294 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-12T16:05:25.294 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-12T16:05:25.348 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-12T16:05:25.349 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-12T16:05:25.349 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-12T16:05:25.521 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-12T16:05:25.522 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-12T16:05:25.522 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-12T16:05:25.577 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-12T16:05:25.578 DEBUG:teuthology.orchestra.run.smithi037:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCgdkvxLVlafrtZ8qVyqcjMIFYFI2CL3CZ99rsHp9rmiklNQkK3PidaWX1ejCJ2YtRLasIKAGJkQB+O6wjds8bRKz5qHBlRAXt0l5CxZrhA7GZ8SSMumBJDIpNINH94+4eRFBiAA/j2hb14nxEJI9kZpUBi8fhAApv7yT4rXKmPNQkRxmitvKzYbTPNYrvfn0WSt8KR6a2Gf7dgmRDTG3LgGa1hJvpeTJpEf9//Gn7SvieSSYQi+/UElKzQcL7sREj3+z8IQ/0+bkzaVppoctSJHlVGAUxQFmx8aUSbozMd+qy1xqV6za2seBHc4g64o73IgeAAuKRaYznYbRTtwqSRJOPog05l8hp6mM5Hx2C3fzaKvz+TdOQdJGXE7ds7JH1cmTBUPXVgzxw5gGic+VDDUEbJ9oBa3GfTokhCRONP32RPirBncMupm+AE1zyGitYCN2rLfPwreyt4jgrURfpSe9bIXITBMnq6iD3D6on9Q4IbevJ6AQd0jBijFFPjWns= ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-12T16:05:25.723 INFO:teuthology.orchestra.run.smithi037.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCgdkvxLVlafrtZ8qVyqcjMIFYFI2CL3CZ99rsHp9rmiklNQkK3PidaWX1ejCJ2YtRLasIKAGJkQB+O6wjds8bRKz5qHBlRAXt0l5CxZrhA7GZ8SSMumBJDIpNINH94+4eRFBiAA/j2hb14nxEJI9kZpUBi8fhAApv7yT4rXKmPNQkRxmitvKzYbTPNYrvfn0WSt8KR6a2Gf7dgmRDTG3LgGa1hJvpeTJpEf9//Gn7SvieSSYQi+/UElKzQcL7sREj3+z8IQ/0+bkzaVppoctSJHlVGAUxQFmx8aUSbozMd+qy1xqV6za2seBHc4g64o73IgeAAuKRaYznYbRTtwqSRJOPog05l8hp6mM5Hx2C3fzaKvz+TdOQdJGXE7ds7JH1cmTBUPXVgzxw5gGic+VDDUEbJ9oBa3GfTokhCRONP32RPirBncMupm+AE1zyGitYCN2rLfPwreyt4jgrURfpSe9bIXITBMnq6iD3D6on9Q4IbevJ6AQd0jBijFFPjWns= ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:05:25.737 DEBUG:teuthology.orchestra.run.smithi040:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCgdkvxLVlafrtZ8qVyqcjMIFYFI2CL3CZ99rsHp9rmiklNQkK3PidaWX1ejCJ2YtRLasIKAGJkQB+O6wjds8bRKz5qHBlRAXt0l5CxZrhA7GZ8SSMumBJDIpNINH94+4eRFBiAA/j2hb14nxEJI9kZpUBi8fhAApv7yT4rXKmPNQkRxmitvKzYbTPNYrvfn0WSt8KR6a2Gf7dgmRDTG3LgGa1hJvpeTJpEf9//Gn7SvieSSYQi+/UElKzQcL7sREj3+z8IQ/0+bkzaVppoctSJHlVGAUxQFmx8aUSbozMd+qy1xqV6za2seBHc4g64o73IgeAAuKRaYznYbRTtwqSRJOPog05l8hp6mM5Hx2C3fzaKvz+TdOQdJGXE7ds7JH1cmTBUPXVgzxw5gGic+VDDUEbJ9oBa3GfTokhCRONP32RPirBncMupm+AE1zyGitYCN2rLfPwreyt4jgrURfpSe9bIXITBMnq6iD3D6on9Q4IbevJ6AQd0jBijFFPjWns= ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-12T16:05:25.782 INFO:teuthology.orchestra.run.smithi040.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCgdkvxLVlafrtZ8qVyqcjMIFYFI2CL3CZ99rsHp9rmiklNQkK3PidaWX1ejCJ2YtRLasIKAGJkQB+O6wjds8bRKz5qHBlRAXt0l5CxZrhA7GZ8SSMumBJDIpNINH94+4eRFBiAA/j2hb14nxEJI9kZpUBi8fhAApv7yT4rXKmPNQkRxmitvKzYbTPNYrvfn0WSt8KR6a2Gf7dgmRDTG3LgGa1hJvpeTJpEf9//Gn7SvieSSYQi+/UElKzQcL7sREj3+z8IQ/0+bkzaVppoctSJHlVGAUxQFmx8aUSbozMd+qy1xqV6za2seBHc4g64o73IgeAAuKRaYznYbRTtwqSRJOPog05l8hp6mM5Hx2C3fzaKvz+TdOQdJGXE7ds7JH1cmTBUPXVgzxw5gGic+VDDUEbJ9oBa3GfTokhCRONP32RPirBncMupm+AE1zyGitYCN2rLfPwreyt4jgrURfpSe9bIXITBMnq6iD3D6on9Q4IbevJ6AQd0jBijFFPjWns= ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:05:25.798 DEBUG:teuthology.orchestra.run.smithi133:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCgdkvxLVlafrtZ8qVyqcjMIFYFI2CL3CZ99rsHp9rmiklNQkK3PidaWX1ejCJ2YtRLasIKAGJkQB+O6wjds8bRKz5qHBlRAXt0l5CxZrhA7GZ8SSMumBJDIpNINH94+4eRFBiAA/j2hb14nxEJI9kZpUBi8fhAApv7yT4rXKmPNQkRxmitvKzYbTPNYrvfn0WSt8KR6a2Gf7dgmRDTG3LgGa1hJvpeTJpEf9//Gn7SvieSSYQi+/UElKzQcL7sREj3+z8IQ/0+bkzaVppoctSJHlVGAUxQFmx8aUSbozMd+qy1xqV6za2seBHc4g64o73IgeAAuKRaYznYbRTtwqSRJOPog05l8hp6mM5Hx2C3fzaKvz+TdOQdJGXE7ds7JH1cmTBUPXVgzxw5gGic+VDDUEbJ9oBa3GfTokhCRONP32RPirBncMupm+AE1zyGitYCN2rLfPwreyt4jgrURfpSe9bIXITBMnq6iD3D6on9Q4IbevJ6AQd0jBijFFPjWns= ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-12T16:05:25.843 INFO:teuthology.orchestra.run.smithi133.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCgdkvxLVlafrtZ8qVyqcjMIFYFI2CL3CZ99rsHp9rmiklNQkK3PidaWX1ejCJ2YtRLasIKAGJkQB+O6wjds8bRKz5qHBlRAXt0l5CxZrhA7GZ8SSMumBJDIpNINH94+4eRFBiAA/j2hb14nxEJI9kZpUBi8fhAApv7yT4rXKmPNQkRxmitvKzYbTPNYrvfn0WSt8KR6a2Gf7dgmRDTG3LgGa1hJvpeTJpEf9//Gn7SvieSSYQi+/UElKzQcL7sREj3+z8IQ/0+bkzaVppoctSJHlVGAUxQFmx8aUSbozMd+qy1xqV6za2seBHc4g64o73IgeAAuKRaYznYbRTtwqSRJOPog05l8hp6mM5Hx2C3fzaKvz+TdOQdJGXE7ds7JH1cmTBUPXVgzxw5gGic+VDDUEbJ9oBa3GfTokhCRONP32RPirBncMupm+AE1zyGitYCN2rLfPwreyt4jgrURfpSe9bIXITBMnq6iD3D6on9Q4IbevJ6AQd0jBijFFPjWns= ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:05:25.858 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-12T16:05:25.872 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:25 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/132615670' entity='client.admin' 2024-04-12T16:05:26.277 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:05:27.560 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:27 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:27.560 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:27 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:27.560 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:27 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:27.561 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:27 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:05:27.561 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:27 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:27.561 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:27 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:27.561 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:27 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:27.561 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:27 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:27.561 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:27 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:27.561 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:27 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:05:27.561 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:27 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:27.561 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:27 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:27.561 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:27 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:29.211 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-12T16:05:29.211 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-12T16:05:29.535 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:29 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/2402816506' entity='client.admin' 2024-04-12T16:05:29.535 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:29 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:05:29.535 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:29 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:30.350 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:05:31.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:31 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:31.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:31 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:33.858 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi040 2024-04-12T16:05:33.859 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-12T16:05:33.859 DEBUG:teuthology.orchestra.run.smithi040:> dd of=/etc/ceph/ceph.conf 2024-04-12T16:05:33.876 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-12T16:05:33.876 DEBUG:teuthology.orchestra.run.smithi040:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:05:33.934 INFO:tasks.cephadm:Adding host smithi040 to orchestrator... 2024-04-12T16:05:33.934 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph orch host add smithi040 2024-04-12T16:05:34.173 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:05:34.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:33 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:34.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:33 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:34.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:33 smithi037 ceph-mon[29573]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:05:34.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:33 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:34.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:33 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:05:34.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:33 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:05:34.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:33 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:05:34.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:33 smithi037 ceph-mon[29573]: Updating smithi037:/etc/ceph/ceph.conf 2024-04-12T16:05:34.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:33 smithi037 ceph-mon[29573]: Updating smithi037:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:05:34.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:33 smithi037 ceph-mon[29573]: Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:05:34.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:33 smithi037 ceph-mon[29573]: Updating smithi037:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T16:05:35.309 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:34 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:35.309 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:34 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:35.309 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:34 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:38.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:37 smithi037 ceph-mon[29573]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi040", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:05:38.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:37 smithi037 ceph-mon[29573]: Deploying cephadm binary to smithi040 2024-04-12T16:05:38.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:37 smithi037 ceph-mon[29573]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:05:40.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:39 smithi037 ceph-mon[29573]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:05:40.377 INFO:teuthology.orchestra.run.smithi037.stdout:Added host 'smithi040' with addr '172.21.15.40' 2024-04-12T16:05:40.994 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph orch host ls --format=json 2024-04-12T16:05:41.239 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:05:41.663 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:41 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:41.663 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:41 smithi037 ceph-mon[29573]: Added host smithi040 2024-04-12T16:05:41.663 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:41 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:05:41.663 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:41 smithi037 ceph-mon[29573]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:05:41.663 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:41 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:42.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:42.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:42.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:05:42.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:05:42.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:05:42.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:42 smithi037 ceph-mon[29573]: Updating smithi040:/etc/ceph/ceph.conf 2024-04-12T16:05:42.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:42 smithi037 ceph-mon[29573]: Updating smithi040:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:05:42.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:42.629 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:42.629 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2024-04-12T16:05:42.629 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]': finished 2024-04-12T16:05:43.087 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:05:43.087 INFO:teuthology.orchestra.run.smithi037.stdout:[{"addr": "172.21.15.37", "hostname": "smithi037", "labels": [], "status": ""}, {"addr": "172.21.15.40", "hostname": "smithi040", "labels": [], "status": ""}] 2024-04-12T16:05:43.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:43 smithi037 ceph-mon[29573]: Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:05:43.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:43 smithi037 ceph-mon[29573]: Updating smithi040:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T16:05:43.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:43 smithi037 ceph-mon[29573]: Deploying daemon agent.smithi040 on smithi040 2024-04-12T16:05:43.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:43 smithi037 ceph-mon[29573]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:05:43.736 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi133 2024-04-12T16:05:43.736 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-12T16:05:43.736 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/etc/ceph/ceph.conf 2024-04-12T16:05:43.755 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-12T16:05:43.755 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:05:43.813 INFO:tasks.cephadm:Adding host smithi133 to orchestrator... 2024-04-12T16:05:43.813 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph orch host add smithi133 2024-04-12T16:05:44.050 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:05:44.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:44 smithi037 ceph-mon[29573]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:05:44.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:44 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:44.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:44 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:44.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:44 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:44.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:44 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:05:44.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:44 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:05:44.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:44 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:05:44.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:44 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:44.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:44 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:05:44.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:44 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:05:44.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:44 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:05:44.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:44 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:44.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:44 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:44.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:44 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:44.930 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:44 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:45.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:45 smithi037 ceph-mon[29573]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:05:47.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:46 smithi037 ceph-mon[29573]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:05:47.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:46 smithi037 ceph-mon[29573]: Deploying cephadm binary to smithi133 2024-04-12T16:05:47.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:46 smithi037 ceph-mon[29573]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:05:47.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:46 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:47.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:46 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:47.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:46 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:48.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:48 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:48.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:48 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:48.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:48 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:49.620 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:49 smithi037 ceph-mon[29573]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:05:50.276 INFO:teuthology.orchestra.run.smithi037.stdout:Added host 'smithi133' with addr '172.21.15.133' 2024-04-12T16:05:50.938 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph orch host ls --format=json 2024-04-12T16:05:51.186 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:05:51.528 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:51.528 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:51 smithi037 ceph-mon[29573]: Added host smithi133 2024-04-12T16:05:51.528 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:05:51.528 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:51 smithi037 ceph-mon[29573]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:05:51.529 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:52.487 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:52 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:52.487 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:52 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:52.487 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:52 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:05:52.487 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:52 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:05:52.487 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:52 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:05:52.487 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:52 smithi037 ceph-mon[29573]: Updating smithi133:/etc/ceph/ceph.conf 2024-04-12T16:05:52.487 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:52 smithi037 ceph-mon[29573]: Updating smithi133:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:05:52.487 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:52 smithi037 ceph-mon[29573]: Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:05:52.487 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:52 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:52.487 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:52 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:52.488 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:52 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-04-12T16:05:52.488 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:52 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]': finished 2024-04-12T16:05:52.910 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:05:52.910 INFO:teuthology.orchestra.run.smithi037.stdout:[{"addr": "172.21.15.37", "hostname": "smithi037", "labels": [], "status": ""}, {"addr": "172.21.15.40", "hostname": "smithi040", "labels": [], "status": ""}, {"addr": "172.21.15.133", "hostname": "smithi133", "labels": [], "status": ""}] 2024-04-12T16:05:53.491 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-12T16:05:53.491 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph osd crush tunables default 2024-04-12T16:05:53.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:53 smithi037 ceph-mon[29573]: Updating smithi133:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T16:05:53.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:53 smithi037 ceph-mon[29573]: Deploying daemon agent.smithi133 on smithi133 2024-04-12T16:05:53.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:53 smithi037 ceph-mon[29573]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:05:53.734 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:05:54.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:54 smithi037 ceph-mon[29573]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:05:54.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:54 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:54.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:54 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:54.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:54 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:54.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:54 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:05:54.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:54 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:05:54.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:54 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:05:54.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:54 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:54.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:54 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:05:54.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:54 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:05:54.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:54 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:05:54.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:54 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:54.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:54 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:54.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:54 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:54.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:54 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:55.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:55 smithi037 ceph-mon[29573]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:05:56.358 INFO:teuthology.orchestra.run.smithi037.stderr:adjusted tunables profile to default 2024-04-12T16:05:56.677 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:56 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/3315279065' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-12T16:05:56.958 INFO:tasks.cephadm:Adding mon.a on smithi037 2024-04-12T16:05:56.959 INFO:tasks.cephadm:Adding mon.b on smithi040 2024-04-12T16:05:56.959 INFO:tasks.cephadm:Adding mon.c on smithi133 2024-04-12T16:05:56.959 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph orch apply mon '3;smithi037:172.21.15.37=a;smithi040:172.21.15.40=b;smithi133:172.21.15.133=c' 2024-04-12T16:05:57.198 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:05:57.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:57 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/3315279065' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-12T16:05:57.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:57 smithi037 ceph-mon[29573]: osdmap e4: 0 total, 0 up, 0 in 2024-04-12T16:05:57.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:57 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:57.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:57 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:57.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:57 smithi037 ceph-mon[29573]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:05:57.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:57 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:05:58.763 INFO:teuthology.orchestra.run.smithi133.stdout:Scheduled mon update... 2024-04-12T16:05:59.340 DEBUG:teuthology.orchestra.run.smithi040:mon.b> sudo journalctl -f -n 0 -u ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mon.b.service 2024-04-12T16:05:59.343 DEBUG:teuthology.orchestra.run.smithi133:mon.c> sudo journalctl -f -n 0 -u ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mon.c.service 2024-04-12T16:05:59.345 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-12T16:05:59.346 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph mon dump -f json 2024-04-12T16:06:00.062 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:06:00.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:59 smithi037 ceph-mon[29573]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:00.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:59 smithi037 ceph-mon[29573]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi037:172.21.15.37=a;smithi040:172.21.15.40=b;smithi133:172.21.15.133=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:06:00.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:59 smithi037 ceph-mon[29573]: Saving service mon spec with placement smithi037:172.21.15.37=a;smithi040:172.21.15.40=b;smithi133:172.21.15.133=c;count:3 2024-04-12T16:06:00.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:59 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:00.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:59 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:00.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:59 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:00.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:59 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:00.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:59 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:00.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:59 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:06:00.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:05:59 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:01.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:00 smithi037 ceph-mon[29573]: Deploying daemon mon.c on smithi133 2024-04-12T16:06:02.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:01 smithi037 ceph-mon[29573]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:03.095 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:06:03.095 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"292bfd24-f8e6-11ee-bc8d-c7b262605968","modified":"2024-04-12T16:04:10.137025Z","created":"2024-04-12T16:04:10.137025Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T16:06:03.095 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:03 smithi133 systemd[1]: Starting Ceph mon.c for 292bfd24-f8e6-11ee-bc8d-c7b262605968... 2024-04-12T16:06:03.096 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-04-12T16:06:03.961 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:03 smithi133 podman[31412]: 2024-04-12 16:06:03.764800125 +0000 UTC m=+0.448240722 image pull 92de118a8b8fd41458f442b377b2c0b3c43b8d07f06e0d9ed4acf64e9f818607 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528 2024-04-12T16:06:03.961 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:03 smithi133 podman[31412]: 2024-04-12 16:06:03.866057429 +0000 UTC m=+0.549498020 container create 7a169b6ca4eff0bf24e0564697c948d04df0bad3dd31f6431d7ef51aaa804332 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mon-c, org.label-schema.vendor=CentOS, 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, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240409, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-04-12T16:06:04.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:03 smithi037 ceph-mon[29573]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:04.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:03 smithi037 ceph-mon[29573]: from='client.? 172.21.15.133:0/1382250536' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T16:06:04.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 podman[31412]: 2024-04-12 16:06:04.052000156 +0000 UTC m=+0.735440748 container init 7a169b6ca4eff0bf24e0564697c948d04df0bad3dd31f6431d7ef51aaa804332 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mon-c, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240409, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-04-12T16:06:04.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 podman[31412]: 2024-04-12 16:06:04.054803831 +0000 UTC m=+0.738244413 container start 7a169b6ca4eff0bf24e0564697c948d04df0bad3dd31f6431d7ef51aaa804332 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mon-c, GIT_BRANCH=HEAD, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240409) 2024-04-12T16:06:04.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: set uid:gid to 167:167 (ceph:ceph) 2024-04-12T16:06:04.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: ceph version 19.0.0-2847-gbf9c5618 (bf9c5618cc018927fa77780d25b6deb1f5dc254d) squid (dev), process ceph-mon, pid 2 2024-04-12T16:06:04.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: pidfile_write: ignore empty --pid-file 2024-04-12T16:06:04.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: load: jerasure load: lrc 2024-04-12T16:06:04.334 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: RocksDB version: 7.9.2 2024-04-12T16:06:04.334 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Git sha 0 2024-04-12T16:06:04.334 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Compile date 2024-04-09 18:12:34 2024-04-12T16:06:04.334 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: DB SUMMARY 2024-04-12T16:06:04.334 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: DB Session ID: PBCXN7EU3J6TRABU64KD 2024-04-12T16:06:04.334 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: CURRENT file: CURRENT 2024-04-12T16:06:04.334 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: IDENTITY file: IDENTITY 2024-04-12T16:06:04.334 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-12T16:06:04.334 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-04-12T16:06:04.334 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-04-12T16:06:04.334 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.error_if_exists: 0 2024-04-12T16:06:04.334 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.create_if_missing: 0 2024-04-12T16:06:04.334 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.paranoid_checks: 1 2024-04-12T16:06:04.335 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-12T16:06:04.335 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-12T16:06:04.335 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-12T16:06:04.335 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.env: 0x5564b47a3cc0 2024-04-12T16:06:04.335 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.fs: PosixFileSystem 2024-04-12T16:06:04.335 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.info_log: 0x5564b5135c20 2024-04-12T16:06:04.335 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.max_file_opening_threads: 16 2024-04-12T16:06:04.337 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.statistics: (nil) 2024-04-12T16:06:04.337 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.use_fsync: 0 2024-04-12T16:06:04.337 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.max_log_file_size: 0 2024-04-12T16:06:04.337 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-12T16:06:04.337 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-12T16:06:04.337 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.keep_log_file_num: 1000 2024-04-12T16:06:04.337 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.recycle_log_file_num: 0 2024-04-12T16:06:04.337 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.allow_fallocate: 1 2024-04-12T16:06:04.337 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.allow_mmap_reads: 0 2024-04-12T16:06:04.338 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.allow_mmap_writes: 0 2024-04-12T16:06:04.338 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.use_direct_reads: 0 2024-04-12T16:06:04.338 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-12T16:06:04.338 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.create_missing_column_families: 0 2024-04-12T16:06:04.338 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.db_log_dir: 2024-04-12T16:06:04.338 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.wal_dir: 2024-04-12T16:06:04.338 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-12T16:06:04.338 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-12T16:06:04.338 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-12T16:06:04.338 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-12T16:06:04.338 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-12T16:06:04.338 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-12T16:06:04.338 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.advise_random_on_open: 1 2024-04-12T16:06:04.339 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.db_write_buffer_size: 0 2024-04-12T16:06:04.339 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.write_buffer_manager: 0x5564b51061e0 2024-04-12T16:06:04.339 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-12T16:06:04.339 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-12T16:06:04.339 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-12T16:06:04.339 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.rate_limiter: (nil) 2024-04-12T16:06:04.339 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-12T16:06:04.339 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.wal_recovery_mode: 2 2024-04-12T16:06:04.339 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.enable_thread_tracking: 0 2024-04-12T16:06:04.339 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.enable_pipelined_write: 0 2024-04-12T16:06:04.339 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.unordered_write: 0 2024-04-12T16:06:04.339 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-12T16:06:04.339 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-12T16:06:04.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-12T16:06:04.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-12T16:06:04.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.row_cache: None 2024-04-12T16:06:04.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.wal_filter: None 2024-04-12T16:06:04.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-12T16:06:04.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.allow_ingest_behind: 0 2024-04-12T16:06:04.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.two_write_queues: 0 2024-04-12T16:06:04.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.manual_wal_flush: 0 2024-04-12T16:06:04.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.wal_compression: 0 2024-04-12T16:06:04.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.atomic_flush: 0 2024-04-12T16:06:04.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-12T16:06:04.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-12T16:06:04.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-12T16:06:04.340 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.log_readahead_size: 0 2024-04-12T16:06:04.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-12T16:06:04.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.best_efforts_recovery: 0 2024-04-12T16:06:04.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-12T16:06:04.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-12T16:06:04.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.allow_data_in_errors: 0 2024-04-12T16:06:04.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.db_host_id: __hostname__ 2024-04-12T16:06:04.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-12T16:06:04.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.max_background_jobs: 2 2024-04-12T16:06:04.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.max_background_compactions: -1 2024-04-12T16:06:04.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.max_subcompactions: 1 2024-04-12T16:06:04.341 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-12T16:06:04.342 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-12T16:06:04.343 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-12T16:06:04.343 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.max_total_wal_size: 0 2024-04-12T16:06:04.343 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-12T16:06:04.343 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-12T16:06:04.343 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-12T16:06:04.343 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-12T16:06:04.343 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.max_open_files: -1 2024-04-12T16:06:04.343 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.bytes_per_sync: 0 2024-04-12T16:06:04.343 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-12T16:06:04.343 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-12T16:06:04.343 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.compaction_readahead_size: 0 2024-04-12T16:06:04.343 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.max_background_flushes: -1 2024-04-12T16:06:04.343 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Compression algorithms supported: 2024-04-12T16:06:04.343 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-12T16:06:04.343 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: kZSTD supported: 0 2024-04-12T16:06:04.344 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: kXpressCompression supported: 0 2024-04-12T16:06:04.344 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: kLZ4HCCompression supported: 1 2024-04-12T16:06:04.344 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: kZlibCompression supported: 1 2024-04-12T16:06:04.344 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: kSnappyCompression supported: 1 2024-04-12T16:06:04.344 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: kLZ4Compression supported: 1 2024-04-12T16:06:04.344 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: kBZip2Compression supported: 0 2024-04-12T16:06:04.344 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-12T16:06:04.344 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-12T16:06:04.344 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-04-12T16:06:04.344 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-12T16:06:04.344 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-12T16:06:04.345 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.merge_operator: 2024-04-12T16:06:04.345 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.compaction_filter: None 2024-04-12T16:06:04.345 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.compaction_filter_factory: None 2024-04-12T16:06:04.345 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.sst_partitioner_factory: None 2024-04-12T16:06:04.345 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-12T16:06:04.345 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-12T16:06:04.345 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5564b5135de0) 2024-04-12T16:06:04.345 INFO:journalctl@ceph.mon.c.smithi133.stdout: cache_index_and_filter_blocks: 1 2024-04-12T16:06:04.345 INFO:journalctl@ceph.mon.c.smithi133.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-12T16:06:04.345 INFO:journalctl@ceph.mon.c.smithi133.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-12T16:06:04.346 INFO:journalctl@ceph.mon.c.smithi133.stdout: pin_top_level_index_and_filter: 1 2024-04-12T16:06:04.346 INFO:journalctl@ceph.mon.c.smithi133.stdout: index_type: 0 2024-04-12T16:06:04.346 INFO:journalctl@ceph.mon.c.smithi133.stdout: data_block_index_type: 0 2024-04-12T16:06:04.346 INFO:journalctl@ceph.mon.c.smithi133.stdout: index_shortening: 1 2024-04-12T16:06:04.346 INFO:journalctl@ceph.mon.c.smithi133.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-12T16:06:04.346 INFO:journalctl@ceph.mon.c.smithi133.stdout: checksum: 4 2024-04-12T16:06:04.346 INFO:journalctl@ceph.mon.c.smithi133.stdout: no_block_cache: 0 2024-04-12T16:06:04.346 INFO:journalctl@ceph.mon.c.smithi133.stdout: block_cache: 0x5564b5139090 2024-04-12T16:06:04.346 INFO:journalctl@ceph.mon.c.smithi133.stdout: block_cache_name: BinnedLRUCache 2024-04-12T16:06:04.346 INFO:journalctl@ceph.mon.c.smithi133.stdout: block_cache_options: 2024-04-12T16:06:04.346 INFO:journalctl@ceph.mon.c.smithi133.stdout: capacity : 536870912 2024-04-12T16:06:04.346 INFO:journalctl@ceph.mon.c.smithi133.stdout: num_shard_bits : 4 2024-04-12T16:06:04.346 INFO:journalctl@ceph.mon.c.smithi133.stdout: strict_capacity_limit : 0 2024-04-12T16:06:04.346 INFO:journalctl@ceph.mon.c.smithi133.stdout: high_pri_pool_ratio: 0.000 2024-04-12T16:06:04.347 INFO:journalctl@ceph.mon.c.smithi133.stdout: block_cache_compressed: (nil) 2024-04-12T16:06:04.347 INFO:journalctl@ceph.mon.c.smithi133.stdout: persistent_cache: (nil) 2024-04-12T16:06:04.347 INFO:journalctl@ceph.mon.c.smithi133.stdout: block_size: 4096 2024-04-12T16:06:04.347 INFO:journalctl@ceph.mon.c.smithi133.stdout: block_size_deviation: 10 2024-04-12T16:06:04.347 INFO:journalctl@ceph.mon.c.smithi133.stdout: block_restart_interval: 16 2024-04-12T16:06:04.347 INFO:journalctl@ceph.mon.c.smithi133.stdout: index_block_restart_interval: 1 2024-04-12T16:06:04.347 INFO:journalctl@ceph.mon.c.smithi133.stdout: metadata_block_size: 4096 2024-04-12T16:06:04.347 INFO:journalctl@ceph.mon.c.smithi133.stdout: partition_filters: 0 2024-04-12T16:06:04.347 INFO:journalctl@ceph.mon.c.smithi133.stdout: use_delta_encoding: 1 2024-04-12T16:06:04.347 INFO:journalctl@ceph.mon.c.smithi133.stdout: filter_policy: bloomfilter 2024-04-12T16:06:04.347 INFO:journalctl@ceph.mon.c.smithi133.stdout: whole_key_filtering: 1 2024-04-12T16:06:04.347 INFO:journalctl@ceph.mon.c.smithi133.stdout: verify_compression: 0 2024-04-12T16:06:04.347 INFO:journalctl@ceph.mon.c.smithi133.stdout: read_amp_bytes_per_bit: 0 2024-04-12T16:06:04.347 INFO:journalctl@ceph.mon.c.smithi133.stdout: format_version: 5 2024-04-12T16:06:04.347 INFO:journalctl@ceph.mon.c.smithi133.stdout: enable_index_compression: 1 2024-04-12T16:06:04.348 INFO:journalctl@ceph.mon.c.smithi133.stdout: block_align: 0 2024-04-12T16:06:04.348 INFO:journalctl@ceph.mon.c.smithi133.stdout: max_auto_readahead_size: 262144 2024-04-12T16:06:04.348 INFO:journalctl@ceph.mon.c.smithi133.stdout: prepopulate_block_cache: 0 2024-04-12T16:06:04.348 INFO:journalctl@ceph.mon.c.smithi133.stdout: initial_auto_readahead_size: 8192 2024-04-12T16:06:04.348 INFO:journalctl@ceph.mon.c.smithi133.stdout: num_file_reads_for_auto_readahead: 2 2024-04-12T16:06:04.348 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.write_buffer_size: 33554432 2024-04-12T16:06:04.348 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.max_write_buffer_number: 2 2024-04-12T16:06:04.348 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.compression: NoCompression 2024-04-12T16:06:04.348 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.bottommost_compression: Disabled 2024-04-12T16:06:04.348 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.prefix_extractor: nullptr 2024-04-12T16:06:04.348 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-12T16:06:04.348 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.num_levels: 7 2024-04-12T16:06:04.349 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-12T16:06:04.349 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-12T16:06:04.349 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-12T16:06:04.350 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-12T16:06:04.350 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-12T16:06:04.350 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-12T16:06:04.350 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-12T16:06:04.350 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-12T16:06:04.350 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-12T16:06:04.350 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-12T16:06:04.350 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-12T16:06:04.350 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-12T16:06:04.350 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-12T16:06:04.350 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.compression_opts.level: 32767 2024-04-12T16:06:04.350 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.compression_opts.strategy: 0 2024-04-12T16:06:04.351 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-12T16:06:04.351 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-12T16:06:04.351 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-12T16:06:04.351 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-12T16:06:04.351 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.compression_opts.enabled: false 2024-04-12T16:06:04.351 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-12T16:06:04.351 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-12T16:06:04.351 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-12T16:06:04.351 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-12T16:06:04.351 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.target_file_size_base: 67108864 2024-04-12T16:06:04.351 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-12T16:06:04.351 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-12T16:06:04.351 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-12T16:06:04.352 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-12T16:06:04.352 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-12T16:06:04.352 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-12T16:06:04.352 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-12T16:06:04.352 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-12T16:06:04.352 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-12T16:06:04.352 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-12T16:06:04.352 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-12T16:06:04.352 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-12T16:06:04.352 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-12T16:06:04.352 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-12T16:06:04.352 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.arena_block_size: 1048576 2024-04-12T16:06:04.352 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-12T16:06:04.352 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-12T16:06:04.353 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.disable_auto_compactions: 0 2024-04-12T16:06:04.353 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-12T16:06:04.353 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-12T16:06:04.353 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-12T16:06:04.353 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-12T16:06:04.353 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-12T16:06:04.353 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-12T16:06:04.353 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-12T16:06:04.353 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-12T16:06:04.353 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-12T16:06:04.353 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-12T16:06:04.353 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-12T16:06:04.353 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.inplace_update_support: 0 2024-04-12T16:06:04.353 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-12T16:06:04.353 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-12T16:06:04.354 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-12T16:06:04.355 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-12T16:06:04.355 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.bloom_locality: 0 2024-04-12T16:06:04.355 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.max_successive_merges: 0 2024-04-12T16:06:04.355 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-12T16:06:04.355 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.paranoid_file_checks: 0 2024-04-12T16:06:04.355 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.force_consistency_checks: 1 2024-04-12T16:06:04.355 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.report_bg_io_stats: 0 2024-04-12T16:06:04.355 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.ttl: 2592000 2024-04-12T16:06:04.355 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-12T16:06:04.355 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-12T16:06:04.355 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-12T16:06:04.355 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.enable_blob_files: false 2024-04-12T16:06:04.355 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.min_blob_size: 0 2024-04-12T16:06:04.356 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.blob_file_size: 268435456 2024-04-12T16:06:04.356 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-12T16:06:04.356 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-12T16:06:04.356 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-12T16:06:04.356 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-12T16:06:04.356 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-12T16:06:04.356 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.blob_file_starting_level: 0 2024-04-12T16:06:04.356 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-12T16:06:04.356 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: 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-12T16:06:04.356 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-12T16:06:04.356 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: b438f5c1-3237-4104-9e1b-fb4433236754 2024-04-12T16:06:04.356 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712937964084548, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-12T16:06:04.356 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-12T16:06:04.356 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712937964084979, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1712937964, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "b438f5c1-3237-4104-9e1b-fb4433236754", "db_session_id": "PBCXN7EU3J6TRABU64KD", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-12T16:06:04.357 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712937964085059, "job": 1, "event": "recovery_finished"} 2024-04-12T16:06:04.357 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-12T16:06:04.357 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: 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-12T16:06:04.357 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5564b5228000 2024-04-12T16:06:04.357 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: DB pointer 0x5564b5212000 2024-04-12T16:06:04.357 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-12T16:06:04.357 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-12T16:06:04.357 INFO:journalctl@ceph.mon.c.smithi133.stdout: ** DB Stats ** 2024-04-12T16:06:04.357 INFO:journalctl@ceph.mon.c.smithi133.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T16:06:04.357 INFO:journalctl@ceph.mon.c.smithi133.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-12T16:06:04.357 INFO:journalctl@ceph.mon.c.smithi133.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T16:06:04.357 INFO:journalctl@ceph.mon.c.smithi133.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T16:06:04.357 INFO:journalctl@ceph.mon.c.smithi133.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-12T16:06:04.357 INFO:journalctl@ceph.mon.c.smithi133.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T16:06:04.358 INFO:journalctl@ceph.mon.c.smithi133.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T16:06:04.358 INFO:journalctl@ceph.mon.c.smithi133.stdout: 2024-04-12T16:06:04.358 INFO:journalctl@ceph.mon.c.smithi133.stdout: ** Compaction Stats [default] ** 2024-04-12T16:06:04.358 INFO:journalctl@ceph.mon.c.smithi133.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-12T16:06:04.358 INFO:journalctl@ceph.mon.c.smithi133.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-12T16:06:04.358 INFO:journalctl@ceph.mon.c.smithi133.stdout: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-12T16:06:04.358 INFO:journalctl@ceph.mon.c.smithi133.stdout: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-12T16:06:04.358 INFO:journalctl@ceph.mon.c.smithi133.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.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-12T16:06:04.358 INFO:journalctl@ceph.mon.c.smithi133.stdout: 2024-04-12T16:06:04.358 INFO:journalctl@ceph.mon.c.smithi133.stdout: ** Compaction Stats [default] ** 2024-04-12T16:06:04.358 INFO:journalctl@ceph.mon.c.smithi133.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-12T16:06:04.358 INFO:journalctl@ceph.mon.c.smithi133.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T16:06:04.358 INFO:journalctl@ceph.mon.c.smithi133.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.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-12T16:06:04.358 INFO:journalctl@ceph.mon.c.smithi133.stdout: 2024-04-12T16:06:04.359 INFO:journalctl@ceph.mon.c.smithi133.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-12T16:06:04.359 INFO:journalctl@ceph.mon.c.smithi133.stdout: 2024-04-12T16:06:04.359 INFO:journalctl@ceph.mon.c.smithi133.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T16:06:04.359 INFO:journalctl@ceph.mon.c.smithi133.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-12T16:06:04.359 INFO:journalctl@ceph.mon.c.smithi133.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-12T16:06:04.359 INFO:journalctl@ceph.mon.c.smithi133.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-12T16:06:04.359 INFO:journalctl@ceph.mon.c.smithi133.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-12T16:06:04.359 INFO:journalctl@ceph.mon.c.smithi133.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-12T16:06:04.359 INFO:journalctl@ceph.mon.c.smithi133.stdout: Cumulative compaction: 0.00 GB write, 0.65 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T16:06:04.359 INFO:journalctl@ceph.mon.c.smithi133.stdout: Interval compaction: 0.00 GB write, 0.65 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T16:06:04.359 INFO:journalctl@ceph.mon.c.smithi133.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-12T16:06:04.359 INFO:journalctl@ceph.mon.c.smithi133.stdout: Block cache BinnedLRUCache@0x5564b5139090#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-12T16:06:04.359 INFO:journalctl@ceph.mon.c.smithi133.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-12T16:06:04.359 INFO:journalctl@ceph.mon.c.smithi133.stdout: 2024-04-12T16:06:04.360 INFO:journalctl@ceph.mon.c.smithi133.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-12T16:06:04.360 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-04-12T16:06:04.360 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: using public_addr v2:172.21.15.133:0/0 -> [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] 2024-04-12T16:06:04.360 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: starting mon.c rank -1 at public addrs [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] at bind addrs [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:06:04.360 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: mon.c@-1(???) e0 preinit fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:06:04.360 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: mon.c@-1(synchronizing).mds e1 new map 2024-04-12T16:06:04.360 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: mon.c@-1(synchronizing).mds e1 print_map 2024-04-12T16:06:04.360 INFO:journalctl@ceph.mon.c.smithi133.stdout: e1 2024-04-12T16:06:04.360 INFO:journalctl@ceph.mon.c.smithi133.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-12T16:06:04.360 INFO:journalctl@ceph.mon.c.smithi133.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-12T16:06:04.360 INFO:journalctl@ceph.mon.c.smithi133.stdout: legacy client fscid: -1 2024-04-12T16:06:04.360 INFO:journalctl@ceph.mon.c.smithi133.stdout: 2024-04-12T16:06:04.360 INFO:journalctl@ceph.mon.c.smithi133.stdout: No filesystems configured 2024-04-12T16:06:04.360 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-12T16:06:04.361 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: 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-12T16:06:04.361 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-12T16:06:04.361 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-12T16:06:04.361 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-12T16:06:04.361 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-12T16:06:04.361 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-12T16:06:04.361 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T16:06:04.361 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T16:06:04.361 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T16:06:04.361 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.361 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.361 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:06:04.361 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:04.361 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:04.361 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: Updating smithi040:/etc/ceph/ceph.conf 2024-04-12T16:06:04.362 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: Updating smithi040:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:06:04.362 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.362 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.362 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2024-04-12T16:06:04.362 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]': finished 2024-04-12T16:06:04.362 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:06:04.362 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: Updating smithi040:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T16:06:04.362 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: Deploying daemon agent.smithi040 on smithi040 2024-04-12T16:06:04.362 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:04.362 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:06:04.362 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.362 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.362 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.362 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:04.363 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:04.363 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:04.363 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.363 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:04.363 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:04.363 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:04.363 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.363 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.363 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.363 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.363 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:04.363 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:06:04.363 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: Deploying cephadm binary to smithi133 2024-04-12T16:06:04.363 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:04.364 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.364 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.364 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.364 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.364 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.364 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.364 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:04.364 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.364 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: Added host smithi133 2024-04-12T16:06:04.364 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:04.364 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:04.364 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.364 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.364 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.364 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:06:04.365 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:04.365 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:04.365 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: Updating smithi133:/etc/ceph/ceph.conf 2024-04-12T16:06:04.365 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: Updating smithi133:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:06:04.365 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:06:04.365 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.365 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.365 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-04-12T16:06:04.365 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]': finished 2024-04-12T16:06:04.365 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: Updating smithi133:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T16:06:04.365 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: Deploying daemon agent.smithi133 on smithi133 2024-04-12T16:06:04.365 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:04.365 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:06:04.365 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.365 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.366 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.366 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:04.366 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:04.366 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:04.366 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.367 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:04.367 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:04.367 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:04.367 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.367 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.367 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.367 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.367 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:04.367 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='client.? 172.21.15.37:0/3315279065' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-12T16:06:04.367 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='client.? 172.21.15.37:0/3315279065' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-12T16:06:04.367 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: osdmap e4: 0 total, 0 up, 0 in 2024-04-12T16:06:04.367 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.367 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.367 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:04.368 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.368 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:04.368 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi037:172.21.15.37=a;smithi040:172.21.15.40=b;smithi133:172.21.15.133=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:06:04.368 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: Saving service mon spec with placement smithi037:172.21.15.37=a;smithi040:172.21.15.40=b;smithi133:172.21.15.133=c;count:3 2024-04-12T16:06:04.368 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.368 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:04.368 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:04.368 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:04.368 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:04.368 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:06:04.368 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:04.368 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: Deploying daemon mon.c on smithi133 2024-04-12T16:06:04.368 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:04.368 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:04.368 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: from='client.? 172.21.15.133:0/1382250536' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T16:06:04.369 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 ceph-mon[31436]: mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-12T16:06:04.369 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 bash[31412]: 7a169b6ca4eff0bf24e0564697c948d04df0bad3dd31f6431d7ef51aaa804332 2024-04-12T16:06:04.369 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:04 smithi133 systemd[1]: Started Ceph mon.c for 292bfd24-f8e6-11ee-bc8d-c7b262605968. 2024-04-12T16:06:04.717 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-12T16:06:04.717 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph mon dump -f json 2024-04-12T16:06:04.953 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.c/config 2024-04-12T16:06:09.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:06:09.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:06:09.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: mon.a calling monitor election 2024-04-12T16:06:09.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:09.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:06:09.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:06:09.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: mon.c calling monitor election 2024-04-12T16:06:09.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:09.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:06:09.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:06:09.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:09.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:06:09.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-12T16:06:09.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: monmap epoch 2 2024-04-12T16:06:09.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:06:09.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: last_changed 2024-04-12T16:06:04.108639+0000 2024-04-12T16:06:09.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: created 2024-04-12T16:04:10.137025+0000 2024-04-12T16:06:09.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: min_mon_release 19 (squid) 2024-04-12T16:06:09.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: election_strategy: 1 2024-04-12T16:06:09.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-04-12T16:06:09.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-04-12T16:06:09.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: fsmap 2024-04-12T16:06:09.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: osdmap e4: 0 total, 0 up, 0 in 2024-04-12T16:06:09.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: mgrmap e13: a(active, since 52s) 2024-04-12T16:06:09.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: overall HEALTH_OK 2024-04-12T16:06:09.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:09.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:09.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:09.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:09.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:09.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:09.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:09.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:09.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:09.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:06:09.432 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:09.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:06:09.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:06:09.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: mon.a calling monitor election 2024-04-12T16:06:09.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:09.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:06:09.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:06:09.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: mon.c calling monitor election 2024-04-12T16:06:09.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:09.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:06:09.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:06:09.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:09.584 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:06:09.584 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-12T16:06:09.584 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: monmap epoch 2 2024-04-12T16:06:09.584 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:06:09.584 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: last_changed 2024-04-12T16:06:04.108639+0000 2024-04-12T16:06:09.584 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: created 2024-04-12T16:04:10.137025+0000 2024-04-12T16:06:09.584 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: min_mon_release 19 (squid) 2024-04-12T16:06:09.584 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: election_strategy: 1 2024-04-12T16:06:09.584 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-04-12T16:06:09.584 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-04-12T16:06:09.584 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: fsmap 2024-04-12T16:06:09.584 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: osdmap e4: 0 total, 0 up, 0 in 2024-04-12T16:06:09.584 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: mgrmap e13: a(active, since 52s) 2024-04-12T16:06:09.584 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: overall HEALTH_OK 2024-04-12T16:06:09.584 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:09.585 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:09.585 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:09.585 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:09.585 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:09.585 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:09.585 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:09.585 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:09.585 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:09.585 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:06:09.585 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:09.705 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:06:09.705 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":2,"fsid":"292bfd24-f8e6-11ee-bc8d-c7b262605968","modified":"2024-04-12T16:06:04.108639Z","created":"2024-04-12T16:04:10.137025Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:3300","nonce":0},{"type":"v1","addr":"172.21.15.133:6789","nonce":0}]},"addr":"172.21.15.133:6789/0","public_addr":"172.21.15.133:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-12T16:06:09.707 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 2 2024-04-12T16:06:10.253 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:10 smithi133 ceph-mon[31436]: Deploying daemon mon.b on smithi040 2024-04-12T16:06:10.253 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:10 smithi133 ceph-mon[31436]: from='client.? 172.21.15.133:0/1674892210' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T16:06:10.253 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:10 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:06:10.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:10 smithi037 ceph-mon[29573]: Deploying daemon mon.b on smithi040 2024-04-12T16:06:10.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:10 smithi037 ceph-mon[29573]: from='client.? 172.21.15.133:0/1674892210' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T16:06:10.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:10 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:06:11.279 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-12T16:06:11.280 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph mon dump -f json 2024-04-12T16:06:11.525 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.c/config 2024-04-12T16:06:11.582 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:11 smithi133 ceph-mon[31436]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:11.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:11 smithi037 ceph-mon[29573]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:13.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:12 smithi133 ceph-mon[31436]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:13.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:12 smithi037 ceph-mon[29573]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:13.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:12 smithi040 systemd[1]: Started Ceph mon.b for 292bfd24-f8e6-11ee-bc8d-c7b262605968. 2024-04-12T16:06:18.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:06:18.334 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: mon.a calling monitor election 2024-04-12T16:06:18.334 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:06:18.334 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:06:18.334 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: mon.c calling monitor election 2024-04-12T16:06:18.334 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:06:18.334 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:18.334 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:06:18.334 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: mon.b calling monitor election 2024-04-12T16:06:18.334 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:06:18.335 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:18.335 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:06:18.335 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:06:18.335 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-12T16:06:18.335 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: monmap epoch 3 2024-04-12T16:06:18.335 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:06:18.335 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: last_changed 2024-04-12T16:06:12.977039+0000 2024-04-12T16:06:18.335 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: created 2024-04-12T16:04:10.137025+0000 2024-04-12T16:06:18.335 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: min_mon_release 19 (squid) 2024-04-12T16:06:18.335 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: election_strategy: 1 2024-04-12T16:06:18.335 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-04-12T16:06:18.336 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-04-12T16:06:18.336 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: 2: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.b 2024-04-12T16:06:18.336 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: fsmap 2024-04-12T16:06:18.336 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: osdmap e4: 0 total, 0 up, 0 in 2024-04-12T16:06:18.336 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: mgrmap e13: a(active, since 61s) 2024-04-12T16:06:18.336 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: overall HEALTH_OK 2024-04-12T16:06:18.336 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:18.336 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:18.336 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:18.336 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:18.336 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:18.336 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:18.336 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:18 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:18.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:06:18.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: mon.a calling monitor election 2024-04-12T16:06:18.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:06:18.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:06:18.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: mon.c calling monitor election 2024-04-12T16:06:18.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:06:18.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:18.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:06:18.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: mon.b calling monitor election 2024-04-12T16:06:18.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:06:18.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:18.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:06:18.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:06:18.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-12T16:06:18.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: monmap epoch 3 2024-04-12T16:06:18.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:06:18.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: last_changed 2024-04-12T16:06:12.977039+0000 2024-04-12T16:06:18.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: created 2024-04-12T16:04:10.137025+0000 2024-04-12T16:06:18.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: min_mon_release 19 (squid) 2024-04-12T16:06:18.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: election_strategy: 1 2024-04-12T16:06:18.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-04-12T16:06:18.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-04-12T16:06:18.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: 2: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.b 2024-04-12T16:06:18.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: fsmap 2024-04-12T16:06:18.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: osdmap e4: 0 total, 0 up, 0 in 2024-04-12T16:06:18.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: mgrmap e13: a(active, since 61s) 2024-04-12T16:06:18.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: overall HEALTH_OK 2024-04-12T16:06:18.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:18.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:18.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:18.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:18.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:18.431 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:18.432 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:18 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:18.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:06:18.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: mon.a calling monitor election 2024-04-12T16:06:18.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:06:18.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:06:18.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: mon.c calling monitor election 2024-04-12T16:06:18.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:06:18.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:18.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:06:18.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: mon.b calling monitor election 2024-04-12T16:06:18.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:06:18.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:18.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:06:18.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:06:18.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-12T16:06:18.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: monmap epoch 3 2024-04-12T16:06:18.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:06:18.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: last_changed 2024-04-12T16:06:12.977039+0000 2024-04-12T16:06:18.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: created 2024-04-12T16:04:10.137025+0000 2024-04-12T16:06:18.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: min_mon_release 19 (squid) 2024-04-12T16:06:18.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: election_strategy: 1 2024-04-12T16:06:18.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-04-12T16:06:18.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-04-12T16:06:18.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: 2: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.b 2024-04-12T16:06:18.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: fsmap 2024-04-12T16:06:18.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: osdmap e4: 0 total, 0 up, 0 in 2024-04-12T16:06:18.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: mgrmap e13: a(active, since 61s) 2024-04-12T16:06:18.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: overall HEALTH_OK 2024-04-12T16:06:18.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:18.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:18.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:18.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:18.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:18.513 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:18.513 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:18 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:19.213 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:19 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:19.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:19 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:19.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:19 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:19.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:19 smithi133 ceph-mon[31436]: Updating smithi037:/etc/ceph/ceph.conf 2024-04-12T16:06:19.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:19 smithi133 ceph-mon[31436]: Updating smithi040:/etc/ceph/ceph.conf 2024-04-12T16:06:19.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:19 smithi133 ceph-mon[31436]: Updating smithi133:/etc/ceph/ceph.conf 2024-04-12T16:06:19.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:19 smithi133 ceph-mon[31436]: Updating smithi040:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:06:19.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:19 smithi133 ceph-mon[31436]: Updating smithi037:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:06:19.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:19 smithi133 ceph-mon[31436]: Updating smithi133:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:06:19.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:19 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:19.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:19 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:19.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:19 smithi133 ceph-mon[31436]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:19.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:19 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:19.214 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:19 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:19.215 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:19 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:19.215 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:19 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:19.215 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:19 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:19.215 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:19 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:06:19.215 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:19 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T16:06:19.215 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:19 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:19.215 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:19 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:06:19.328 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-12T16:06:19.329 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":3,"fsid":"292bfd24-f8e6-11ee-bc8d-c7b262605968","modified":"2024-04-12T16:06:12.977039Z","created":"2024-04-12T16:04:10.137025Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:3300","nonce":0},{"type":"v1","addr":"172.21.15.133:6789","nonce":0}]},"addr":"172.21.15.133:6789/0","public_addr":"172.21.15.133:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:3300","nonce":0},{"type":"v1","addr":"172.21.15.40:6789","nonce":0}]},"addr":"172.21.15.40:6789/0","public_addr":"172.21.15.40:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-04-12T16:06:19.330 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 3 2024-04-12T16:06:19.330 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:19 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:19.330 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:19 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:19.330 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:19 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:19.330 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:19 smithi040 ceph-mon[31330]: Updating smithi037:/etc/ceph/ceph.conf 2024-04-12T16:06:19.330 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:19 smithi040 ceph-mon[31330]: Updating smithi040:/etc/ceph/ceph.conf 2024-04-12T16:06:19.330 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:19 smithi040 ceph-mon[31330]: Updating smithi133:/etc/ceph/ceph.conf 2024-04-12T16:06:19.330 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:19 smithi040 ceph-mon[31330]: Updating smithi040:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:06:19.331 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:19 smithi040 ceph-mon[31330]: Updating smithi037:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:06:19.331 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:19 smithi040 ceph-mon[31330]: Updating smithi133:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:06:19.331 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:19 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:19.331 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:19 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:19.331 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:19 smithi040 ceph-mon[31330]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:19.331 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:19 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:19.331 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:19 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:19.331 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:19 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:19.331 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:19 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:19.331 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:19 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:19.331 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:19 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:06:19.331 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:19 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T16:06:19.331 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:19 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:19.331 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:19 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:06:19.418 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:19 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:19.418 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:19 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:19.418 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:19 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:19.418 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:19 smithi037 ceph-mon[29573]: Updating smithi037:/etc/ceph/ceph.conf 2024-04-12T16:06:19.418 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:19 smithi037 ceph-mon[29573]: Updating smithi040:/etc/ceph/ceph.conf 2024-04-12T16:06:19.418 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:19 smithi037 ceph-mon[29573]: Updating smithi133:/etc/ceph/ceph.conf 2024-04-12T16:06:19.419 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:19 smithi037 ceph-mon[29573]: Updating smithi040:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:06:19.419 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:19 smithi037 ceph-mon[29573]: Updating smithi037:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:06:19.419 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:19 smithi037 ceph-mon[29573]: Updating smithi133:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:06:19.419 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:19 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:19.419 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:19 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:19.419 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:19 smithi037 ceph-mon[29573]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:19.419 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:19 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:19.419 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:19 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:19.420 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:19 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:19.420 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:19 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:19.420 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:19 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:19.420 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:19 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:06:19.420 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:19 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T16:06:19.420 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:19 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:19.420 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:19 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:06:19.980 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-12T16:06:19.980 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph config generate-minimal-conf 2024-04-12T16:06:20.116 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:20 smithi040 ceph-mon[31330]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:06:20.117 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:20 smithi040 ceph-mon[31330]: Reconfiguring mon.a (unknown last config time)... 2024-04-12T16:06:20.117 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:20 smithi040 ceph-mon[31330]: Reconfiguring daemon mon.a on smithi037 2024-04-12T16:06:20.117 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:20 smithi040 ceph-mon[31330]: from='client.? 172.21.15.133:0/3225606890' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T16:06:20.328 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:20 smithi133 ceph-mon[31436]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:06:20.328 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:20 smithi133 ceph-mon[31436]: Reconfiguring mon.a (unknown last config time)... 2024-04-12T16:06:20.328 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:20 smithi133 ceph-mon[31436]: Reconfiguring daemon mon.a on smithi037 2024-04-12T16:06:20.328 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:20 smithi133 ceph-mon[31436]: from='client.? 172.21.15.133:0/3225606890' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T16:06:20.388 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:20 smithi037 ceph-mon[29573]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:06:20.389 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:20 smithi037 ceph-mon[29573]: Reconfiguring mon.a (unknown last config time)... 2024-04-12T16:06:20.389 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:20 smithi037 ceph-mon[29573]: Reconfiguring daemon mon.a on smithi037 2024-04-12T16:06:20.389 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:20 smithi037 ceph-mon[29573]: from='client.? 172.21.15.133:0/3225606890' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T16:06:20.457 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:06:21.671 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:21 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:21.672 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:21 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:21.672 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:21 smithi037 ceph-mon[29573]: Reconfiguring mon.b (monmap changed)... 2024-04-12T16:06:21.672 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:21 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:06:21.672 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:21 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T16:06:21.672 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:21 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:21.672 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:21 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:21.672 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:21 smithi037 ceph-mon[29573]: Reconfiguring daemon mon.b on smithi040 2024-04-12T16:06:21.672 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:21 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:21.672 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:21 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:21.672 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:21 smithi037 ceph-mon[29573]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:21.743 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:21 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:21.743 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:21 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:21.743 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:21 smithi133 ceph-mon[31436]: Reconfiguring mon.b (monmap changed)... 2024-04-12T16:06:21.743 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:21 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:06:21.743 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:21 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T16:06:21.743 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:21 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:21.744 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:21 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:21.744 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:21 smithi133 ceph-mon[31436]: Reconfiguring daemon mon.b on smithi040 2024-04-12T16:06:21.744 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:21 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:21.744 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:21 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:21.744 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:21 smithi133 ceph-mon[31436]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:21.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:21 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:21.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:21 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:21.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:21 smithi040 ceph-mon[31330]: Reconfiguring mon.b (monmap changed)... 2024-04-12T16:06:21.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:21 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:06:21.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:21 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T16:06:21.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:21 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:21.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:21 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:21.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:21 smithi040 ceph-mon[31330]: Reconfiguring daemon mon.b on smithi040 2024-04-12T16:06:21.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:21 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:21.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:21 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:21.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:21 smithi040 ceph-mon[31330]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:22.127 INFO:teuthology.orchestra.run.smithi037.stdout:# minimal ceph.conf for 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:06:22.127 INFO:teuthology.orchestra.run.smithi037.stdout:[global] 2024-04-12T16:06:22.127 INFO:teuthology.orchestra.run.smithi037.stdout: fsid = 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:06:22.127 INFO:teuthology.orchestra.run.smithi037.stdout: mon_host = [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] 2024-04-12T16:06:22.712 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-12T16:06:22.712 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-12T16:06:22.713 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/ceph/ceph.conf 2024-04-12T16:06:22.742 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-12T16:06:22.742 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:06:22.806 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:22 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.807 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:22 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.807 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:22 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.807 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:22 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.807 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:22 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.807 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:22 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.807 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:22 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.807 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:22 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.807 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:22 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.807 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:22 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.807 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:22 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/989781160' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:22.810 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-12T16:06:22.810 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/ceph/ceph.conf 2024-04-12T16:06:22.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:22 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:22 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:22 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:22 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:22 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:22 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:22 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:22 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:22 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:22 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:22 smithi133 ceph-mon[31436]: from='client.? 172.21.15.37:0/989781160' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:22.838 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:22 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.838 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:22 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.838 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:22 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.838 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:22 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.838 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:22 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.838 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:22 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.839 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:22 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.839 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:22 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.839 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:22 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.839 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:22 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:22.839 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:22 smithi040 ceph-mon[31330]: from='client.? 172.21.15.37:0/989781160' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:22.841 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-12T16:06:22.841 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:06:22.907 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-12T16:06:22.908 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.conf 2024-04-12T16:06:22.944 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-12T16:06:22.944 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:06:23.015 INFO:tasks.cephadm:Adding mgr.a on smithi037 2024-04-12T16:06:23.015 INFO:tasks.cephadm:Adding mgr.b on smithi040 2024-04-12T16:06:23.016 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph orch apply mgr '2;smithi037=a;smithi040=b' 2024-04-12T16:06:23.298 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.c/config 2024-04-12T16:06:23.761 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:23 smithi133 ceph-mon[31436]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:23.761 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:23 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:23.761 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:23 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:23.761 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:23 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:06:23.761 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:23 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T16:06:23.761 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:23 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:23.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:23 smithi037 ceph-mon[29573]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:23.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:23 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:23.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:23 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:23.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:23 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:06:23.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:23 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T16:06:23.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:23 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:24.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:23 smithi040 ceph-mon[31330]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:24.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:23 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:24.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:23 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:24.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:23 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:06:24.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:23 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T16:06:24.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:23 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:24.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:24 smithi133 ceph-mon[31436]: Reconfiguring mon.c (monmap changed)... 2024-04-12T16:06:24.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:24 smithi133 ceph-mon[31436]: Reconfiguring daemon mon.c on smithi133 2024-04-12T16:06:24.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:24 smithi037 ceph-mon[29573]: Reconfiguring mon.c (monmap changed)... 2024-04-12T16:06:24.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:24 smithi037 ceph-mon[29573]: Reconfiguring daemon mon.c on smithi133 2024-04-12T16:06:25.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:24 smithi040 ceph-mon[31330]: Reconfiguring mon.c (monmap changed)... 2024-04-12T16:06:25.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:24 smithi040 ceph-mon[31330]: Reconfiguring daemon mon.c on smithi133 2024-04-12T16:06:25.681 INFO:teuthology.orchestra.run.smithi133.stdout:Scheduled mgr update... 2024-04-12T16:06:25.810 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:25 smithi037 ceph-mon[29573]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:25.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:25 smithi133 ceph-mon[31436]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:26.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:25 smithi040 ceph-mon[31330]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:26.464 DEBUG:teuthology.orchestra.run.smithi040:mgr.b> sudo journalctl -f -n 0 -u ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mgr.b.service 2024-04-12T16:06:26.466 INFO:tasks.cephadm:Deploying OSDs... 2024-04-12T16:06:26.466 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-12T16:06:26.466 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/scratch_devs of=/dev/stdout 2024-04-12T16:06:26.483 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-12T16:06:26.483 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_1 2024-04-12T16:06:26.539 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-12T16:06:26.540 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T16:06:26.540 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-04-12T16:06:26.540 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T16:06:26.540 INFO:teuthology.orchestra.run.smithi037.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T16:06:26.540 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-04-12 16:06:08.039997880 +0000 2024-04-12T16:06:26.540 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-04-12 15:58:44.276841265 +0000 2024-04-12T16:06:26.540 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-04-12 15:58:44.276841265 +0000 2024-04-12T16:06:26.540 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: 2024-04-12 15:58:44.276841265 +0000 2024-04-12T16:06:26.541 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-12T16:06:26.607 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-04-12T16:06:26.607 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-04-12T16:06:26.607 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000203812 s, 2.5 MB/s 2024-04-12T16:06:26.608 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-12T16:06:26.664 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_2 2024-04-12T16:06:26.719 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-12T16:06:26.719 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T16:06:26.719 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-04-12T16:06:26.719 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T16:06:26.719 INFO:teuthology.orchestra.run.smithi037.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T16:06:26.720 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-04-12 16:06:08.039997880 +0000 2024-04-12T16:06:26.720 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-04-12 15:58:44.623836636 +0000 2024-04-12T16:06:26.720 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-04-12 15:58:44.623836636 +0000 2024-04-12T16:06:26.720 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: 2024-04-12 15:58:44.623836636 +0000 2024-04-12T16:06:26.720 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-12T16:06:26.742 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:26 smithi040 ceph-mon[31330]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi037=a;smithi040=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:06:26.742 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:26 smithi040 ceph-mon[31330]: Saving service mgr spec with placement smithi037=a;smithi040=b;count:2 2024-04-12T16:06:26.742 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:26 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:26.742 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:26 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:26.742 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:26 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:26.742 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:26 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:26.742 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:26 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:26.742 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:26 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:26.742 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:26 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:26.743 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:26 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T16:06:26.743 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:26 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-12T16:06:26.743 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:26 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T16:06:26.743 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:26 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:26.784 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-04-12T16:06:26.785 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-04-12T16:06:26.785 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000196825 s, 2.6 MB/s 2024-04-12T16:06:26.786 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-12T16:06:26.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:26 smithi133 ceph-mon[31436]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi037=a;smithi040=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:06:26.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:26 smithi133 ceph-mon[31436]: Saving service mgr spec with placement smithi037=a;smithi040=b;count:2 2024-04-12T16:06:26.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:26 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:26.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:26 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:26.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:26 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:26.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:26 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:26.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:26 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:26.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:26 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:26.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:26 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:26.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:26 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T16:06:26.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:26 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-12T16:06:26.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:26 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T16:06:26.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:26 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:26.841 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_3 2024-04-12T16:06:26.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:26 smithi037 ceph-mon[29573]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi037=a;smithi040=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:06:26.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:26 smithi037 ceph-mon[29573]: Saving service mgr spec with placement smithi037=a;smithi040=b;count:2 2024-04-12T16:06:26.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:26 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:26.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:26 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:26.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:26 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:26.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:26 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:26.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:26 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:26.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:26 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:26.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:26 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:26.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:26 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T16:06:26.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:26 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-12T16:06:26.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:26 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T16:06:26.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:26 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:26.897 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-12T16:06:26.897 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T16:06:26.897 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-04-12T16:06:26.898 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T16:06:26.898 INFO:teuthology.orchestra.run.smithi037.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T16:06:26.898 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-04-12 16:06:08.039997880 +0000 2024-04-12T16:06:26.898 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-04-12 15:58:44.951832261 +0000 2024-04-12T16:06:26.898 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-04-12 15:58:44.951832261 +0000 2024-04-12T16:06:26.898 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: 2024-04-12 15:58:44.951832261 +0000 2024-04-12T16:06:26.898 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-12T16:06:26.963 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-04-12T16:06:26.963 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-04-12T16:06:26.963 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000192947 s, 2.7 MB/s 2024-04-12T16:06:26.964 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-12T16:06:27.019 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_4 2024-04-12T16:06:27.075 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-12T16:06:27.075 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T16:06:27.075 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-04-12T16:06:27.075 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T16:06:27.075 INFO:teuthology.orchestra.run.smithi037.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T16:06:27.075 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-04-12 16:06:08.039997880 +0000 2024-04-12T16:06:27.075 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-04-12 15:58:45.298827633 +0000 2024-04-12T16:06:27.075 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-04-12 15:58:45.298827633 +0000 2024-04-12T16:06:27.075 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: 2024-04-12 15:58:45.298827633 +0000 2024-04-12T16:06:27.076 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-12T16:06:27.143 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-04-12T16:06:27.143 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-04-12T16:06:27.143 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000188727 s, 2.7 MB/s 2024-04-12T16:06:27.144 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-12T16:06:27.198 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-12T16:06:27.199 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/scratch_devs of=/dev/stdout 2024-04-12T16:06:27.214 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-12T16:06:27.214 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_1 2024-04-12T16:06:27.268 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-12T16:06:27.268 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T16:06:27.268 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-04-12T16:06:27.269 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T16:06:27.269 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T16:06:27.269 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-04-12 16:06:20.669706068 +0000 2024-04-12T16:06:27.269 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-04-12 15:58:54.865459532 +0000 2024-04-12T16:06:27.269 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-04-12 15:58:54.865459532 +0000 2024-04-12T16:06:27.269 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: 2024-04-12 15:58:54.865459532 +0000 2024-04-12T16:06:27.269 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-12T16:06:27.335 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-04-12T16:06:27.336 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-04-12T16:06:27.336 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000255352 s, 2.0 MB/s 2024-04-12T16:06:27.337 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-12T16:06:27.394 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_2 2024-04-12T16:06:27.448 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-12T16:06:27.449 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T16:06:27.449 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-04-12T16:06:27.449 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T16:06:27.449 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T16:06:27.449 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-04-12 16:06:20.669706068 +0000 2024-04-12T16:06:27.449 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-04-12 15:58:55.209455167 +0000 2024-04-12T16:06:27.449 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-04-12 15:58:55.209455167 +0000 2024-04-12T16:06:27.449 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: 2024-04-12 15:58:55.209455167 +0000 2024-04-12T16:06:27.449 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-12T16:06:27.514 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-04-12T16:06:27.515 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-04-12T16:06:27.515 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000214867 s, 2.4 MB/s 2024-04-12T16:06:27.516 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-12T16:06:27.571 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_3 2024-04-12T16:06:27.626 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-12T16:06:27.626 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T16:06:27.626 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-04-12T16:06:27.627 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T16:06:27.627 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T16:06:27.627 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-04-12 16:06:20.669706068 +0000 2024-04-12T16:06:27.627 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-04-12 15:58:55.559450726 +0000 2024-04-12T16:06:27.627 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-04-12 15:58:55.559450726 +0000 2024-04-12T16:06:27.627 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: 2024-04-12 15:58:55.559450726 +0000 2024-04-12T16:06:27.627 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-12T16:06:27.771 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-04-12T16:06:27.771 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-04-12T16:06:27.771 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000240422 s, 2.1 MB/s 2024-04-12T16:06:27.772 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-12T16:06:27.787 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_4 2024-04-12T16:06:27.848 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-12T16:06:27.849 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T16:06:27.849 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-04-12T16:06:27.849 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T16:06:27.849 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T16:06:27.849 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-04-12 16:06:27.726615874 +0000 2024-04-12T16:06:27.849 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-04-12 15:58:55.901446387 +0000 2024-04-12T16:06:27.849 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-04-12 15:58:55.901446387 +0000 2024-04-12T16:06:27.849 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: 2024-04-12 15:58:55.901446387 +0000 2024-04-12T16:06:27.849 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-12T16:06:27.850 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:27 smithi037 ceph-mon[29573]: Deploying daemon mgr.b on smithi040 2024-04-12T16:06:27.850 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:27 smithi037 ceph-mon[29573]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:27.871 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:27 smithi040 ceph-mon[31330]: Deploying daemon mgr.b on smithi040 2024-04-12T16:06:27.871 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:27 smithi040 ceph-mon[31330]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:27.950 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-04-12T16:06:27.950 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-04-12T16:06:27.950 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000221439 s, 2.3 MB/s 2024-04-12T16:06:27.951 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-12T16:06:27.967 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-12T16:06:27.967 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/scratch_devs of=/dev/stdout 2024-04-12T16:06:27.983 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-12T16:06:27.984 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_1 2024-04-12T16:06:28.038 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-12T16:06:28.038 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T16:06:28.038 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-04-12T16:06:28.039 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T16:06:28.039 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T16:06:28.039 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-04-12 16:06:21.114210032 +0000 2024-04-12T16:06:28.039 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-04-12 15:58:44.256557554 +0000 2024-04-12T16:06:28.039 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-04-12 15:58:44.256557554 +0000 2024-04-12T16:06:28.039 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: 2024-04-12 15:58:44.256557554 +0000 2024-04-12T16:06:28.039 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-12T16:06:28.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:27 smithi133 ceph-mon[31436]: Deploying daemon mgr.b on smithi040 2024-04-12T16:06:28.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:27 smithi133 ceph-mon[31436]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:28.106 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-04-12T16:06:28.106 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-04-12T16:06:28.106 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000338087 s, 1.5 MB/s 2024-04-12T16:06:28.107 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-12T16:06:28.163 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_2 2024-04-12T16:06:28.167 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:27 smithi040 systemd[1]: Starting Ceph mgr.b for 292bfd24-f8e6-11ee-bc8d-c7b262605968... 2024-04-12T16:06:28.218 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-12T16:06:28.218 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T16:06:28.218 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-04-12T16:06:28.218 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T16:06:28.218 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T16:06:28.218 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-04-12 16:06:21.114210032 +0000 2024-04-12T16:06:28.218 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-04-12 15:58:44.612551142 +0000 2024-04-12T16:06:28.218 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-04-12 15:58:44.612551142 +0000 2024-04-12T16:06:28.218 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: 2024-04-12 15:58:44.612551142 +0000 2024-04-12T16:06:28.219 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-12T16:06:28.284 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-04-12T16:06:28.284 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-04-12T16:06:28.284 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000191315 s, 2.7 MB/s 2024-04-12T16:06:28.285 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-12T16:06:28.341 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_3 2024-04-12T16:06:28.395 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-12T16:06:28.395 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T16:06:28.395 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-04-12T16:06:28.396 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T16:06:28.396 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T16:06:28.396 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-04-12 16:06:21.114210032 +0000 2024-04-12T16:06:28.396 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-04-12 15:58:44.948545089 +0000 2024-04-12T16:06:28.396 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-04-12 15:58:44.948545089 +0000 2024-04-12T16:06:28.396 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: 2024-04-12 15:58:44.948545089 +0000 2024-04-12T16:06:28.396 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-12T16:06:28.419 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:28 smithi040 podman[32854]: 2024-04-12 16:06:28.169288701 +0000 UTC m=+0.104113015 container create a73f8e54edd45c41eb7ce98025af7c718a9e0a5ab2db894559c9f92d76eb8b7e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.build-date=20240409, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-04-12T16:06:28.419 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:28 smithi040 podman[32854]: 2024-04-12 16:06:28.082792836 +0000 UTC m=+0.017617162 image pull 92de118a8b8fd41458f442b377b2c0b3c43b8d07f06e0d9ed4acf64e9f818607 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528 2024-04-12T16:06:28.419 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:28 smithi040 podman[32854]: 2024-04-12 16:06:28.346540879 +0000 UTC m=+0.281365193 container init a73f8e54edd45c41eb7ce98025af7c718a9e0a5ab2db894559c9f92d76eb8b7e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240409, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-04-12T16:06:28.419 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:28 smithi040 podman[32854]: 2024-04-12 16:06:28.349128342 +0000 UTC m=+0.283952656 container start a73f8e54edd45c41eb7ce98025af7c718a9e0a5ab2db894559c9f92d76eb8b7e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240409, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561) 2024-04-12T16:06:28.419 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:28 smithi040 ceph-mgr[32873]: -- 172.21.15.40:0/3695677509 <== mon.2 v2:172.21.15.40:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5625f0a465a0 con 0x5625f0a1a800 2024-04-12T16:06:28.460 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-04-12T16:06:28.461 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-04-12T16:06:28.461 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000189618 s, 2.7 MB/s 2024-04-12T16:06:28.462 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-12T16:06:28.518 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_4 2024-04-12T16:06:28.573 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-12T16:06:28.573 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T16:06:28.573 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-04-12T16:06:28.573 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T16:06:28.573 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T16:06:28.573 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-04-12 16:06:21.114210032 +0000 2024-04-12T16:06:28.573 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-04-12 15:58:45.305538659 +0000 2024-04-12T16:06:28.573 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-04-12 15:58:45.305538659 +0000 2024-04-12T16:06:28.573 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: 2024-04-12 15:58:45.305538659 +0000 2024-04-12T16:06:28.574 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-12T16:06:28.639 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-04-12T16:06:28.639 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-04-12T16:06:28.639 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000243074 s, 2.1 MB/s 2024-04-12T16:06:28.641 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-12T16:06:28.696 INFO:tasks.cephadm:Deploying osd.0 on smithi037 with /dev/vg_nvme/lv_4... 2024-04-12T16:06:28.696 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-12T16:06:28.760 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:28 smithi040 bash[32854]: a73f8e54edd45c41eb7ce98025af7c718a9e0a5ab2db894559c9f92d76eb8b7e 2024-04-12T16:06:28.760 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:28 smithi040 systemd[1]: Started Ceph mgr.b for 292bfd24-f8e6-11ee-bc8d-c7b262605968. 2024-04-12T16:06:28.951 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:06:29.260 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:28 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b[32869]: 2024-04-12T16:06:28.913+0000 7f60b6d55200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-12T16:06:29.260 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:29 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b[32869]: 2024-04-12T16:06:29.008+0000 7f60b6d55200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-12T16:06:29.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:29 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:29.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:29 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:29.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:29 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:29.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:29 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:29.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:29 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:29.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:29 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:29.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:29 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:29.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:29 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:29.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:29 smithi037 ceph-mon[29573]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:06:29.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:29 smithi037 ceph-mon[29573]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:29.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:29 smithi037 ceph-mon[29573]: Reconfiguring mgr.a (unknown last config time)... 2024-04-12T16:06:29.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:29 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T16:06:29.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:29 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T16:06:29.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:29 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:29.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:29 smithi037 ceph-mon[29573]: Reconfiguring daemon mgr.a on smithi037 2024-04-12T16:06:29.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:29 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:29.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:29 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:29.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:29 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:29.698 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:29 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:29.698 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:29 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:29.698 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:29 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:29.698 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:29 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:29.698 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:29 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:29.698 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:29 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:29.698 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:29 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:29.698 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:29 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:29.698 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:29 smithi040 ceph-mon[31330]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:06:29.699 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:29 smithi040 ceph-mon[31330]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:29.699 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:29 smithi040 ceph-mon[31330]: Reconfiguring mgr.a (unknown last config time)... 2024-04-12T16:06:29.699 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:29 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T16:06:29.699 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:29 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T16:06:29.699 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:29 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:29.699 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:29 smithi040 ceph-mon[31330]: Reconfiguring daemon mgr.a on smithi037 2024-04-12T16:06:29.699 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:29 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:29.699 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:29 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:29.699 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:29 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:29.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:29 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:29.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:29 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:29.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:29 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:29.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:29 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:29.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:29 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:29.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:29 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:29.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:29 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:29.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:29 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:29.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:29 smithi133 ceph-mon[31436]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:06:29.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:29 smithi133 ceph-mon[31436]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:29.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:29 smithi133 ceph-mon[31436]: Reconfiguring mgr.a (unknown last config time)... 2024-04-12T16:06:29.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:29 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T16:06:29.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:29 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T16:06:29.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:29 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:29.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:29 smithi133 ceph-mon[31436]: Reconfiguring daemon mgr.a on smithi037 2024-04-12T16:06:29.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:29 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:29.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:29 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:29.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:29 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:29.956 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:29 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b[32869]: 2024-04-12T16:06:29.709+0000 7f60b6d55200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-12T16:06:29.956 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:29 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b[32869]: 2024-04-12T16:06:29.803+0000 7f60b6d55200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-12T16:06:29.956 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:29 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b[32869]: 2024-04-12T16:06:29.948+0000 7f60b6d55200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-12T16:06:30.260 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:30 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b[32869]: 2024-04-12T16:06:30.050+0000 7f60b6d55200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-12T16:06:30.260 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:30 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b[32869]: 2024-04-12T16:06:30.135+0000 7f60b6d55200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-12T16:06:30.611 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:30 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b[32869]: 2024-04-12T16:06:30.409+0000 7f60b6d55200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-12T16:06:30.611 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:30 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b[32869]: 2024-04-12T16:06:30.522+0000 7f60b6d55200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-12T16:06:30.611 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:30 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b[32869]: 2024-04-12T16:06:30.613+0000 7f60b6d55200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-12T16:06:30.847 INFO:teuthology.orchestra.run.smithi037.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-12T16:06:30.847 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-12T16:06:30.847 INFO:teuthology.orchestra.run.smithi037.stderr: stderr: 10+0 records in 2024-04-12T16:06:30.847 INFO:teuthology.orchestra.run.smithi037.stderr:10+0 records out 2024-04-12T16:06:30.847 INFO:teuthology.orchestra.run.smithi037.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0158672 s, 661 MB/s 2024-04-12T16:06:30.847 INFO:teuthology.orchestra.run.smithi037.stderr:--> Zapping successful for: 2024-04-12T16:06:30.903 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:30 smithi040 ceph-mon[31330]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:30.903 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:30 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b[32869]: 2024-04-12T16:06:30.711+0000 7f60b6d55200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-12T16:06:31.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:30 smithi037 ceph-mon[29573]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:31.238 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:30 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b[32869]: 2024-04-12T16:06:30.904+0000 7f60b6d55200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-12T16:06:31.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:30 smithi133 ceph-mon[31436]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:32.104 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph orch daemon add osd smithi037:vg_nvme/lv_4 2024-04-12T16:06:32.170 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:31 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b[32869]: 2024-04-12T16:06:31.988+0000 7f60b6d55200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-12T16:06:32.170 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:32 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b[32869]: 2024-04-12T16:06:32.124+0000 7f60b6d55200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-12T16:06:32.343 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:06:32.760 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:32 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b[32869]: 2024-04-12T16:06:32.465+0000 7f60b6d55200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-12T16:06:32.760 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:32 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b[32869]: 2024-04-12T16:06:32.559+0000 7f60b6d55200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-12T16:06:32.760 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:32 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b[32869]: 2024-04-12T16:06:32.761+0000 7f60b6d55200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-12T16:06:32.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:32.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:32.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:32.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:32.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:32.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:32.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:32 smithi040 ceph-mon[31330]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:06:32.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:32.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:32.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:32.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:32.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:32.762 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:32.762 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:32.762 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:32.806 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:32.806 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:32.807 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:32.807 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:32.807 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:32.807 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:32.807 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:32 smithi037 ceph-mon[29573]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:06:32.807 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:32.807 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:32.807 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:32.807 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:32.808 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:32.808 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:32.808 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:32.808 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:32.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:32.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:32.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:32.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:32.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:32.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:32.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:32 smithi133 ceph-mon[31436]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:06:32.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:32.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:32.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:32.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:32.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:32.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:32.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:32.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:33.010 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:32 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b[32869]: 2024-04-12T16:06:32.949+0000 7f60b6d55200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-12T16:06:33.497 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:33 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b[32869]: 2024-04-12T16:06:33.238+0000 7f60b6d55200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-12T16:06:33.497 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:33 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b[32869]: 2024-04-12T16:06:33.498+0000 7f60b6d55200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-12T16:06:33.760 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:33 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b[32869]: 2024-04-12T16:06:33.740+0000 7f60b6d55200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-12T16:06:33.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:33 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:33.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:33 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:33.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:33 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:33.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:33 smithi040 ceph-mon[31330]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:33.812 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:33 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:33.812 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:33 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:33.812 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:33 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:33.812 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:33 smithi037 ceph-mon[29573]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:33.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:33 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:33.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:33 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:33.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:33 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:33.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:33 smithi133 ceph-mon[31436]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:34.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:34 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:06:34.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:34 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:06:34.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:34 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:34.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:34 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:06:34.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:34 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:06:34.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:34 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:35.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:34 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:06:35.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:34 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:06:35.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:34 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:35.011 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:34 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b[32869]: 2024-04-12T16:06:34.567+0000 7f60b6d55200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-12T16:06:35.465 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:35 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b[32869]: 2024-04-12T16:06:35.147+0000 7f60b6d55200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-12T16:06:35.465 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:35 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b[32869]: 2024-04-12T16:06:35.246+0000 7f60b6d55200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-12T16:06:35.465 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:06:35 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b[32869]: 2024-04-12T16:06:35.467+0000 7f60b6d55200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-12T16:06:35.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:35 smithi040 ceph-mon[31330]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:06:35.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:35 smithi040 ceph-mon[31330]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:35.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:35 smithi040 ceph-mon[31330]: Standby manager daemon b started 2024-04-12T16:06:35.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:35 smithi040 ceph-mon[31330]: from='mgr.? 172.21.15.40:0/3923877090' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-12T16:06:35.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:35 smithi040 ceph-mon[31330]: from='mgr.? 172.21.15.40:0/3923877090' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T16:06:35.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:35 smithi040 ceph-mon[31330]: from='mgr.? 172.21.15.40:0/3923877090' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-12T16:06:35.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:35 smithi040 ceph-mon[31330]: from='mgr.? 172.21.15.40:0/3923877090' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T16:06:35.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:35 smithi133 ceph-mon[31436]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:06:35.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:35 smithi133 ceph-mon[31436]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:35.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:35 smithi133 ceph-mon[31436]: Standby manager daemon b started 2024-04-12T16:06:35.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:35 smithi133 ceph-mon[31436]: from='mgr.? 172.21.15.40:0/3923877090' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-12T16:06:35.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:35 smithi133 ceph-mon[31436]: from='mgr.? 172.21.15.40:0/3923877090' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T16:06:35.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:35 smithi133 ceph-mon[31436]: from='mgr.? 172.21.15.40:0/3923877090' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-12T16:06:35.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:35 smithi133 ceph-mon[31436]: from='mgr.? 172.21.15.40:0/3923877090' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T16:06:35.921 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:35 smithi037 ceph-mon[29573]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:06:35.921 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:35 smithi037 ceph-mon[29573]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:35.921 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:35 smithi037 ceph-mon[29573]: Standby manager daemon b started 2024-04-12T16:06:35.921 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:35 smithi037 ceph-mon[29573]: from='mgr.? 172.21.15.40:0/3923877090' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-12T16:06:35.921 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:35 smithi037 ceph-mon[29573]: from='mgr.? 172.21.15.40:0/3923877090' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T16:06:35.921 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:35 smithi037 ceph-mon[29573]: from='mgr.? 172.21.15.40:0/3923877090' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-12T16:06:35.921 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:35 smithi037 ceph-mon[29573]: from='mgr.? 172.21.15.40:0/3923877090' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T16:06:36.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:36 smithi037 ceph-mon[29573]: mgrmap e14: a(active, since 78s), standbys: b 2024-04-12T16:06:36.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:36 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-12T16:06:37.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:36 smithi040 ceph-mon[31330]: mgrmap e14: a(active, since 78s), standbys: b 2024-04-12T16:06:37.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:36 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-12T16:06:37.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:36 smithi133 ceph-mon[31436]: mgrmap e14: a(active, since 78s), standbys: b 2024-04-12T16:06:37.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:36 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-12T16:06:37.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:37 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/2662222890' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "24a4bd96-f568-42f4-9878-a1feaecae278"}]: dispatch 2024-04-12T16:06:37.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:37 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/2662222890' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "24a4bd96-f568-42f4-9878-a1feaecae278"}]': finished 2024-04-12T16:06:37.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:37 smithi037 ceph-mon[29573]: osdmap e5: 1 total, 0 up, 1 in 2024-04-12T16:06:37.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:37 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:06:37.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:37 smithi037 ceph-mon[29573]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:37.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:37 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/2200582759' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:06:38.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:37 smithi040 ceph-mon[31330]: from='client.? 172.21.15.37:0/2662222890' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "24a4bd96-f568-42f4-9878-a1feaecae278"}]: dispatch 2024-04-12T16:06:38.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:37 smithi040 ceph-mon[31330]: from='client.? 172.21.15.37:0/2662222890' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "24a4bd96-f568-42f4-9878-a1feaecae278"}]': finished 2024-04-12T16:06:38.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:37 smithi040 ceph-mon[31330]: osdmap e5: 1 total, 0 up, 1 in 2024-04-12T16:06:38.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:37 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:06:38.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:37 smithi040 ceph-mon[31330]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:38.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:37 smithi040 ceph-mon[31330]: from='client.? 172.21.15.37:0/2200582759' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:06:38.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:37 smithi133 ceph-mon[31436]: from='client.? 172.21.15.37:0/2662222890' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "24a4bd96-f568-42f4-9878-a1feaecae278"}]: dispatch 2024-04-12T16:06:38.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:37 smithi133 ceph-mon[31436]: from='client.? 172.21.15.37:0/2662222890' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "24a4bd96-f568-42f4-9878-a1feaecae278"}]': finished 2024-04-12T16:06:38.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:37 smithi133 ceph-mon[31436]: osdmap e5: 1 total, 0 up, 1 in 2024-04-12T16:06:38.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:37 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:06:38.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:37 smithi133 ceph-mon[31436]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:38.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:37 smithi133 ceph-mon[31436]: from='client.? 172.21.15.37:0/2200582759' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:06:39.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:38 smithi037 ceph-mon[29573]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:39.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:38 smithi040 ceph-mon[31330]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:39.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:38 smithi133 ceph-mon[31436]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:41.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:40 smithi133 ceph-mon[31436]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:41.140 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:40 smithi037 ceph-mon[29573]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:41.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:40 smithi040 ceph-mon[31330]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:42.029 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:41 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:42.030 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:41 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:42.030 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:41 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:42.231 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:41 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:42.231 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:41 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:42.231 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:41 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:42.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:41 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:42.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:41 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:42.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:41 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:43.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:42 smithi040 ceph-mon[31330]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:43.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:42 smithi133 ceph-mon[31436]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:43.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:42 smithi037 ceph-mon[29573]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:44.045 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:43 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-12T16:06:44.045 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:43 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:44.045 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:43 smithi037 ceph-mon[29573]: Deploying daemon osd.0 on smithi037 2024-04-12T16:06:44.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:43 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-12T16:06:44.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:43 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:44.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:43 smithi040 ceph-mon[31330]: Deploying daemon osd.0 on smithi037 2024-04-12T16:06:44.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:43 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-12T16:06:44.334 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:43 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:44.334 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:43 smithi133 ceph-mon[31436]: Deploying daemon osd.0 on smithi037 2024-04-12T16:06:45.084 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:44 smithi037 ceph-mon[29573]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:45.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:44 smithi040 ceph-mon[31330]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:45.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:44 smithi133 ceph-mon[31436]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:47.103 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:46 smithi037 ceph-mon[29573]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:47.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:46 smithi040 ceph-mon[31330]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:47.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:46 smithi133 ceph-mon[31436]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:50.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:49 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:50.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:49 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:50.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:49 smithi040 ceph-mon[31330]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:50.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:49 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:50.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:49 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:50.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:49 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:50.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:49 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:50.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:49 smithi040 ceph-mon[31330]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:50.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:49 smithi040 ceph-mon[31330]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:50.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:49 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:50.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:49 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-12T16:06:50.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:49 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:50.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:49 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:50.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:49 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:50.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:49 smithi133 ceph-mon[31436]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:50.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:49 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:50.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:49 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:50.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:49 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:50.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:49 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:50.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:49 smithi133 ceph-mon[31436]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:50.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:49 smithi133 ceph-mon[31436]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:50.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:49 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:50.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:49 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-12T16:06:50.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:49 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:50.086 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:49 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:50.087 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:49 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:50.087 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:49 smithi037 ceph-mon[29573]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:50.087 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:49 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:50.087 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:49 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:50.087 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:49 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:50.087 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:49 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:50.087 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:49 smithi037 ceph-mon[29573]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:50.087 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:49 smithi037 ceph-mon[29573]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:50.087 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:49 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:50.087 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:49 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-12T16:06:50.087 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:49 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:50.905 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:50 smithi040 ceph-mon[31330]: Reconfiguring osd.0 (unknown last config time)... 2024-04-12T16:06:50.905 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:50 smithi040 ceph-mon[31330]: Reconfiguring daemon osd.0 on smithi037 2024-04-12T16:06:50.905 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:50 smithi040 ceph-mon[31330]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T16:06:50.905 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:50 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:50.906 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:50 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:51.075 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:50 smithi037 ceph-mon[29573]: Reconfiguring osd.0 (unknown last config time)... 2024-04-12T16:06:51.075 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:50 smithi037 ceph-mon[29573]: Reconfiguring daemon osd.0 on smithi037 2024-04-12T16:06:51.075 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:50 smithi037 ceph-mon[29573]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T16:06:51.075 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:50 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:51.075 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:50 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:51.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:50 smithi133 ceph-mon[31436]: Reconfiguring osd.0 (unknown last config time)... 2024-04-12T16:06:51.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:50 smithi133 ceph-mon[31436]: Reconfiguring daemon osd.0 on smithi037 2024-04-12T16:06:51.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:50 smithi133 ceph-mon[31436]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T16:06:51.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:50 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:51.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:50 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:51.879 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:51 smithi040 ceph-mon[31330]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:51.879 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:51.879 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:51.879 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:51.879 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:51.879 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:51.880 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:51.880 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:51.880 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:51.880 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:51.963 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:51 smithi037 ceph-mon[29573]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:51.963 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:51.964 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:51.964 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:51.964 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:51.964 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:51.964 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:51.964 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:51.964 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:51.964 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:52.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:51 smithi133 ceph-mon[31436]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:52.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:51 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:52.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:51 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:52.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:51 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:52.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:51 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:52.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:51 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:52.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:51 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:52.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:51 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:52.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:51 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:52.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:51 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:52.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:52 smithi037 ceph-mon[29573]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:52.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:52 smithi037 ceph-mon[29573]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-12T16:06:52.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:52 smithi037 ceph-mon[29573]: Cluster is now healthy 2024-04-12T16:06:52.949 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:52 smithi040 ceph-mon[31330]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:52.949 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:52 smithi040 ceph-mon[31330]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-12T16:06:52.949 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:52 smithi040 ceph-mon[31330]: Cluster is now healthy 2024-04-12T16:06:53.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:52 smithi133 ceph-mon[31436]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:53.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:52 smithi133 ceph-mon[31436]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-12T16:06:53.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:52 smithi133 ceph-mon[31436]: Cluster is now healthy 2024-04-12T16:06:53.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:53 smithi037 ceph-mon[29573]: from='osd.0 [v2:172.21.15.37:6802/959789793,v1:172.21.15.37:6803/959789793]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-12T16:06:54.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:53 smithi040 ceph-mon[31330]: from='osd.0 [v2:172.21.15.37:6802/959789793,v1:172.21.15.37:6803/959789793]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-12T16:06:54.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:53 smithi133 ceph-mon[31436]: from='osd.0 [v2:172.21.15.37:6802/959789793,v1:172.21.15.37:6803/959789793]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-12T16:06:54.770 INFO:teuthology.orchestra.run.smithi037.stdout:Created osd(s) 0 on host 'smithi037' 2024-04-12T16:06:54.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:54 smithi037 ceph-mon[29573]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:54.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:54 smithi037 ceph-mon[29573]: from='osd.0 [v2:172.21.15.37:6802/959789793,v1:172.21.15.37:6803/959789793]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-12T16:06:54.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:54 smithi037 ceph-mon[29573]: osdmap e6: 1 total, 0 up, 1 in 2024-04-12T16:06:54.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:54 smithi037 ceph-mon[29573]: from='osd.0 [v2:172.21.15.37:6802/959789793,v1:172.21.15.37:6803/959789793]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-04-12T16:06:54.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:54 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:06:55.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:54 smithi040 ceph-mon[31330]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:55.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:54 smithi040 ceph-mon[31330]: from='osd.0 [v2:172.21.15.37:6802/959789793,v1:172.21.15.37:6803/959789793]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-12T16:06:55.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:54 smithi040 ceph-mon[31330]: osdmap e6: 1 total, 0 up, 1 in 2024-04-12T16:06:55.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:54 smithi040 ceph-mon[31330]: from='osd.0 [v2:172.21.15.37:6802/959789793,v1:172.21.15.37:6803/959789793]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-04-12T16:06:55.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:54 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:06:55.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:54 smithi133 ceph-mon[31436]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:55.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:54 smithi133 ceph-mon[31436]: from='osd.0 [v2:172.21.15.37:6802/959789793,v1:172.21.15.37:6803/959789793]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-12T16:06:55.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:54 smithi133 ceph-mon[31436]: osdmap e6: 1 total, 0 up, 1 in 2024-04-12T16:06:55.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:54 smithi133 ceph-mon[31436]: from='osd.0 [v2:172.21.15.37:6802/959789793,v1:172.21.15.37:6803/959789793]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-04-12T16:06:55.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:54 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:06:55.437 DEBUG:teuthology.orchestra.run.smithi037:osd.0> sudo journalctl -f -n 0 -u ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@osd.0.service 2024-04-12T16:06:55.439 INFO:tasks.cephadm:Deploying osd.1 on smithi037 with /dev/vg_nvme/lv_3... 2024-04-12T16:06:55.439 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-12T16:06:55.717 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:06:55.984 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:55 smithi133 ceph-mon[31436]: from='osd.0 [v2:172.21.15.37:6802/959789793,v1:172.21.15.37:6803/959789793]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-04-12T16:06:55.984 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:55 smithi133 ceph-mon[31436]: osdmap e7: 1 total, 0 up, 1 in 2024-04-12T16:06:55.984 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:55 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:06:55.984 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:55 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:06:55.984 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:55 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:55.984 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:55 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:55.984 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:55 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:55.984 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:55 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:06:55.985 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:55 smithi133 ceph-mon[31436]: Adjusting osd_memory_target on smithi037 to 16069M 2024-04-12T16:06:55.985 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:55 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:55.985 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:55 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:55.985 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:55 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:55.985 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:55 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:56.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:55 smithi040 ceph-mon[31330]: from='osd.0 [v2:172.21.15.37:6802/959789793,v1:172.21.15.37:6803/959789793]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-04-12T16:06:56.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:55 smithi040 ceph-mon[31330]: osdmap e7: 1 total, 0 up, 1 in 2024-04-12T16:06:56.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:55 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:06:56.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:55 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:06:56.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:55 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:56.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:55 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:56.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:55 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:56.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:55 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:06:56.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:55 smithi040 ceph-mon[31330]: Adjusting osd_memory_target on smithi037 to 16069M 2024-04-12T16:06:56.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:55 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:56.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:55 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:56.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:55 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:56.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:55 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:56.019 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:55 smithi037 ceph-mon[29573]: from='osd.0 [v2:172.21.15.37:6802/959789793,v1:172.21.15.37:6803/959789793]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-04-12T16:06:56.019 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:55 smithi037 ceph-mon[29573]: osdmap e7: 1 total, 0 up, 1 in 2024-04-12T16:06:56.019 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:55 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:06:56.019 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:55 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:06:56.019 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:55 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:56.019 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:55 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:06:56.019 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:55 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:56.019 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:55 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:06:56.019 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:55 smithi037 ceph-mon[29573]: Adjusting osd_memory_target on smithi037 to 16069M 2024-04-12T16:06:56.019 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:55 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:56.019 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:55 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:06:56.019 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:55 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:06:56.019 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:55 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:06:57.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:56 smithi040 ceph-mon[31330]: purged_snaps scrub starts 2024-04-12T16:06:57.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:56 smithi040 ceph-mon[31330]: purged_snaps scrub ok 2024-04-12T16:06:57.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:56 smithi040 ceph-mon[31330]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:57.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:56 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:06:57.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:56 smithi040 ceph-mon[31330]: osd.0 [v2:172.21.15.37:6802/959789793,v1:172.21.15.37:6803/959789793] boot 2024-04-12T16:06:57.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:56 smithi040 ceph-mon[31330]: osdmap e8: 1 total, 1 up, 1 in 2024-04-12T16:06:57.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:56 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:06:57.031 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:56 smithi037 ceph-mon[29573]: purged_snaps scrub starts 2024-04-12T16:06:57.031 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:56 smithi037 ceph-mon[29573]: purged_snaps scrub ok 2024-04-12T16:06:57.031 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:56 smithi037 ceph-mon[29573]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:57.031 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:56 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:06:57.031 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:56 smithi037 ceph-mon[29573]: osd.0 [v2:172.21.15.37:6802/959789793,v1:172.21.15.37:6803/959789793] boot 2024-04-12T16:06:57.031 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:56 smithi037 ceph-mon[29573]: osdmap e8: 1 total, 1 up, 1 in 2024-04-12T16:06:57.032 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:56 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:06:57.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:56 smithi133 ceph-mon[31436]: purged_snaps scrub starts 2024-04-12T16:06:57.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:56 smithi133 ceph-mon[31436]: purged_snaps scrub ok 2024-04-12T16:06:57.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:56 smithi133 ceph-mon[31436]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:06:57.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:56 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:06:57.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:56 smithi133 ceph-mon[31436]: osd.0 [v2:172.21.15.37:6802/959789793,v1:172.21.15.37:6803/959789793] boot 2024-04-12T16:06:57.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:56 smithi133 ceph-mon[31436]: osdmap e8: 1 total, 1 up, 1 in 2024-04-12T16:06:57.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:56 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:06:57.707 INFO:teuthology.orchestra.run.smithi037.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-12T16:06:57.708 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-12T16:06:57.708 INFO:teuthology.orchestra.run.smithi037.stderr: stderr: 10+0 records in 2024-04-12T16:06:57.708 INFO:teuthology.orchestra.run.smithi037.stderr:10+0 records out 2024-04-12T16:06:57.708 INFO:teuthology.orchestra.run.smithi037.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0122067 s, 859 MB/s 2024-04-12T16:06:57.708 INFO:teuthology.orchestra.run.smithi037.stderr:--> Zapping successful for: 2024-04-12T16:06:58.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:57 smithi040 ceph-mon[31330]: osdmap e9: 1 total, 1 up, 1 in 2024-04-12T16:06:58.011 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:57 smithi037 ceph-mon[29573]: osdmap e9: 1 total, 1 up, 1 in 2024-04-12T16:06:58.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:57 smithi133 ceph-mon[31436]: osdmap e9: 1 total, 1 up, 1 in 2024-04-12T16:06:58.329 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph orch daemon add osd smithi037:vg_nvme/lv_3 2024-04-12T16:06:58.580 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:06:59.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:06:58 smithi040 ceph-mon[31330]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:06:59.023 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:06:58 smithi037 ceph-mon[29573]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:06:59.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:06:58 smithi133 ceph-mon[31436]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:01.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:00 smithi040 ceph-mon[31330]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:01.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:00 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:07:01.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:00 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:07:01.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:00 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:01.043 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:00 smithi037 ceph-mon[29573]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:01.044 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:00 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:07:01.044 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:00 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:07:01.044 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:00 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:01.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:00 smithi133 ceph-mon[31436]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:01.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:00 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:07:01.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:00 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:07:01.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:00 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:01.820 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:01 smithi037 ceph-mon[29573]: from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:07:01.820 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:01 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:01.820 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:01 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:01.820 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:01 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:02.026 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:01 smithi133 ceph-mon[31436]: from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:07:02.026 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:01 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:02.026 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:01 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:02.026 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:01 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:02.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:01 smithi040 ceph-mon[31330]: from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:07:02.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:01 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:02.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:01 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:02.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:01 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:03.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:02 smithi133 ceph-mon[31436]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:03.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:02 smithi037 ceph-mon[29573]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:03.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:02 smithi040 ceph-mon[31330]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:04.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:03 smithi133 ceph-mon[31436]: from='client.? 172.21.15.37:0/4094292668' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "df669a4b-32ef-4d4b-a1fd-f2fe38ef911e"}]: dispatch 2024-04-12T16:07:04.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:03 smithi133 ceph-mon[31436]: from='client.? 172.21.15.37:0/4094292668' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "df669a4b-32ef-4d4b-a1fd-f2fe38ef911e"}]': finished 2024-04-12T16:07:04.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:03 smithi133 ceph-mon[31436]: osdmap e10: 2 total, 1 up, 2 in 2024-04-12T16:07:04.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:03 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:07:04.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:03 smithi133 ceph-mon[31436]: from='client.? 172.21.15.37:0/4182733894' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:07:04.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:03 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/4094292668' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "df669a4b-32ef-4d4b-a1fd-f2fe38ef911e"}]: dispatch 2024-04-12T16:07:04.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:03 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/4094292668' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "df669a4b-32ef-4d4b-a1fd-f2fe38ef911e"}]': finished 2024-04-12T16:07:04.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:03 smithi037 ceph-mon[29573]: osdmap e10: 2 total, 1 up, 2 in 2024-04-12T16:07:04.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:03 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:07:04.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:03 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/4182733894' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:07:04.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:03 smithi040 ceph-mon[31330]: from='client.? 172.21.15.37:0/4094292668' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "df669a4b-32ef-4d4b-a1fd-f2fe38ef911e"}]: dispatch 2024-04-12T16:07:04.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:03 smithi040 ceph-mon[31330]: from='client.? 172.21.15.37:0/4094292668' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "df669a4b-32ef-4d4b-a1fd-f2fe38ef911e"}]': finished 2024-04-12T16:07:04.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:03 smithi040 ceph-mon[31330]: osdmap e10: 2 total, 1 up, 2 in 2024-04-12T16:07:04.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:03 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:07:04.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:03 smithi040 ceph-mon[31330]: from='client.? 172.21.15.37:0/4182733894' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:07:05.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:04 smithi133 ceph-mon[31436]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:05.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:04 smithi037 ceph-mon[29573]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:05.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:04 smithi040 ceph-mon[31330]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:07.074 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:06 smithi037 ceph-mon[29573]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:07.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:06 smithi133 ceph-mon[31436]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:07.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:06 smithi040 ceph-mon[31330]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:09.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:08 smithi133 ceph-mon[31436]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:09.156 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:08 smithi037 ceph-mon[29573]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:09.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:08 smithi040 ceph-mon[31330]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:10.175 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:10.175 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:10.175 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:09 smithi037 ceph-mon[29573]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:10.175 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:09 smithi037 ceph-mon[29573]: Detected new or changed devices on smithi037 2024-04-12T16:07:10.175 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:10.175 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:07:10.175 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:10.175 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:07:10.175 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:09 smithi037 ceph-mon[29573]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:10.175 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:09 smithi037 ceph-mon[29573]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:10.176 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:10.257 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:10.257 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:10.257 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:09 smithi040 ceph-mon[31330]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:10.257 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:09 smithi040 ceph-mon[31330]: Detected new or changed devices on smithi037 2024-04-12T16:07:10.257 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:10.257 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:07:10.257 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:10.257 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:07:10.257 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:09 smithi040 ceph-mon[31330]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:10.257 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:09 smithi040 ceph-mon[31330]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:10.257 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:10.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:10.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:10.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:09 smithi133 ceph-mon[31436]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:10.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:09 smithi133 ceph-mon[31436]: Detected new or changed devices on smithi037 2024-04-12T16:07:10.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:10.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:07:10.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:10.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:07:10.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:09 smithi133 ceph-mon[31436]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:10.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:09 smithi133 ceph-mon[31436]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:10.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:11.102 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:10 smithi037 ceph-mon[29573]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T16:07:11.102 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:10 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-12T16:07:11.102 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:10 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:11.102 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:10 smithi037 ceph-mon[29573]: Deploying daemon osd.1 on smithi037 2024-04-12T16:07:11.169 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:10 smithi040 ceph-mon[31330]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T16:07:11.169 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:10 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-12T16:07:11.169 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:10 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:11.169 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:10 smithi040 ceph-mon[31330]: Deploying daemon osd.1 on smithi037 2024-04-12T16:07:11.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:10 smithi133 ceph-mon[31436]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T16:07:11.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:10 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-12T16:07:11.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:10 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:11.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:10 smithi133 ceph-mon[31436]: Deploying daemon osd.1 on smithi037 2024-04-12T16:07:12.607 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:12 smithi037 ceph-mon[29573]: pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:12.607 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:12 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:12.607 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:12 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:12.607 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:12 smithi037 ceph-mon[29573]: pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:12.607 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:12 smithi037 ceph-mon[29573]: pgmap v64: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:12.607 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:12 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:12.607 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:12 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:12.607 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:12 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:12.607 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:12 smithi037 ceph-mon[29573]: pgmap v65: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:12.608 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:12 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:12.608 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:12 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:07:12.608 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:12 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:12.608 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:12 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:07:12.608 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:12 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:12.608 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:12 smithi037 ceph-mon[29573]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-12T16:07:12.608 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:12 smithi037 ceph-mon[29573]: Cluster is now healthy 2024-04-12T16:07:12.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:12 smithi040 ceph-mon[31330]: pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:12.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:12 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:12.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:12 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:12.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:12 smithi040 ceph-mon[31330]: pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:12.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:12 smithi040 ceph-mon[31330]: pgmap v64: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:12.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:12 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:12.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:12 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:12.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:12 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:12.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:12 smithi040 ceph-mon[31330]: pgmap v65: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:12.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:12 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:12.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:12 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:07:12.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:12 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:12.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:12 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:07:12.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:12 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:12.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:12 smithi040 ceph-mon[31330]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-12T16:07:12.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:12 smithi040 ceph-mon[31330]: Cluster is now healthy 2024-04-12T16:07:12.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:12 smithi133 ceph-mon[31436]: pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:12.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:12 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:12.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:12 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:12.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:12 smithi133 ceph-mon[31436]: pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:12.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:12 smithi133 ceph-mon[31436]: pgmap v64: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:12.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:12 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:12.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:12 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:12.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:12 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:12.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:12 smithi133 ceph-mon[31436]: pgmap v65: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:12.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:12 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:12.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:12 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:07:12.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:12 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:12.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:12 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:07:12.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:12 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:12.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:12 smithi133 ceph-mon[31436]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-12T16:07:12.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:12 smithi133 ceph-mon[31436]: Cluster is now healthy 2024-04-12T16:07:14.845 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:14 smithi037 ceph-mon[29573]: pgmap v66: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:15.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:14 smithi040 ceph-mon[31330]: pgmap v66: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:15.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:14 smithi133 ceph-mon[31436]: pgmap v66: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:16.930 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:16 smithi037 ceph-mon[29573]: pgmap v67: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:17.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:16 smithi040 ceph-mon[31330]: pgmap v67: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:17.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:16 smithi133 ceph-mon[31436]: pgmap v67: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:18.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:18 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:18.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:18 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:18.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:18 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:07:18.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:18 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:18.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:18 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:07:18.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:18 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:18.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:18 smithi037 ceph-mon[29573]: pgmap v68: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:18.582 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:18 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:18.582 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:18 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:18.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:18 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:07:18.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:18 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:18.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:18 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:07:18.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:18 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:18.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:18 smithi133 ceph-mon[31436]: pgmap v68: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:18.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:18 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:18.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:18 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:18.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:18 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:07:18.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:18 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:18.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:18 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:07:18.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:18 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:18.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:18 smithi040 ceph-mon[31330]: pgmap v68: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:20.376 INFO:teuthology.orchestra.run.smithi037.stdout:Created osd(s) 1 on host 'smithi037' 2024-04-12T16:07:20.977 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:20 smithi133 ceph-mon[31436]: pgmap v69: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:20.977 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:20 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:20.977 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:20 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:20.977 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:20 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:07:20.977 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:20 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:07:20.977 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:20 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:07:20.977 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:20 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:20.977 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:20 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:20.978 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:20 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:07:20.978 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:20 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:20.978 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:20 smithi133 ceph-mon[31436]: from='osd.1 [v2:172.21.15.37:6810/2942643174,v1:172.21.15.37:6811/2942643174]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-12T16:07:20.984 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:20 smithi037 ceph-mon[29573]: pgmap v69: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:20.984 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:20 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:20.984 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:20 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:20.984 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:20 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:07:20.985 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:20 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:07:20.985 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:20 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:07:20.985 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:20 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:20.985 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:20 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:20.985 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:20 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:07:20.986 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:20 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:20.986 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:20 smithi037 ceph-mon[29573]: from='osd.1 [v2:172.21.15.37:6810/2942643174,v1:172.21.15.37:6811/2942643174]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-12T16:07:21.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:20 smithi040 ceph-mon[31330]: pgmap v69: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:21.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:20 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:21.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:20 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:21.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:20 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:07:21.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:20 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:07:21.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:20 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:07:21.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:20 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:21.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:20 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:21.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:20 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:07:21.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:20 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:21.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:20 smithi040 ceph-mon[31330]: from='osd.1 [v2:172.21.15.37:6810/2942643174,v1:172.21.15.37:6811/2942643174]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-12T16:07:21.015 DEBUG:teuthology.orchestra.run.smithi037:osd.1> sudo journalctl -f -n 0 -u ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@osd.1.service 2024-04-12T16:07:21.019 INFO:tasks.cephadm:Deploying osd.2 on smithi040 with /dev/vg_nvme/lv_4... 2024-04-12T16:07:21.019 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-12T16:07:21.273 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.b/config 2024-04-12T16:07:21.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:21 smithi133 ceph-mon[31436]: Adjusting osd_memory_target on smithi037 to 8034M 2024-04-12T16:07:21.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:21 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:21.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:21 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:21.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:21 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:21.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:21 smithi133 ceph-mon[31436]: from='osd.1 [v2:172.21.15.37:6810/2942643174,v1:172.21.15.37:6811/2942643174]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-12T16:07:21.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:21 smithi133 ceph-mon[31436]: osdmap e11: 2 total, 1 up, 2 in 2024-04-12T16:07:21.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:21 smithi133 ceph-mon[31436]: from='osd.1 [v2:172.21.15.37:6810/2942643174,v1:172.21.15.37:6811/2942643174]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-04-12T16:07:21.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:21 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:07:22.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:21 smithi040 ceph-mon[31330]: Adjusting osd_memory_target on smithi037 to 8034M 2024-04-12T16:07:22.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:21 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:22.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:21 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:22.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:21 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:22.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:21 smithi040 ceph-mon[31330]: from='osd.1 [v2:172.21.15.37:6810/2942643174,v1:172.21.15.37:6811/2942643174]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-12T16:07:22.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:21 smithi040 ceph-mon[31330]: osdmap e11: 2 total, 1 up, 2 in 2024-04-12T16:07:22.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:21 smithi040 ceph-mon[31330]: from='osd.1 [v2:172.21.15.37:6810/2942643174,v1:172.21.15.37:6811/2942643174]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-04-12T16:07:22.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:21 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:07:22.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:21 smithi037 ceph-mon[29573]: Adjusting osd_memory_target on smithi037 to 8034M 2024-04-12T16:07:22.271 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:21 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:22.272 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:21 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:22.272 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:21 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:22.272 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:21 smithi037 ceph-mon[29573]: from='osd.1 [v2:172.21.15.37:6810/2942643174,v1:172.21.15.37:6811/2942643174]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-12T16:07:22.272 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:21 smithi037 ceph-mon[29573]: osdmap e11: 2 total, 1 up, 2 in 2024-04-12T16:07:22.272 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:21 smithi037 ceph-mon[29573]: from='osd.1 [v2:172.21.15.37:6810/2942643174,v1:172.21.15.37:6811/2942643174]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-04-12T16:07:22.272 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:21 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:07:22.678 INFO:journalctl@ceph.osd.1.smithi037.stdout:Apr 12 16:07:22 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-1[44059]: 2024-04-12T16:07:22.418+0000 7f959200f700 -1 osd.1 0 waiting for initial osdmap 2024-04-12T16:07:22.679 INFO:journalctl@ceph.osd.1.smithi037.stdout:Apr 12 16:07:22 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-1[44059]: 2024-04-12T16:07:22.422+0000 7f958de02700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-12T16:07:23.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:22 smithi040 ceph-mon[31330]: pgmap v71: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:23.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:22 smithi040 ceph-mon[31330]: from='osd.1 [v2:172.21.15.37:6810/2942643174,v1:172.21.15.37:6811/2942643174]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-04-12T16:07:23.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:22 smithi040 ceph-mon[31330]: osdmap e12: 2 total, 1 up, 2 in 2024-04-12T16:07:23.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:22 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:07:23.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:22 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:07:23.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:22 smithi133 ceph-mon[31436]: pgmap v71: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:23.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:22 smithi133 ceph-mon[31436]: from='osd.1 [v2:172.21.15.37:6810/2942643174,v1:172.21.15.37:6811/2942643174]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-04-12T16:07:23.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:22 smithi133 ceph-mon[31436]: osdmap e12: 2 total, 1 up, 2 in 2024-04-12T16:07:23.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:22 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:07:23.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:22 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:07:23.137 INFO:teuthology.orchestra.run.smithi040.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-12T16:07:23.137 INFO:teuthology.orchestra.run.smithi040.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-12T16:07:23.137 INFO:teuthology.orchestra.run.smithi040.stderr: stderr: 10+0 records in 2024-04-12T16:07:23.137 INFO:teuthology.orchestra.run.smithi040.stderr:10+0 records out 2024-04-12T16:07:23.138 INFO:teuthology.orchestra.run.smithi040.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0125326 s, 837 MB/s 2024-04-12T16:07:23.138 INFO:teuthology.orchestra.run.smithi040.stderr: stderr: 2024-04-12T16:07:23.138 INFO:teuthology.orchestra.run.smithi040.stderr:--> Zapping successful for: 2024-04-12T16:07:23.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:22 smithi037 ceph-mon[29573]: pgmap v71: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:23.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:22 smithi037 ceph-mon[29573]: from='osd.1 [v2:172.21.15.37:6810/2942643174,v1:172.21.15.37:6811/2942643174]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-04-12T16:07:23.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:22 smithi037 ceph-mon[29573]: osdmap e12: 2 total, 1 up, 2 in 2024-04-12T16:07:23.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:22 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:07:23.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:22 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:07:23.744 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph orch daemon add osd smithi040:vg_nvme/lv_4 2024-04-12T16:07:23.987 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.b/config 2024-04-12T16:07:24.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:23 smithi040 ceph-mon[31330]: purged_snaps scrub starts 2024-04-12T16:07:24.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:23 smithi040 ceph-mon[31330]: purged_snaps scrub ok 2024-04-12T16:07:24.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:23 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:07:24.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:23 smithi040 ceph-mon[31330]: osd.1 [v2:172.21.15.37:6810/2942643174,v1:172.21.15.37:6811/2942643174] boot 2024-04-12T16:07:24.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:23 smithi040 ceph-mon[31330]: osdmap e13: 2 total, 2 up, 2 in 2024-04-12T16:07:24.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:23 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:07:24.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:23 smithi133 ceph-mon[31436]: purged_snaps scrub starts 2024-04-12T16:07:24.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:23 smithi133 ceph-mon[31436]: purged_snaps scrub ok 2024-04-12T16:07:24.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:23 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:07:24.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:23 smithi133 ceph-mon[31436]: osd.1 [v2:172.21.15.37:6810/2942643174,v1:172.21.15.37:6811/2942643174] boot 2024-04-12T16:07:24.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:23 smithi133 ceph-mon[31436]: osdmap e13: 2 total, 2 up, 2 in 2024-04-12T16:07:24.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:23 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:07:24.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:23 smithi037 ceph-mon[29573]: purged_snaps scrub starts 2024-04-12T16:07:24.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:23 smithi037 ceph-mon[29573]: purged_snaps scrub ok 2024-04-12T16:07:24.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:23 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:07:24.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:23 smithi037 ceph-mon[29573]: osd.1 [v2:172.21.15.37:6810/2942643174,v1:172.21.15.37:6811/2942643174] boot 2024-04-12T16:07:24.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:23 smithi037 ceph-mon[29573]: osdmap e13: 2 total, 2 up, 2 in 2024-04-12T16:07:24.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:23 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:07:25.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:24 smithi040 ceph-mon[31330]: pgmap v74: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:25.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:24 smithi040 ceph-mon[31330]: osdmap e14: 2 total, 2 up, 2 in 2024-04-12T16:07:25.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:24 smithi133 ceph-mon[31436]: pgmap v74: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:25.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:24 smithi133 ceph-mon[31436]: osdmap e14: 2 total, 2 up, 2 in 2024-04-12T16:07:25.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:24 smithi037 ceph-mon[29573]: pgmap v74: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:07:25.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:24 smithi037 ceph-mon[29573]: osdmap e14: 2 total, 2 up, 2 in 2024-04-12T16:07:25.984 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:25 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:07:25.984 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:25 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:07:25.984 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:25 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:26.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:25 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:07:26.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:25 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:07:26.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:25 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:26.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:25 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:07:26.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:25 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:07:26.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:25 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:27.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:26 smithi040 ceph-mon[31330]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:27.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:26 smithi040 ceph-mon[31330]: from='client.24155 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:07:27.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:26 smithi133 ceph-mon[31436]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:27.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:26 smithi133 ceph-mon[31436]: from='client.24155 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:07:27.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:26 smithi037 ceph-mon[29573]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:27.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:26 smithi037 ceph-mon[29573]: from='client.24155 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:07:29.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:28 smithi040 ceph-mon[31330]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:29.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:28 smithi040 ceph-mon[31330]: from='client.? 172.21.15.40:0/3037074788' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7985c67f-7e7e-4b89-80c9-4578e4c3a44a"}]: dispatch 2024-04-12T16:07:29.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:28 smithi040 ceph-mon[31330]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7985c67f-7e7e-4b89-80c9-4578e4c3a44a"}]: dispatch 2024-04-12T16:07:29.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:28 smithi040 ceph-mon[31330]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7985c67f-7e7e-4b89-80c9-4578e4c3a44a"}]': finished 2024-04-12T16:07:29.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:28 smithi040 ceph-mon[31330]: osdmap e15: 3 total, 2 up, 3 in 2024-04-12T16:07:29.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:28 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:07:29.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:28 smithi133 ceph-mon[31436]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:29.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:28 smithi133 ceph-mon[31436]: from='client.? 172.21.15.40:0/3037074788' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7985c67f-7e7e-4b89-80c9-4578e4c3a44a"}]: dispatch 2024-04-12T16:07:29.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:28 smithi133 ceph-mon[31436]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7985c67f-7e7e-4b89-80c9-4578e4c3a44a"}]: dispatch 2024-04-12T16:07:29.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:28 smithi133 ceph-mon[31436]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7985c67f-7e7e-4b89-80c9-4578e4c3a44a"}]': finished 2024-04-12T16:07:29.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:28 smithi133 ceph-mon[31436]: osdmap e15: 3 total, 2 up, 3 in 2024-04-12T16:07:29.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:28 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:07:29.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:28 smithi037 ceph-mon[29573]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:29.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:28 smithi037 ceph-mon[29573]: from='client.? 172.21.15.40:0/3037074788' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7985c67f-7e7e-4b89-80c9-4578e4c3a44a"}]: dispatch 2024-04-12T16:07:29.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:28 smithi037 ceph-mon[29573]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7985c67f-7e7e-4b89-80c9-4578e4c3a44a"}]: dispatch 2024-04-12T16:07:29.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:28 smithi037 ceph-mon[29573]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7985c67f-7e7e-4b89-80c9-4578e4c3a44a"}]': finished 2024-04-12T16:07:29.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:28 smithi037 ceph-mon[29573]: osdmap e15: 3 total, 2 up, 3 in 2024-04-12T16:07:29.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:28 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:07:29.912 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:29 smithi037 ceph-mon[29573]: from='client.? 172.21.15.40:0/1917129241' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:07:30.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:29 smithi040 ceph-mon[31330]: from='client.? 172.21.15.40:0/1917129241' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:07:30.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:29 smithi133 ceph-mon[31436]: from='client.? 172.21.15.40:0/1917129241' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:07:30.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:30 smithi037 ceph-mon[29573]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:31.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:30 smithi040 ceph-mon[31330]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:31.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:30 smithi133 ceph-mon[31436]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:32.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:32.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:32.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:32.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:32 smithi133 ceph-mon[31436]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:32.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:32.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:32.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:32 smithi133 ceph-mon[31436]: Detected new or changed devices on smithi037 2024-04-12T16:07:32.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:32.847 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:32.847 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:32.847 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:32.847 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:32 smithi040 ceph-mon[31330]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:32.847 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:32.847 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:32.848 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:32 smithi040 ceph-mon[31330]: Detected new or changed devices on smithi037 2024-04-12T16:07:32.848 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:32.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:32.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:32.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:32.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:32 smithi037 ceph-mon[29573]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:32.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:32.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:32.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:32 smithi037 ceph-mon[29573]: Detected new or changed devices on smithi037 2024-04-12T16:07:32.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:34.952 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:34 smithi040 ceph-mon[31330]: pgmap v81: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:35.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:34 smithi133 ceph-mon[31436]: pgmap v81: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:35.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:34 smithi037 ceph-mon[29573]: pgmap v81: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:36.980 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:36 smithi037 ceph-mon[29573]: pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:36.981 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:36 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-12T16:07:36.981 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:36 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:36.987 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:36 smithi040 ceph-mon[31330]: pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:36.987 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:36 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-12T16:07:36.987 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:36 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:37.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:36 smithi133 ceph-mon[31436]: pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:37.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:36 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-12T16:07:37.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:36 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:37.974 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:37 smithi040 ceph-mon[31330]: Deploying daemon osd.2 on smithi040 2024-04-12T16:07:37.999 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:37 smithi037 ceph-mon[29573]: Deploying daemon osd.2 on smithi040 2024-04-12T16:07:38.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:37 smithi133 ceph-mon[31436]: Deploying daemon osd.2 on smithi040 2024-04-12T16:07:39.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:38 smithi040 ceph-mon[31330]: pgmap v83: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:39.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:38 smithi133 ceph-mon[31436]: pgmap v83: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:39.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:38 smithi037 ceph-mon[29573]: pgmap v83: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:41.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:40 smithi040 ceph-mon[31330]: pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:41.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:40 smithi133 ceph-mon[31436]: pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:41.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:40 smithi037 ceph-mon[29573]: pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:42.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:42 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:42.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:42 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:42.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:42 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:07:42.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:42 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:42.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:42 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:07:42.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:42 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:42.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:42 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:42.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:42 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:42.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:42 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:42.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:42 smithi133 ceph-mon[31436]: pgmap v85: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:42.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:42 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:42.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:42 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:42.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:42 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:07:42.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:42 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:42.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:42 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:07:42.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:42 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:42.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:42 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:42.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:42 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:42.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:42 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:42.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:42 smithi040 ceph-mon[31330]: pgmap v85: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:42.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:42.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:42.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:07:42.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:42.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:07:42.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:42.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:42.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:42.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:42.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:42 smithi037 ceph-mon[29573]: pgmap v85: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:44.334 INFO:teuthology.orchestra.run.smithi040.stdout:Created osd(s) 2 on host 'smithi040' 2024-04-12T16:07:44.916 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:44 smithi040 ceph-mon[31330]: pgmap v86: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:44.916 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:44 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:44.916 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:44 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:44.916 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:44 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:07:44.916 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:44 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:07:44.916 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:44 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:44.916 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:44 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:44.916 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:44 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:07:44.916 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:44 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:44.916 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:44 smithi040 ceph-mon[31330]: from='osd.2 [v2:172.21.15.40:6800/2456539565,v1:172.21.15.40:6801/2456539565]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T16:07:44.916 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:44 smithi040 ceph-mon[31330]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T16:07:44.942 DEBUG:teuthology.orchestra.run.smithi040:osd.2> sudo journalctl -f -n 0 -u ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@osd.2.service 2024-04-12T16:07:44.945 INFO:tasks.cephadm:Deploying osd.3 on smithi040 with /dev/vg_nvme/lv_3... 2024-04-12T16:07:44.945 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-12T16:07:45.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:44 smithi133 ceph-mon[31436]: pgmap v86: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:45.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:44 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:45.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:44 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:45.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:44 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:07:45.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:44 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:07:45.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:44 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:45.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:44 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:45.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:44 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:07:45.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:44 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:45.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:44 smithi133 ceph-mon[31436]: from='osd.2 [v2:172.21.15.40:6800/2456539565,v1:172.21.15.40:6801/2456539565]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T16:07:45.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:44 smithi133 ceph-mon[31436]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T16:07:45.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:44 smithi037 ceph-mon[29573]: pgmap v86: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:45.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:44 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:45.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:44 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:45.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:44 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:07:45.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:44 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:07:45.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:44 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:45.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:44 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:45.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:44 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:07:45.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:44 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:45.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:44 smithi037 ceph-mon[29573]: from='osd.2 [v2:172.21.15.40:6800/2456539565,v1:172.21.15.40:6801/2456539565]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T16:07:45.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:44 smithi037 ceph-mon[29573]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T16:07:45.221 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.b/config 2024-04-12T16:07:46.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:45 smithi040 ceph-mon[31330]: Adjusting osd_memory_target on smithi040 to 16069M 2024-04-12T16:07:46.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:45 smithi040 ceph-mon[31330]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-12T16:07:46.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:45 smithi040 ceph-mon[31330]: osdmap e16: 3 total, 2 up, 3 in 2024-04-12T16:07:46.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:45 smithi040 ceph-mon[31330]: from='osd.2 [v2:172.21.15.40:6800/2456539565,v1:172.21.15.40:6801/2456539565]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-12T16:07:46.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:45 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:07:46.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:45 smithi040 ceph-mon[31330]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-12T16:07:46.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:45 smithi133 ceph-mon[31436]: Adjusting osd_memory_target on smithi040 to 16069M 2024-04-12T16:07:46.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:45 smithi133 ceph-mon[31436]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-12T16:07:46.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:45 smithi133 ceph-mon[31436]: osdmap e16: 3 total, 2 up, 3 in 2024-04-12T16:07:46.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:45 smithi133 ceph-mon[31436]: from='osd.2 [v2:172.21.15.40:6800/2456539565,v1:172.21.15.40:6801/2456539565]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-12T16:07:46.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:45 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:07:46.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:45 smithi133 ceph-mon[31436]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-12T16:07:46.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:45 smithi037 ceph-mon[29573]: Adjusting osd_memory_target on smithi040 to 16069M 2024-04-12T16:07:46.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:45 smithi037 ceph-mon[29573]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-12T16:07:46.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:45 smithi037 ceph-mon[29573]: osdmap e16: 3 total, 2 up, 3 in 2024-04-12T16:07:46.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:45 smithi037 ceph-mon[29573]: from='osd.2 [v2:172.21.15.40:6800/2456539565,v1:172.21.15.40:6801/2456539565]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-12T16:07:46.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:45 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:07:46.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:45 smithi037 ceph-mon[29573]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-12T16:07:46.425 INFO:journalctl@ceph.osd.2.smithi040.stdout:Apr 12 16:07:46 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-2[36473]: 2024-04-12T16:07:46.325+0000 7fdceaad5700 -1 osd.2 0 waiting for initial osdmap 2024-04-12T16:07:46.425 INFO:journalctl@ceph.osd.2.smithi040.stdout:Apr 12 16:07:46 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-2[36473]: 2024-04-12T16:07:46.328+0000 7fdce68c8700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-12T16:07:47.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:46 smithi040 ceph-mon[31330]: pgmap v88: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:47.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:46 smithi040 ceph-mon[31330]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-04-12T16:07:47.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:46 smithi040 ceph-mon[31330]: osdmap e17: 3 total, 2 up, 3 in 2024-04-12T16:07:47.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:46 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:07:47.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:46 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:07:47.079 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:46 smithi037 ceph-mon[29573]: pgmap v88: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:47.079 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:46 smithi037 ceph-mon[29573]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-04-12T16:07:47.080 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:46 smithi037 ceph-mon[29573]: osdmap e17: 3 total, 2 up, 3 in 2024-04-12T16:07:47.080 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:46 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:07:47.080 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:46 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:07:47.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:46 smithi133 ceph-mon[31436]: pgmap v88: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:07:47.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:46 smithi133 ceph-mon[31436]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-04-12T16:07:47.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:46 smithi133 ceph-mon[31436]: osdmap e17: 3 total, 2 up, 3 in 2024-04-12T16:07:47.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:46 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:07:47.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:46 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:07:47.256 INFO:teuthology.orchestra.run.smithi040.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-12T16:07:47.256 INFO:teuthology.orchestra.run.smithi040.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-12T16:07:47.257 INFO:teuthology.orchestra.run.smithi040.stderr: stderr: 10+0 records in 2024-04-12T16:07:47.257 INFO:teuthology.orchestra.run.smithi040.stderr:10+0 records out 2024-04-12T16:07:47.257 INFO:teuthology.orchestra.run.smithi040.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0132545 s, 791 MB/s 2024-04-12T16:07:47.257 INFO:teuthology.orchestra.run.smithi040.stderr:--> Zapping successful for: 2024-04-12T16:07:47.809 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph orch daemon add osd smithi040:vg_nvme/lv_3 2024-04-12T16:07:48.050 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.b/config 2024-04-12T16:07:48.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:48 smithi037 ceph-mon[29573]: purged_snaps scrub starts 2024-04-12T16:07:48.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:48 smithi037 ceph-mon[29573]: purged_snaps scrub ok 2024-04-12T16:07:48.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:48 smithi037 ceph-mon[29573]: osd.2 [v2:172.21.15.40:6800/2456539565,v1:172.21.15.40:6801/2456539565] boot 2024-04-12T16:07:48.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:48 smithi037 ceph-mon[29573]: osdmap e18: 3 total, 3 up, 3 in 2024-04-12T16:07:48.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:48 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:07:48.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:48 smithi037 ceph-mon[29573]: pgmap v91: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:07:48.434 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:48 smithi040 ceph-mon[31330]: purged_snaps scrub starts 2024-04-12T16:07:48.434 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:48 smithi040 ceph-mon[31330]: purged_snaps scrub ok 2024-04-12T16:07:48.434 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:48 smithi040 ceph-mon[31330]: osd.2 [v2:172.21.15.40:6800/2456539565,v1:172.21.15.40:6801/2456539565] boot 2024-04-12T16:07:48.434 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:48 smithi040 ceph-mon[31330]: osdmap e18: 3 total, 3 up, 3 in 2024-04-12T16:07:48.434 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:48 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:07:48.434 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:48 smithi040 ceph-mon[31330]: pgmap v91: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:07:48.582 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:48 smithi133 ceph-mon[31436]: purged_snaps scrub starts 2024-04-12T16:07:48.582 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:48 smithi133 ceph-mon[31436]: purged_snaps scrub ok 2024-04-12T16:07:48.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:48 smithi133 ceph-mon[31436]: osd.2 [v2:172.21.15.40:6800/2456539565,v1:172.21.15.40:6801/2456539565] boot 2024-04-12T16:07:48.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:48 smithi133 ceph-mon[31436]: osdmap e18: 3 total, 3 up, 3 in 2024-04-12T16:07:48.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:48 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:07:48.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:48 smithi133 ceph-mon[31436]: pgmap v91: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:07:49.424 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:49 smithi040 ceph-mon[31330]: osdmap e19: 3 total, 3 up, 3 in 2024-04-12T16:07:49.424 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:49 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' 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-12T16:07:49.425 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:49 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:49.425 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:49 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:49.425 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:49 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:49.568 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:49 smithi037 ceph-mon[29573]: osdmap e19: 3 total, 3 up, 3 in 2024-04-12T16:07:49.568 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:49 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' 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-12T16:07:49.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:49 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:49.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:49 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:49.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:49 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:49.582 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:49 smithi133 ceph-mon[31436]: osdmap e19: 3 total, 3 up, 3 in 2024-04-12T16:07:49.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:49 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' 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-12T16:07:49.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:49 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:49.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:49 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:49.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:49 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:50.582 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:50 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' 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-12T16:07:50.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:50 smithi133 ceph-mon[31436]: osdmap e20: 3 total, 3 up, 3 in 2024-04-12T16:07:50.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:50 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T16:07:50.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:50 smithi133 ceph-mon[31436]: pgmap v94: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:07:50.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:50 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:07:50.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:50 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:07:50.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:50 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:50.585 INFO:journalctl@ceph.osd.1.smithi037.stdout:Apr 12 16:07:50 smithi037 sudo[45492]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-12T16:07:50.585 INFO:journalctl@ceph.osd.1.smithi037.stdout:Apr 12 16:07:50 smithi037 sudo[45492]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-12T16:07:50.585 INFO:journalctl@ceph.osd.1.smithi037.stdout:Apr 12 16:07:50 smithi037 sudo[45492]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-12T16:07:50.585 INFO:journalctl@ceph.osd.1.smithi037.stdout:Apr 12 16:07:50 smithi037 sudo[45492]: pam_unix(sudo:session): session closed for user root 2024-04-12T16:07:50.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:50 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' 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-12T16:07:50.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:50 smithi037 ceph-mon[29573]: osdmap e20: 3 total, 3 up, 3 in 2024-04-12T16:07:50.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:50 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T16:07:50.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:50 smithi037 ceph-mon[29573]: pgmap v94: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:07:50.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:50 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:07:50.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:50 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:07:50.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:50 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:50.586 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 12 16:07:50 smithi037 sudo[45485]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-12T16:07:50.587 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 12 16:07:50 smithi037 sudo[45485]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-12T16:07:50.587 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 12 16:07:50 smithi037 sudo[45485]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-12T16:07:50.587 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 12 16:07:50 smithi037 sudo[45485]: pam_unix(sudo:session): session closed for user root 2024-04-12T16:07:50.587 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 12 16:07:50 smithi037 sudo[45489]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-12T16:07:50.587 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 12 16:07:50 smithi037 sudo[45489]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-12T16:07:50.587 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 12 16:07:50 smithi037 sudo[45489]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-12T16:07:50.587 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 12 16:07:50 smithi037 sudo[45489]: pam_unix(sudo:session): session closed for user root 2024-04-12T16:07:50.607 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:50 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' 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-12T16:07:50.608 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:50 smithi040 ceph-mon[31330]: osdmap e20: 3 total, 3 up, 3 in 2024-04-12T16:07:50.608 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:50 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T16:07:50.608 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:50 smithi040 ceph-mon[31330]: pgmap v94: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:07:50.608 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:50 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:07:50.608 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:50 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:07:50.608 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:50 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:07:50.889 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:50 smithi040 sudo[37922]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-12T16:07:50.889 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:50 smithi040 sudo[37922]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-12T16:07:50.889 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:50 smithi040 sudo[37922]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-12T16:07:50.889 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:50 smithi040 sudo[37922]: pam_unix(sudo:session): session closed for user root 2024-04-12T16:07:50.889 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:50 smithi040 sudo[37947]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-12T16:07:50.889 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:50 smithi040 sudo[37947]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-12T16:07:50.889 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:50 smithi040 sudo[37947]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-12T16:07:50.889 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:50 smithi040 sudo[37947]: pam_unix(sudo:session): session closed for user root 2024-04-12T16:07:50.890 INFO:journalctl@ceph.osd.2.smithi040.stdout:Apr 12 16:07:50 smithi040 sudo[37893]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-12T16:07:50.890 INFO:journalctl@ceph.osd.2.smithi040.stdout:Apr 12 16:07:50 smithi040 sudo[37893]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-12T16:07:50.890 INFO:journalctl@ceph.osd.2.smithi040.stdout:Apr 12 16:07:50 smithi040 sudo[37893]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-12T16:07:50.890 INFO:journalctl@ceph.osd.2.smithi040.stdout:Apr 12 16:07:50 smithi040 sudo[37893]: pam_unix(sudo:session): session closed for user root 2024-04-12T16:07:50.890 INFO:journalctl@ceph.osd.2.smithi040.stdout:Apr 12 16:07:50 smithi040 sudo[37896]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-12T16:07:50.890 INFO:journalctl@ceph.osd.2.smithi040.stdout:Apr 12 16:07:50 smithi040 sudo[37896]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-12T16:07:50.890 INFO:journalctl@ceph.osd.2.smithi040.stdout:Apr 12 16:07:50 smithi040 sudo[37896]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-12T16:07:50.890 INFO:journalctl@ceph.osd.2.smithi040.stdout:Apr 12 16:07:50 smithi040 sudo[37896]: pam_unix(sudo:session): session closed for user root 2024-04-12T16:07:50.928 INFO:journalctl@ceph.osd.1.smithi037.stdout:Apr 12 16:07:50 smithi037 sudo[45495]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-12T16:07:50.929 INFO:journalctl@ceph.osd.1.smithi037.stdout:Apr 12 16:07:50 smithi037 sudo[45495]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-12T16:07:50.929 INFO:journalctl@ceph.osd.1.smithi037.stdout:Apr 12 16:07:50 smithi037 sudo[45495]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-12T16:07:50.929 INFO:journalctl@ceph.osd.1.smithi037.stdout:Apr 12 16:07:50 smithi037 sudo[45495]: pam_unix(sudo:session): session closed for user root 2024-04-12T16:07:50.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:50 smithi037 sudo[45498]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-12T16:07:50.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:50 smithi037 sudo[45498]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-12T16:07:50.930 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:50 smithi037 sudo[45498]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-12T16:07:50.930 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:50 smithi037 sudo[45498]: pam_unix(sudo:session): session closed for user root 2024-04-12T16:07:50.930 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:50 smithi037 sudo[45501]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-12T16:07:50.930 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:50 smithi037 sudo[45501]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-12T16:07:50.930 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:50 smithi037 sudo[45501]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-12T16:07:50.930 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:50 smithi037 sudo[45501]: pam_unix(sudo:session): session closed for user root 2024-04-12T16:07:51.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:50 smithi133 sudo[34453]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-12T16:07:51.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:50 smithi133 sudo[34453]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-12T16:07:51.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:50 smithi133 sudo[34453]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-12T16:07:51.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:50 smithi133 sudo[34453]: pam_unix(sudo:session): session closed for user root 2024-04-12T16:07:51.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:50 smithi133 sudo[34456]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-12T16:07:51.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:50 smithi133 sudo[34456]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-12T16:07:51.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:50 smithi133 sudo[34456]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-12T16:07:51.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:50 smithi133 sudo[34456]: pam_unix(sudo:session): session closed for user root 2024-04-12T16:07:51.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:51 smithi040 ceph-mon[31330]: from='client.24182 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:07:51.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:51 smithi040 ceph-mon[31330]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-12T16:07:51.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-12T16:07:51.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:51 smithi040 ceph-mon[31330]: osdmap e21: 3 total, 3 up, 3 in 2024-04-12T16:07:51.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:51.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:51.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:51 smithi040 ceph-mon[31330]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T16:07:51.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:51 smithi040 ceph-mon[31330]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T16:07:51.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:07:51.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:07:51.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:07:51.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:51 smithi040 ceph-mon[31330]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T16:07:51.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:07:51.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:07:51.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:07:51.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:51 smithi040 ceph-mon[31330]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T16:07:51.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:51.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:51 smithi040 ceph-mon[31330]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T16:07:51.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:07:51.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:07:51.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:07:51.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:51 smithi040 ceph-mon[31330]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T16:07:51.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:51.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:51.512 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:51.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:51 smithi037 ceph-mon[29573]: from='client.24182 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:07:51.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:51 smithi037 ceph-mon[29573]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-12T16:07:51.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-12T16:07:51.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:51 smithi037 ceph-mon[29573]: osdmap e21: 3 total, 3 up, 3 in 2024-04-12T16:07:51.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:51.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:51.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:51 smithi037 ceph-mon[29573]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T16:07:51.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:51 smithi037 ceph-mon[29573]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T16:07:51.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:07:51.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:07:51.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:07:51.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:51 smithi037 ceph-mon[29573]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T16:07:51.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:07:51.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:07:51.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:07:51.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:51 smithi037 ceph-mon[29573]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T16:07:51.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:51.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:51 smithi037 ceph-mon[29573]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T16:07:51.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:07:51.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:07:51.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:07:51.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:51 smithi037 ceph-mon[29573]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T16:07:51.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:51.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:51.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:51.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:51 smithi133 ceph-mon[31436]: from='client.24182 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:07:51.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:51 smithi133 ceph-mon[31436]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-12T16:07:51.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:51 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-12T16:07:51.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:51 smithi133 ceph-mon[31436]: osdmap e21: 3 total, 3 up, 3 in 2024-04-12T16:07:51.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:51 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:51.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:51 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:51.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:51 smithi133 ceph-mon[31436]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T16:07:51.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:51 smithi133 ceph-mon[31436]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T16:07:51.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:51 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:07:51.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:51 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:07:51.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:51 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:07:51.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:51 smithi133 ceph-mon[31436]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T16:07:51.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:51 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:07:51.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:51 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:07:51.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:51 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:07:51.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:51 smithi133 ceph-mon[31436]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T16:07:51.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:51 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:51.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:51 smithi133 ceph-mon[31436]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T16:07:51.834 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:51 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:07:51.835 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:51 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:07:51.835 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:51 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:07:51.835 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:51 smithi133 ceph-mon[31436]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T16:07:51.835 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:51 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:51.835 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:51 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:51.835 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:51 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:07:52.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:52 smithi037 ceph-mon[29573]: Detected new or changed devices on smithi040 2024-04-12T16:07:52.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:52 smithi037 ceph-mon[29573]: osdmap e22: 3 total, 3 up, 3 in 2024-04-12T16:07:52.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:52 smithi037 ceph-mon[29573]: pgmap v97: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:07:52.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:52 smithi037 ceph-mon[29573]: mgrmap e15: a(active, since 2m), standbys: b 2024-04-12T16:07:52.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:52 smithi040 ceph-mon[31330]: Detected new or changed devices on smithi040 2024-04-12T16:07:52.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:52 smithi040 ceph-mon[31330]: osdmap e22: 3 total, 3 up, 3 in 2024-04-12T16:07:52.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:52 smithi040 ceph-mon[31330]: pgmap v97: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:07:52.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:52 smithi040 ceph-mon[31330]: mgrmap e15: a(active, since 2m), standbys: b 2024-04-12T16:07:52.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:52 smithi133 ceph-mon[31436]: Detected new or changed devices on smithi040 2024-04-12T16:07:52.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:52 smithi133 ceph-mon[31436]: osdmap e22: 3 total, 3 up, 3 in 2024-04-12T16:07:52.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:52 smithi133 ceph-mon[31436]: pgmap v97: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:07:52.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:52 smithi133 ceph-mon[31436]: mgrmap e15: a(active, since 2m), standbys: b 2024-04-12T16:07:53.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:53 smithi037 ceph-mon[29573]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-12T16:07:53.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:53 smithi037 ceph-mon[29573]: Cluster is now healthy 2024-04-12T16:07:53.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:53 smithi037 ceph-mon[29573]: from='client.? 172.21.15.40:0/2092660463' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26d63826-2fea-47f9-8c2b-64423af34047"}]: dispatch 2024-04-12T16:07:53.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:53 smithi037 ceph-mon[29573]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26d63826-2fea-47f9-8c2b-64423af34047"}]: dispatch 2024-04-12T16:07:53.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:53 smithi037 ceph-mon[29573]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26d63826-2fea-47f9-8c2b-64423af34047"}]': finished 2024-04-12T16:07:53.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:53 smithi037 ceph-mon[29573]: osdmap e23: 4 total, 3 up, 4 in 2024-04-12T16:07:53.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:53 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T16:07:53.679 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:53 smithi040 ceph-mon[31330]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-12T16:07:53.679 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:53 smithi040 ceph-mon[31330]: Cluster is now healthy 2024-04-12T16:07:53.679 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:53 smithi040 ceph-mon[31330]: from='client.? 172.21.15.40:0/2092660463' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26d63826-2fea-47f9-8c2b-64423af34047"}]: dispatch 2024-04-12T16:07:53.679 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:53 smithi040 ceph-mon[31330]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26d63826-2fea-47f9-8c2b-64423af34047"}]: dispatch 2024-04-12T16:07:53.680 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:53 smithi040 ceph-mon[31330]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26d63826-2fea-47f9-8c2b-64423af34047"}]': finished 2024-04-12T16:07:53.680 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:53 smithi040 ceph-mon[31330]: osdmap e23: 4 total, 3 up, 4 in 2024-04-12T16:07:53.680 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:53 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T16:07:53.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:53 smithi133 ceph-mon[31436]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-12T16:07:53.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:53 smithi133 ceph-mon[31436]: Cluster is now healthy 2024-04-12T16:07:53.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:53 smithi133 ceph-mon[31436]: from='client.? 172.21.15.40:0/2092660463' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26d63826-2fea-47f9-8c2b-64423af34047"}]: dispatch 2024-04-12T16:07:53.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:53 smithi133 ceph-mon[31436]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26d63826-2fea-47f9-8c2b-64423af34047"}]: dispatch 2024-04-12T16:07:53.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:53 smithi133 ceph-mon[31436]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26d63826-2fea-47f9-8c2b-64423af34047"}]': finished 2024-04-12T16:07:53.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:53 smithi133 ceph-mon[31436]: osdmap e23: 4 total, 3 up, 4 in 2024-04-12T16:07:53.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:53 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T16:07:54.601 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:54 smithi133 ceph-mon[31436]: from='client.? 172.21.15.40:0/425804581' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:07:54.601 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:54 smithi133 ceph-mon[31436]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:07:54.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:54 smithi037 ceph-mon[29573]: from='client.? 172.21.15.40:0/425804581' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:07:54.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:54 smithi037 ceph-mon[29573]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:07:54.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:54 smithi040 ceph-mon[31330]: from='client.? 172.21.15.40:0/425804581' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:07:54.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:54 smithi040 ceph-mon[31330]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:07:57.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:56 smithi040 ceph-mon[31330]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:07:57.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:56 smithi133 ceph-mon[31436]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:07:57.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:56 smithi037 ceph-mon[29573]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:07:58.972 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:07:58 smithi040 ceph-mon[31330]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:07:59.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:07:58 smithi133 ceph-mon[31436]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:07:59.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:07:58 smithi037 ceph-mon[29573]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:08:00.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:00 smithi037 ceph-mon[29573]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:08:00.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:00 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-12T16:08:00.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:00 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:00.948 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:00 smithi040 ceph-mon[31330]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:08:00.948 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:00 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-12T16:08:00.948 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:00 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:01.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:00 smithi133 ceph-mon[31436]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:08:01.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:00 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-12T16:08:01.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:00 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:01.756 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:01 smithi133 ceph-mon[31436]: Deploying daemon osd.3 on smithi040 2024-04-12T16:08:01.757 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:01 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:01.757 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:01 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:01.757 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:01 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:01.971 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:01 smithi040 ceph-mon[31330]: Deploying daemon osd.3 on smithi040 2024-04-12T16:08:01.971 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:01 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:01.971 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:01 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:01.971 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:01 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:02.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:01 smithi037 ceph-mon[29573]: Deploying daemon osd.3 on smithi040 2024-04-12T16:08:02.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:01 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:02.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:01 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:02.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:01 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:02.926 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:02 smithi040 ceph-mon[31330]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:08:03.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:02 smithi133 ceph-mon[31436]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:08:03.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:02 smithi037 ceph-mon[29573]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:08:04.949 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:04 smithi040 ceph-mon[31330]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:08:05.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:04 smithi133 ceph-mon[31436]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:08:05.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:04 smithi037 ceph-mon[29573]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:08:06.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:06 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:06.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:06 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:06.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:06 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:06.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:06 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:06.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:06 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:06.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:06 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:06.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:06 smithi133 ceph-mon[31436]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:08:06.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:06 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:06.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:06 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:06.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:06 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:06.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:06 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:06.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:06 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:06.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:06 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:06.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:06 smithi037 ceph-mon[29573]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:08:07.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:06 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:07.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:06 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:07.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:06 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:07.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:06 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:07.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:06 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:07.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:06 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:07.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:06 smithi040 ceph-mon[31330]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:08:08.522 INFO:teuthology.orchestra.run.smithi040.stdout:Created osd(s) 3 on host 'smithi040' 2024-04-12T16:08:08.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:08 smithi037 ceph-mon[29573]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:08:08.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:08 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:08.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:08 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:08.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:08 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:08.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:08 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:08:08.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:08 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:08:08.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:08 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:08.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:08 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:08.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:08 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:08.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:08 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:08.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:08 smithi037 ceph-mon[29573]: from='osd.3 [v2:172.21.15.40:6808/3117863045,v1:172.21.15.40:6809/3117863045]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-12T16:08:08.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:08 smithi037 ceph-mon[29573]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-12T16:08:09.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:08 smithi040 ceph-mon[31330]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:08:09.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:08 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:09.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:08 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:09.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:08 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:09.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:08 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:08:09.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:08 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:08:09.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:08 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:09.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:08 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:09.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:08 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:09.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:08 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:09.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:08 smithi040 ceph-mon[31330]: from='osd.3 [v2:172.21.15.40:6808/3117863045,v1:172.21.15.40:6809/3117863045]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-12T16:08:09.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:08 smithi040 ceph-mon[31330]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-12T16:08:09.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:08 smithi133 ceph-mon[31436]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:08:09.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:08 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:09.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:08 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:09.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:08 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:09.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:08 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:08:09.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:08 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:08:09.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:08 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:09.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:08 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:09.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:08 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:09.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:08 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:09.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:08 smithi133 ceph-mon[31436]: from='osd.3 [v2:172.21.15.40:6808/3117863045,v1:172.21.15.40:6809/3117863045]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-12T16:08:09.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:08 smithi133 ceph-mon[31436]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-12T16:08:09.137 DEBUG:teuthology.orchestra.run.smithi040:osd.3> sudo journalctl -f -n 0 -u ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@osd.3.service 2024-04-12T16:08:09.139 INFO:tasks.cephadm:Deploying osd.4 on smithi133 with /dev/vg_nvme/lv_4... 2024-04-12T16:08:09.140 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-12T16:08:09.387 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.c/config 2024-04-12T16:08:09.796 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:09 smithi133 ceph-mon[31436]: Adjusting osd_memory_target on smithi040 to 8034M 2024-04-12T16:08:09.796 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:09.796 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:09.796 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:09.797 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:09 smithi133 ceph-mon[31436]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-12T16:08:09.797 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:09 smithi133 ceph-mon[31436]: osdmap e24: 4 total, 3 up, 4 in 2024-04-12T16:08:09.797 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:09 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T16:08:09.797 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:09 smithi133 ceph-mon[31436]: from='osd.3 [v2:172.21.15.40:6808/3117863045,v1:172.21.15.40:6809/3117863045]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-12T16:08:09.797 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:09 smithi133 ceph-mon[31436]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-12T16:08:09.819 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:09 smithi037 ceph-mon[29573]: Adjusting osd_memory_target on smithi040 to 8034M 2024-04-12T16:08:09.819 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:09.819 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:09.819 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:09.819 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:09 smithi037 ceph-mon[29573]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-12T16:08:09.819 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:09 smithi037 ceph-mon[29573]: osdmap e24: 4 total, 3 up, 4 in 2024-04-12T16:08:09.819 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T16:08:09.819 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:09 smithi037 ceph-mon[29573]: from='osd.3 [v2:172.21.15.40:6808/3117863045,v1:172.21.15.40:6809/3117863045]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-12T16:08:09.820 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:09 smithi037 ceph-mon[29573]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-12T16:08:10.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:09 smithi040 ceph-mon[31330]: Adjusting osd_memory_target on smithi040 to 8034M 2024-04-12T16:08:10.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:10.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:10.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:10.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:09 smithi040 ceph-mon[31330]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-12T16:08:10.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:09 smithi040 ceph-mon[31330]: osdmap e24: 4 total, 3 up, 4 in 2024-04-12T16:08:10.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T16:08:10.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:09 smithi040 ceph-mon[31330]: from='osd.3 [v2:172.21.15.40:6808/3117863045,v1:172.21.15.40:6809/3117863045]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-12T16:08:10.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:09 smithi040 ceph-mon[31330]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-12T16:08:11.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:10 smithi133 ceph-mon[31436]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:08:11.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:10 smithi133 ceph-mon[31436]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-04-12T16:08:11.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:10 smithi133 ceph-mon[31436]: osdmap e25: 4 total, 3 up, 4 in 2024-04-12T16:08:11.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:10 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T16:08:11.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:10 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T16:08:11.083 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:10 smithi040 ceph-mon[31330]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:08:11.083 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:10 smithi040 ceph-mon[31330]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-04-12T16:08:11.083 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:10 smithi040 ceph-mon[31330]: osdmap e25: 4 total, 3 up, 4 in 2024-04-12T16:08:11.084 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:10 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T16:08:11.084 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:10 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T16:08:11.084 INFO:journalctl@ceph.osd.3.smithi040.stdout:Apr 12 16:08:10 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-3[39870]: 2024-04-12T16:08:10.975+0000 7f3017a18700 -1 osd.3 0 waiting for initial osdmap 2024-04-12T16:08:11.084 INFO:journalctl@ceph.osd.3.smithi040.stdout:Apr 12 16:08:10 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-3[39870]: 2024-04-12T16:08:10.978+0000 7f300f803700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-12T16:08:11.142 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-12T16:08:11.143 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-12T16:08:11.143 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10+0 records in 2024-04-12T16:08:11.143 INFO:teuthology.orchestra.run.smithi133.stderr:10+0 records out 2024-04-12T16:08:11.143 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.011735 s, 894 MB/s 2024-04-12T16:08:11.143 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping successful for: 2024-04-12T16:08:11.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:10 smithi037 ceph-mon[29573]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:08:11.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:10 smithi037 ceph-mon[29573]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-04-12T16:08:11.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:10 smithi037 ceph-mon[29573]: osdmap e25: 4 total, 3 up, 4 in 2024-04-12T16:08:11.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:10 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T16:08:11.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:10 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T16:08:11.737 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph orch daemon add osd smithi133:vg_nvme/lv_4 2024-04-12T16:08:11.969 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.c/config 2024-04-12T16:08:12.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:11 smithi133 ceph-mon[31436]: purged_snaps scrub starts 2024-04-12T16:08:12.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:11 smithi133 ceph-mon[31436]: purged_snaps scrub ok 2024-04-12T16:08:12.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:11 smithi133 ceph-mon[31436]: from='osd.3 ' entity='osd.3' 2024-04-12T16:08:12.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:11 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:12.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:11 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:12.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:11 smithi133 ceph-mon[31436]: Detected new or changed devices on smithi040 2024-04-12T16:08:12.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:11 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:12.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:11 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:12.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:11 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:12.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:11 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:12.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:11 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:12.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:11 smithi133 ceph-mon[31436]: osd.3 [v2:172.21.15.40:6808/3117863045,v1:172.21.15.40:6809/3117863045] boot 2024-04-12T16:08:12.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:11 smithi133 ceph-mon[31436]: osdmap e26: 4 total, 4 up, 4 in 2024-04-12T16:08:12.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:11 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T16:08:12.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:11 smithi133 ceph-mon[31436]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 265 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:08:12.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:11 smithi040 ceph-mon[31330]: purged_snaps scrub starts 2024-04-12T16:08:12.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:11 smithi040 ceph-mon[31330]: purged_snaps scrub ok 2024-04-12T16:08:12.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:11 smithi040 ceph-mon[31330]: from='osd.3 ' entity='osd.3' 2024-04-12T16:08:12.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:11 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:12.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:11 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:12.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:11 smithi040 ceph-mon[31330]: Detected new or changed devices on smithi040 2024-04-12T16:08:12.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:11 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:12.261 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:11 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:12.261 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:11 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:12.261 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:11 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:12.261 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:11 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:12.261 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:11 smithi040 ceph-mon[31330]: osd.3 [v2:172.21.15.40:6808/3117863045,v1:172.21.15.40:6809/3117863045] boot 2024-04-12T16:08:12.261 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:11 smithi040 ceph-mon[31330]: osdmap e26: 4 total, 4 up, 4 in 2024-04-12T16:08:12.261 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:11 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T16:08:12.261 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:11 smithi040 ceph-mon[31330]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 265 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:08:12.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:11 smithi037 ceph-mon[29573]: purged_snaps scrub starts 2024-04-12T16:08:12.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:11 smithi037 ceph-mon[29573]: purged_snaps scrub ok 2024-04-12T16:08:12.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:11 smithi037 ceph-mon[29573]: from='osd.3 ' entity='osd.3' 2024-04-12T16:08:12.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:11 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:12.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:11 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:12.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:11 smithi037 ceph-mon[29573]: Detected new or changed devices on smithi040 2024-04-12T16:08:12.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:11 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:12.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:11 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:12.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:11 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:12.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:11 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:12.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:11 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:12.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:11 smithi037 ceph-mon[29573]: osd.3 [v2:172.21.15.40:6808/3117863045,v1:172.21.15.40:6809/3117863045] boot 2024-04-12T16:08:12.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:11 smithi037 ceph-mon[29573]: osdmap e26: 4 total, 4 up, 4 in 2024-04-12T16:08:12.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:11 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T16:08:12.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:11 smithi037 ceph-mon[29573]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 265 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:08:13.582 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:13 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:13.582 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:13 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:13.582 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:13 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:13.582 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:13 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:13.582 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:13 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:13.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:13 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:13.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:13 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:13.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:13 smithi133 ceph-mon[31436]: osdmap e27: 4 total, 4 up, 4 in 2024-04-12T16:08:13.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:13 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:13.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:13 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:13.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:13 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:13.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:13 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:13.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:13 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:13.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:13 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:13.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:13 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:13.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:13 smithi037 ceph-mon[29573]: osdmap e27: 4 total, 4 up, 4 in 2024-04-12T16:08:13.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:13 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:13.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:13 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:13.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:13 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:13.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:13 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:13.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:13 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:13.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:13 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:13.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:13 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:13.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:13 smithi040 ceph-mon[31330]: osdmap e27: 4 total, 4 up, 4 in 2024-04-12T16:08:14.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:14 smithi133 ceph-mon[31436]: osdmap e28: 4 total, 4 up, 4 in 2024-04-12T16:08:14.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:14 smithi133 ceph-mon[31436]: from='client.24172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:08:14.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:14 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:08:14.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:14 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:08:14.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:14 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:14.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:14 smithi133 ceph-mon[31436]: pgmap v114: 1 pgs: 1 remapped; 577 KiB data, 264 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:08:14.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:14 smithi037 ceph-mon[29573]: osdmap e28: 4 total, 4 up, 4 in 2024-04-12T16:08:14.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:14 smithi037 ceph-mon[29573]: from='client.24172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:08:14.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:14 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:08:14.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:14 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:08:14.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:14 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:14.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:14 smithi037 ceph-mon[29573]: pgmap v114: 1 pgs: 1 remapped; 577 KiB data, 264 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:08:15.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:14 smithi040 ceph-mon[31330]: osdmap e28: 4 total, 4 up, 4 in 2024-04-12T16:08:15.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:14 smithi040 ceph-mon[31330]: from='client.24172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:08:15.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:14 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:08:15.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:14 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:08:15.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:14 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:15.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:14 smithi040 ceph-mon[31330]: pgmap v114: 1 pgs: 1 remapped; 577 KiB data, 264 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:08:15.591 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:15 smithi133 ceph-mon[31436]: osdmap e29: 4 total, 4 up, 4 in 2024-04-12T16:08:15.658 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:15 smithi040 ceph-mon[31330]: osdmap e29: 4 total, 4 up, 4 in 2024-04-12T16:08:15.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:15 smithi037 ceph-mon[29573]: osdmap e29: 4 total, 4 up, 4 in 2024-04-12T16:08:16.723 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:16 smithi040 ceph-mon[31330]: osdmap e30: 4 total, 4 up, 4 in 2024-04-12T16:08:16.724 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:16 smithi040 ceph-mon[31330]: pgmap v117: 1 pgs: 1 remapped; 577 KiB data, 264 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:08:16.724 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:16 smithi040 ceph-mon[31330]: from='client.? 172.21.15.133:0/1379586343' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2acd2c46-a9fc-4406-b1c1-e750dc12a25f"}]: dispatch 2024-04-12T16:08:16.724 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:16 smithi040 ceph-mon[31330]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2acd2c46-a9fc-4406-b1c1-e750dc12a25f"}]: dispatch 2024-04-12T16:08:16.724 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:16 smithi040 ceph-mon[31330]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2acd2c46-a9fc-4406-b1c1-e750dc12a25f"}]': finished 2024-04-12T16:08:16.724 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:16 smithi040 ceph-mon[31330]: osdmap e31: 5 total, 4 up, 5 in 2024-04-12T16:08:16.724 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:16 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T16:08:16.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:16 smithi133 ceph-mon[31436]: osdmap e30: 4 total, 4 up, 4 in 2024-04-12T16:08:16.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:16 smithi133 ceph-mon[31436]: pgmap v117: 1 pgs: 1 remapped; 577 KiB data, 264 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:08:16.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:16 smithi133 ceph-mon[31436]: from='client.? 172.21.15.133:0/1379586343' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2acd2c46-a9fc-4406-b1c1-e750dc12a25f"}]: dispatch 2024-04-12T16:08:16.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:16 smithi133 ceph-mon[31436]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2acd2c46-a9fc-4406-b1c1-e750dc12a25f"}]: dispatch 2024-04-12T16:08:16.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:16 smithi133 ceph-mon[31436]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2acd2c46-a9fc-4406-b1c1-e750dc12a25f"}]': finished 2024-04-12T16:08:16.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:16 smithi133 ceph-mon[31436]: osdmap e31: 5 total, 4 up, 5 in 2024-04-12T16:08:16.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:16 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T16:08:16.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:16 smithi037 ceph-mon[29573]: osdmap e30: 4 total, 4 up, 4 in 2024-04-12T16:08:16.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:16 smithi037 ceph-mon[29573]: pgmap v117: 1 pgs: 1 remapped; 577 KiB data, 264 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:08:16.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:16 smithi037 ceph-mon[29573]: from='client.? 172.21.15.133:0/1379586343' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2acd2c46-a9fc-4406-b1c1-e750dc12a25f"}]: dispatch 2024-04-12T16:08:16.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:16 smithi037 ceph-mon[29573]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2acd2c46-a9fc-4406-b1c1-e750dc12a25f"}]: dispatch 2024-04-12T16:08:16.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:16 smithi037 ceph-mon[29573]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2acd2c46-a9fc-4406-b1c1-e750dc12a25f"}]': finished 2024-04-12T16:08:16.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:16 smithi037 ceph-mon[29573]: osdmap e31: 5 total, 4 up, 5 in 2024-04-12T16:08:16.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:16 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T16:08:17.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:17 smithi040 ceph-mon[31330]: from='client.? 172.21.15.133:0/2922573611' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:08:17.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:17 smithi133 ceph-mon[31436]: from='client.? 172.21.15.133:0/2922573611' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:08:17.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:17 smithi037 ceph-mon[29573]: from='client.? 172.21.15.133:0/2922573611' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:08:18.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:18 smithi133 ceph-mon[31436]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail; 139 KiB/s, 0 objects/s recovering 2024-04-12T16:08:18.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:18 smithi037 ceph-mon[29573]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail; 139 KiB/s, 0 objects/s recovering 2024-04-12T16:08:19.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:18 smithi040 ceph-mon[31330]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail; 139 KiB/s, 0 objects/s recovering 2024-04-12T16:08:20.997 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:20 smithi133 ceph-mon[31436]: pgmap v120: 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-12T16:08:21.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:20 smithi040 ceph-mon[31330]: pgmap v120: 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-12T16:08:21.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:20 smithi037 ceph-mon[29573]: pgmap v120: 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-12T16:08:22.782 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:22 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:22.783 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:22 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:22.783 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:22 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:22.783 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:22 smithi133 ceph-mon[31436]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-04-12T16:08:22.783 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:22 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-12T16:08:22.783 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:22 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:22.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:22 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:22.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:22 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:22.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:22 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:22.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:22 smithi037 ceph-mon[29573]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-04-12T16:08:22.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:22 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-12T16:08:22.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:22 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:23.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:22 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:23.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:22 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:23.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:22 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:23.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:22 smithi040 ceph-mon[31330]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-04-12T16:08:23.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:22 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-12T16:08:23.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:22 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:23.682 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:23 smithi133 ceph-mon[31436]: Deploying daemon osd.4 on smithi133 2024-04-12T16:08:23.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:23 smithi037 ceph-mon[29573]: Deploying daemon osd.4 on smithi133 2024-04-12T16:08:24.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:23 smithi040 ceph-mon[31330]: Deploying daemon osd.4 on smithi133 2024-04-12T16:08:24.754 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:24 smithi133 ceph-mon[31436]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-04-12T16:08:24.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:24 smithi037 ceph-mon[29573]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-04-12T16:08:25.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:24 smithi040 ceph-mon[31330]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-04-12T16:08:27.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:26 smithi040 ceph-mon[31330]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-04-12T16:08:27.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:26 smithi133 ceph-mon[31436]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-04-12T16:08:27.034 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:26 smithi037 ceph-mon[29573]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-04-12T16:08:28.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:28 smithi037 ceph-mon[29573]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-04-12T16:08:28.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:28 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:28.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:28 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:28.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:28 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:28.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:28 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:28.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:28 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:28.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:28 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:28.990 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:28 smithi133 ceph-mon[31436]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-04-12T16:08:28.990 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:28 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:28.990 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:28 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:28.990 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:28 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:28.991 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:28 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:28.991 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:28 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:28.991 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:28 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:29.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:28 smithi040 ceph-mon[31330]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-04-12T16:08:29.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:28 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:29.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:28 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:29.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:28 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:29.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:28 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:29.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:28 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:29.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:28 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:30.277 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:30 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:30.277 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:30 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:30.277 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:30 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:30.277 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:30 smithi133 ceph-mon[31436]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-12T16:08:30.340 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:30 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:30.340 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:30 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:30.340 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:30 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:30.340 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:30 smithi037 ceph-mon[29573]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-12T16:08:30.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:30 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:30.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:30 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:30.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:30 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:30.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:30 smithi040 ceph-mon[31330]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-12T16:08:31.381 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:31 smithi133 ceph-mon[31436]: from='osd.4 [v2:172.21.15.133:6800/2729760717,v1:172.21.15.133:6801/2729760717]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T16:08:31.381 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:31 smithi133 ceph-mon[31436]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T16:08:31.460 INFO:teuthology.orchestra.run.smithi133.stdout:Created osd(s) 4 on host 'smithi133' 2024-04-12T16:08:31.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:31 smithi037 ceph-mon[29573]: from='osd.4 [v2:172.21.15.133:6800/2729760717,v1:172.21.15.133:6801/2729760717]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T16:08:31.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:31 smithi037 ceph-mon[29573]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T16:08:31.762 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:31 smithi040 ceph-mon[31330]: from='osd.4 [v2:172.21.15.133:6800/2729760717,v1:172.21.15.133:6801/2729760717]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T16:08:31.762 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:31 smithi040 ceph-mon[31330]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T16:08:32.017 DEBUG:teuthology.orchestra.run.smithi133:osd.4> sudo journalctl -f -n 0 -u ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@osd.4.service 2024-04-12T16:08:32.020 INFO:tasks.cephadm:Deploying osd.5 on smithi133 with /dev/vg_nvme/lv_3... 2024-04-12T16:08:32.020 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-12T16:08:32.294 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.c/config 2024-04-12T16:08:32.582 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:32 smithi133 ceph-mon[31436]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-12T16:08:32.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:32 smithi133 ceph-mon[31436]: osdmap e32: 5 total, 4 up, 5 in 2024-04-12T16:08:32.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T16:08:32.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:32 smithi133 ceph-mon[31436]: from='osd.4 [v2:172.21.15.133:6800/2729760717,v1:172.21.15.133:6801/2729760717]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-12T16:08:32.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:32 smithi133 ceph-mon[31436]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-12T16:08:32.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:32.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:32.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:32.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:08:32.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:32 smithi133 ceph-mon[31436]: Adjusting osd_memory_target on smithi133 to 20160M 2024-04-12T16:08:32.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:32.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:32.584 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:32.584 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:32 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:32.584 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:32 smithi133 ceph-mon[31436]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-12T16:08:32.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:32 smithi037 ceph-mon[29573]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-12T16:08:32.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:32 smithi037 ceph-mon[29573]: osdmap e32: 5 total, 4 up, 5 in 2024-04-12T16:08:32.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T16:08:32.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:32 smithi037 ceph-mon[29573]: from='osd.4 [v2:172.21.15.133:6800/2729760717,v1:172.21.15.133:6801/2729760717]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-12T16:08:32.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:32 smithi037 ceph-mon[29573]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-12T16:08:32.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:32.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:32.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:32.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:08:32.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:32 smithi037 ceph-mon[29573]: Adjusting osd_memory_target on smithi133 to 20160M 2024-04-12T16:08:32.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:32.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:32.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:32.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:32 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:32.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:32 smithi037 ceph-mon[29573]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-12T16:08:32.704 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:32 smithi040 ceph-mon[31330]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-12T16:08:32.704 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:32 smithi040 ceph-mon[31330]: osdmap e32: 5 total, 4 up, 5 in 2024-04-12T16:08:32.704 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T16:08:32.704 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:32 smithi040 ceph-mon[31330]: from='osd.4 [v2:172.21.15.133:6800/2729760717,v1:172.21.15.133:6801/2729760717]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-12T16:08:32.704 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:32 smithi040 ceph-mon[31330]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-12T16:08:32.704 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:32.704 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:32.704 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:32.704 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:08:32.705 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:32 smithi040 ceph-mon[31330]: Adjusting osd_memory_target on smithi133 to 20160M 2024-04-12T16:08:32.705 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:32.705 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:32.705 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:32.705 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:32 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:32.705 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:32 smithi040 ceph-mon[31330]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-04-12T16:08:32.988 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:32 smithi133 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4[37115]: 2024-04-12T16:08:32.782+0000 7fb070901700 -1 osd.4 0 waiting for initial osdmap 2024-04-12T16:08:32.989 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:32 smithi133 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4[37115]: 2024-04-12T16:08:32.786+0000 7fb0686ec700 -1 osd.4 33 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-12T16:08:33.532 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:33 smithi133 ceph-mon[31436]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-04-12T16:08:33.533 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:33 smithi133 ceph-mon[31436]: osdmap e33: 5 total, 4 up, 5 in 2024-04-12T16:08:33.533 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:33 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T16:08:33.533 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:33 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T16:08:33.533 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:33 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:33.533 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:33 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:33.533 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:33 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:33.533 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:33 smithi133 ceph-mon[31436]: from='osd.4 ' entity='osd.4' 2024-04-12T16:08:33.533 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:33 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:33.533 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:33 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:33.533 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:33 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:33.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:33 smithi037 ceph-mon[29573]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-04-12T16:08:33.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:33 smithi037 ceph-mon[29573]: osdmap e33: 5 total, 4 up, 5 in 2024-04-12T16:08:33.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:33 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T16:08:33.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:33 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T16:08:33.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:33 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:33.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:33 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:33.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:33 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:33.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:33 smithi037 ceph-mon[29573]: from='osd.4 ' entity='osd.4' 2024-04-12T16:08:33.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:33 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:33.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:33 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:33.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:33 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:33.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:33 smithi040 ceph-mon[31330]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-04-12T16:08:33.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:33 smithi040 ceph-mon[31330]: osdmap e33: 5 total, 4 up, 5 in 2024-04-12T16:08:33.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:33 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T16:08:33.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:33 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T16:08:33.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:33 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:33.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:33 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:33.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:33 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:33.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:33 smithi040 ceph-mon[31330]: from='osd.4 ' entity='osd.4' 2024-04-12T16:08:33.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:33 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:33.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:33 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:33.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:33 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:34.077 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-12T16:08:34.077 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-12T16:08:34.077 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10+0 records in 2024-04-12T16:08:34.077 INFO:teuthology.orchestra.run.smithi133.stderr:10+0 records out 2024-04-12T16:08:34.077 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.012613 s, 831 MB/s 2024-04-12T16:08:34.077 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping successful for: 2024-04-12T16:08:34.620 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:34 smithi133 ceph-mon[31436]: purged_snaps scrub starts 2024-04-12T16:08:34.620 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:34 smithi133 ceph-mon[31436]: purged_snaps scrub ok 2024-04-12T16:08:34.620 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:34 smithi133 ceph-mon[31436]: osd.4 [v2:172.21.15.133:6800/2729760717,v1:172.21.15.133:6801/2729760717] boot 2024-04-12T16:08:34.620 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:34 smithi133 ceph-mon[31436]: osdmap e34: 5 total, 5 up, 5 in 2024-04-12T16:08:34.620 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:34 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T16:08:34.620 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:34 smithi133 ceph-mon[31436]: osdmap e35: 5 total, 5 up, 5 in 2024-04-12T16:08:34.620 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:34 smithi133 ceph-mon[31436]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:08:34.648 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph orch daemon add osd smithi133:vg_nvme/lv_3 2024-04-12T16:08:34.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:34 smithi037 ceph-mon[29573]: purged_snaps scrub starts 2024-04-12T16:08:34.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:34 smithi037 ceph-mon[29573]: purged_snaps scrub ok 2024-04-12T16:08:34.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:34 smithi037 ceph-mon[29573]: osd.4 [v2:172.21.15.133:6800/2729760717,v1:172.21.15.133:6801/2729760717] boot 2024-04-12T16:08:34.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:34 smithi037 ceph-mon[29573]: osdmap e34: 5 total, 5 up, 5 in 2024-04-12T16:08:34.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:34 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T16:08:34.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:34 smithi037 ceph-mon[29573]: osdmap e35: 5 total, 5 up, 5 in 2024-04-12T16:08:34.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:34 smithi037 ceph-mon[29573]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:08:34.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:34 smithi040 ceph-mon[31330]: purged_snaps scrub starts 2024-04-12T16:08:34.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:34 smithi040 ceph-mon[31330]: purged_snaps scrub ok 2024-04-12T16:08:34.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:34 smithi040 ceph-mon[31330]: osd.4 [v2:172.21.15.133:6800/2729760717,v1:172.21.15.133:6801/2729760717] boot 2024-04-12T16:08:34.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:34 smithi040 ceph-mon[31330]: osdmap e34: 5 total, 5 up, 5 in 2024-04-12T16:08:34.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:34 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T16:08:34.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:34 smithi040 ceph-mon[31330]: osdmap e35: 5 total, 5 up, 5 in 2024-04-12T16:08:34.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:34 smithi040 ceph-mon[31330]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:08:34.883 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.c/config 2024-04-12T16:08:35.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:35 smithi040 ceph-mon[31330]: osdmap e36: 5 total, 5 up, 5 in 2024-04-12T16:08:35.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:35 smithi133 ceph-mon[31436]: osdmap e36: 5 total, 5 up, 5 in 2024-04-12T16:08:35.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:35 smithi037 ceph-mon[29573]: osdmap e36: 5 total, 5 up, 5 in 2024-04-12T16:08:36.745 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:36 smithi040 ceph-mon[31330]: osdmap e37: 5 total, 5 up, 5 in 2024-04-12T16:08:36.745 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:36 smithi040 ceph-mon[31330]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:08:36.745 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:36 smithi040 ceph-mon[31330]: osdmap e38: 5 total, 5 up, 5 in 2024-04-12T16:08:36.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:36 smithi037 ceph-mon[29573]: osdmap e37: 5 total, 5 up, 5 in 2024-04-12T16:08:36.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:36 smithi037 ceph-mon[29573]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:08:36.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:36 smithi037 ceph-mon[29573]: osdmap e38: 5 total, 5 up, 5 in 2024-04-12T16:08:36.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:36 smithi133 ceph-mon[31436]: osdmap e37: 5 total, 5 up, 5 in 2024-04-12T16:08:36.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:36 smithi133 ceph-mon[31436]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:08:36.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:36 smithi133 ceph-mon[31436]: osdmap e38: 5 total, 5 up, 5 in 2024-04-12T16:08:37.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:37 smithi040 ceph-mon[31330]: from='client.24199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:08:37.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:37 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:08:37.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:37 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:08:37.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:37 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:37.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:37 smithi133 ceph-mon[31436]: from='client.24199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:08:37.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:37 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:08:37.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:37 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:08:37.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:37 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:37.840 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:37 smithi037 ceph-mon[29573]: from='client.24199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:08:37.840 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:37 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:08:37.840 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:37 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:08:37.840 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:37 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:38.582 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:38 smithi133 ceph-mon[31436]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 136 KiB/s, 0 objects/s recovering 2024-04-12T16:08:38.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:38 smithi040 ceph-mon[31330]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 136 KiB/s, 0 objects/s recovering 2024-04-12T16:08:38.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:38 smithi037 ceph-mon[29573]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 136 KiB/s, 0 objects/s recovering 2024-04-12T16:08:39.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:39 smithi040 ceph-mon[31330]: from='client.? 172.21.15.133:0/878966866' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "602241bc-b7e6-4fe9-a34b-967151dc3e88"}]: dispatch 2024-04-12T16:08:39.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:39 smithi040 ceph-mon[31330]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "602241bc-b7e6-4fe9-a34b-967151dc3e88"}]: dispatch 2024-04-12T16:08:39.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:39 smithi040 ceph-mon[31330]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "602241bc-b7e6-4fe9-a34b-967151dc3e88"}]': finished 2024-04-12T16:08:39.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:39 smithi040 ceph-mon[31330]: osdmap e39: 6 total, 5 up, 6 in 2024-04-12T16:08:39.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:39 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:08:39.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:39 smithi133 ceph-mon[31436]: from='client.? 172.21.15.133:0/878966866' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "602241bc-b7e6-4fe9-a34b-967151dc3e88"}]: dispatch 2024-04-12T16:08:39.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:39 smithi133 ceph-mon[31436]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "602241bc-b7e6-4fe9-a34b-967151dc3e88"}]: dispatch 2024-04-12T16:08:39.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:39 smithi133 ceph-mon[31436]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "602241bc-b7e6-4fe9-a34b-967151dc3e88"}]': finished 2024-04-12T16:08:39.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:39 smithi133 ceph-mon[31436]: osdmap e39: 6 total, 5 up, 6 in 2024-04-12T16:08:39.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:39 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:08:39.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:39 smithi037 ceph-mon[29573]: from='client.? 172.21.15.133:0/878966866' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "602241bc-b7e6-4fe9-a34b-967151dc3e88"}]: dispatch 2024-04-12T16:08:39.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:39 smithi037 ceph-mon[29573]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "602241bc-b7e6-4fe9-a34b-967151dc3e88"}]: dispatch 2024-04-12T16:08:39.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:39 smithi037 ceph-mon[29573]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "602241bc-b7e6-4fe9-a34b-967151dc3e88"}]': finished 2024-04-12T16:08:39.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:39 smithi037 ceph-mon[29573]: osdmap e39: 6 total, 5 up, 6 in 2024-04-12T16:08:39.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:39 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:08:40.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:40 smithi040 ceph-mon[31330]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 110 KiB/s, 0 objects/s recovering 2024-04-12T16:08:40.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:40 smithi040 ceph-mon[31330]: from='client.? 172.21.15.133:0/2962194589' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:08:40.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:40 smithi133 ceph-mon[31436]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 110 KiB/s, 0 objects/s recovering 2024-04-12T16:08:40.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:40 smithi133 ceph-mon[31436]: from='client.? 172.21.15.133:0/2962194589' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:08:40.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:40 smithi037 ceph-mon[29573]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 110 KiB/s, 0 objects/s recovering 2024-04-12T16:08:40.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:40 smithi037 ceph-mon[29573]: from='client.? 172.21.15.133:0/2962194589' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:08:43.013 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:42 smithi040 ceph-mon[31330]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 92 KiB/s, 0 objects/s recovering 2024-04-12T16:08:43.014 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:42 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:43.014 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:42 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:43.014 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:42 smithi040 ceph-mon[31330]: Detected new or changed devices on smithi133 2024-04-12T16:08:43.014 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:42 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:43.014 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:42 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:43.014 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:42 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:43.014 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:42 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:43.014 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:42 smithi040 ceph-mon[31330]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 94 KiB/s, 0 objects/s recovering 2024-04-12T16:08:43.014 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:42 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:43.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:42 smithi133 ceph-mon[31436]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 92 KiB/s, 0 objects/s recovering 2024-04-12T16:08:43.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:42 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:43.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:42 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:43.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:42 smithi133 ceph-mon[31436]: Detected new or changed devices on smithi133 2024-04-12T16:08:43.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:42 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:43.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:42 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:43.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:42 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:43.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:42 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:43.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:42 smithi133 ceph-mon[31436]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 94 KiB/s, 0 objects/s recovering 2024-04-12T16:08:43.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:42 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:43.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:42 smithi037 ceph-mon[29573]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 92 KiB/s, 0 objects/s recovering 2024-04-12T16:08:43.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:43.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:43.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:42 smithi037 ceph-mon[29573]: Detected new or changed devices on smithi133 2024-04-12T16:08:43.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:43.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:43.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:43.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:43.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:42 smithi037 ceph-mon[29573]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 94 KiB/s, 0 objects/s recovering 2024-04-12T16:08:43.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:44.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:43 smithi040 ceph-mon[31330]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-12T16:08:44.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:43 smithi133 ceph-mon[31436]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-12T16:08:44.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:43 smithi037 ceph-mon[29573]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-12T16:08:45.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:44 smithi040 ceph-mon[31330]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-04-12T16:08:45.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:44 smithi133 ceph-mon[31436]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-04-12T16:08:45.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:44 smithi037 ceph-mon[29573]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-04-12T16:08:46.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:45 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-12T16:08:46.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:45 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:46.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:45 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-12T16:08:46.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:45 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:46.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:45 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-12T16:08:46.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:45 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:47.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:46 smithi040 ceph-mon[31330]: Deploying daemon osd.4 on smithi133 2024-04-12T16:08:47.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:46 smithi040 ceph-mon[31330]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:08:47.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:46 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:47.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:46 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:47.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:46 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:47.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:46 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:47.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:46 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:47.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:46 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:47.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:46 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:47.051 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:46 smithi133 ceph-mon[31436]: Deploying daemon osd.4 on smithi133 2024-04-12T16:08:47.051 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:46 smithi133 ceph-mon[31436]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:08:47.051 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:46 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:47.051 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:46 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:47.051 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:46 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:47.051 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:46 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:47.052 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:46 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:47.052 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:46 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:47.052 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:46 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:47.172 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:46 smithi037 ceph-mon[29573]: Deploying daemon osd.4 on smithi133 2024-04-12T16:08:47.172 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:46 smithi037 ceph-mon[29573]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:08:47.172 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:46 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:47.172 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:46 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:47.173 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:46 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:47.173 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:46 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:47.173 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:46 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:47.173 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:46 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:47.173 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:46 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:47.989 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:47 smithi133 ceph-mon[31436]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:08:47.989 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:47 smithi133 ceph-mon[31436]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-12T16:08:47.989 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:47 smithi133 ceph-mon[31436]: Cluster is now healthy 2024-04-12T16:08:48.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:47 smithi037 ceph-mon[29573]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:08:48.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:47 smithi037 ceph-mon[29573]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-12T16:08:48.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:47 smithi037 ceph-mon[29573]: Cluster is now healthy 2024-04-12T16:08:48.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:47 smithi040 ceph-mon[31330]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:08:48.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:47 smithi040 ceph-mon[31330]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-12T16:08:48.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:47 smithi040 ceph-mon[31330]: Cluster is now healthy 2024-04-12T16:08:49.332 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:49 smithi133 systemd[1]: Stopping Ceph osd.4 for 292bfd24-f8e6-11ee-bc8d-c7b262605968... 2024-04-12T16:08:49.764 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:49 smithi133 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4[37115]: 2024-04-12T16:08:49.381+0000 7fb071903700 -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-12T16:08:49.764 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:49 smithi133 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4[37115]: 2024-04-12T16:08:49.381+0000 7fb071903700 -1 osd.4 39 *** Got signal Terminated *** 2024-04-12T16:08:49.764 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:49 smithi133 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4[37115]: 2024-04-12T16:08:49.381+0000 7fb071903700 -1 osd.4 39 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T16:08:50.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:49 smithi037 ceph-mon[29573]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:08:50.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:49 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:50.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:49 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:50.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:49 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:50.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:49 smithi037 ceph-mon[29573]: osd.4 marked itself down and dead 2024-04-12T16:08:50.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:49 smithi133 ceph-mon[31436]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:08:50.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:49 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:50.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:49 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:50.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:49 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:50.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:49 smithi133 ceph-mon[31436]: osd.4 marked itself down and dead 2024-04-12T16:08:50.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:49 smithi040 ceph-mon[31330]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:08:50.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:49 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:50.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:49 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:50.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:49 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:50.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:49 smithi040 ceph-mon[31330]: osd.4 marked itself down and dead 2024-04-12T16:08:50.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:50 smithi037 ceph-mon[29573]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T16:08:50.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:50 smithi037 ceph-mon[29573]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-04-12T16:08:50.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:50 smithi037 ceph-mon[29573]: osdmap e40: 6 total, 4 up, 6 in 2024-04-12T16:08:50.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:50 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:08:51.046 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:50 smithi133 podman[40258]: 2024-04-12 16:08:50.814000624 +0000 UTC m=+1.542596822 container died bc1016577fbae9c7be32962338b0bfd2de50ae06c5ce1a322a1f7bfe113c9181 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4, org.label-schema.build-date=20240409, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, io.buildah.version=1.33.5, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, GIT_BRANCH=HEAD) 2024-04-12T16:08:51.047 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:50 smithi133 ceph-mon[31436]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T16:08:51.047 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:50 smithi133 ceph-mon[31436]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-04-12T16:08:51.047 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:50 smithi133 ceph-mon[31436]: osdmap e40: 6 total, 4 up, 6 in 2024-04-12T16:08:51.047 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:50 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:08:51.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:50 smithi040 ceph-mon[31330]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T16:08:51.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:50 smithi040 ceph-mon[31330]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-04-12T16:08:51.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:50 smithi040 ceph-mon[31330]: osdmap e40: 6 total, 4 up, 6 in 2024-04-12T16:08:51.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:50 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:08:51.332 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:51 smithi133 podman[40258]: 2024-04-12 16:08:51.122615863 +0000 UTC m=+1.851212114 container cleanup bc1016577fbae9c7be32962338b0bfd2de50ae06c5ce1a322a1f7bfe113c9181 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_CLEAN=True, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.build-date=20240409, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS) 2024-04-12T16:08:51.332 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:51 smithi133 bash[40258]: ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4 2024-04-12T16:08:51.638 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:51 smithi133 podman[40275]: 2024-04-12 16:08:51.365356399 +0000 UTC m=+0.548106475 container remove bc1016577fbae9c7be32962338b0bfd2de50ae06c5ce1a322a1f7bfe113c9181 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240409, ceph=True, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-04-12T16:08:51.958 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:51 smithi133 ceph-mon[31436]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:08:51.958 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:51 smithi133 ceph-mon[31436]: osdmap e41: 6 total, 4 up, 6 in 2024-04-12T16:08:51.958 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:51 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:08:51.958 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:51 smithi133 podman[40362]: 2024-04-12 16:08:51.641106983 +0000 UTC m=+0.095205571 container create c2a3da842024653f19fb9a2bb9185c46018ce2910eb8ddd44d1fe4f4096adf76 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4-deactivate, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240409, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, io.buildah.version=1.33.5) 2024-04-12T16:08:51.958 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:51 smithi133 podman[40362]: 2024-04-12 16:08:51.563479547 +0000 UTC m=+0.017578147 image pull 92de118a8b8fd41458f442b377b2c0b3c43b8d07f06e0d9ed4acf64e9f818607 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528 2024-04-12T16:08:51.958 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:51 smithi133 podman[40362]: 2024-04-12 16:08:51.885656803 +0000 UTC m=+0.339755399 container init c2a3da842024653f19fb9a2bb9185c46018ce2910eb8ddd44d1fe4f4096adf76 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4-deactivate, GIT_BRANCH=HEAD, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240409, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-04-12T16:08:51.958 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:51 smithi133 podman[40362]: 2024-04-12 16:08:51.888917861 +0000 UTC m=+0.343016451 container start c2a3da842024653f19fb9a2bb9185c46018ce2910eb8ddd44d1fe4f4096adf76 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4-deactivate, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240409) 2024-04-12T16:08:51.959 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:51 smithi133 podman[40362]: 2024-04-12 16:08:51.960268194 +0000 UTC m=+0.414366788 container attach c2a3da842024653f19fb9a2bb9185c46018ce2910eb8ddd44d1fe4f4096adf76 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4-deactivate, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.build-date=20240409, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_CLEAN=True) 2024-04-12T16:08:52.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:51 smithi037 ceph-mon[29573]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:08:52.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:51 smithi037 ceph-mon[29573]: osdmap e41: 6 total, 4 up, 6 in 2024-04-12T16:08:52.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:08:52.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:51 smithi040 ceph-mon[31330]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:08:52.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:51 smithi040 ceph-mon[31330]: osdmap e41: 6 total, 4 up, 6 in 2024-04-12T16:08:52.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:08:52.332 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:52 smithi133 podman[40362]: 2024-04-12 16:08:52.172914116 +0000 UTC m=+0.627012713 container died c2a3da842024653f19fb9a2bb9185c46018ce2910eb8ddd44d1fe4f4096adf76 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4-deactivate, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240409) 2024-04-12T16:08:53.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:52 smithi133 ceph-mon[31436]: pgmap v148: 1 pgs: 1 active+undersized+degraded; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-04-12T16:08:53.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:52 smithi133 ceph-mon[31436]: Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-04-12T16:08:53.083 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:52 smithi133 podman[40388]: 2024-04-12 16:08:52.713361834 +0000 UTC m=+0.535991040 container remove c2a3da842024653f19fb9a2bb9185c46018ce2910eb8ddd44d1fe4f4096adf76 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4-deactivate, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, ceph=True, org.label-schema.build-date=20240409, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0) 2024-04-12T16:08:53.083 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:52 smithi133 systemd[1]: ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@osd.4.service: Deactivated successfully. 2024-04-12T16:08:53.083 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:52 smithi133 systemd[1]: Stopped Ceph osd.4 for 292bfd24-f8e6-11ee-bc8d-c7b262605968. 2024-04-12T16:08:53.083 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:52 smithi133 systemd[1]: ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@osd.4.service: Consumed 1.607s CPU time. 2024-04-12T16:08:53.083 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:52 smithi133 systemd[1]: Starting Ceph osd.4 for 292bfd24-f8e6-11ee-bc8d-c7b262605968... 2024-04-12T16:08:53.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:52 smithi037 ceph-mon[29573]: pgmap v148: 1 pgs: 1 active+undersized+degraded; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-04-12T16:08:53.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:52 smithi037 ceph-mon[29573]: Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-04-12T16:08:53.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:52 smithi040 ceph-mon[31330]: pgmap v148: 1 pgs: 1 active+undersized+degraded; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-04-12T16:08:53.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:52 smithi040 ceph-mon[31330]: Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-04-12T16:08:53.414 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:53 smithi133 podman[40488]: 2024-04-12 16:08:53.043715006 +0000 UTC m=+0.017598687 image pull 92de118a8b8fd41458f442b377b2c0b3c43b8d07f06e0d9ed4acf64e9f818607 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528 2024-04-12T16:08:53.414 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:53 smithi133 podman[40488]: 2024-04-12 16:08:53.164307007 +0000 UTC m=+0.138190683 container create e316ab9be659506d7fc7b68b1eb2c4a9accd98086d57e4dc32f9d22d26ad11ca (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4-activate, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240409, org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, io.buildah.version=1.33.5, ceph=True, org.label-schema.license=GPLv2, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-12T16:08:53.414 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:53 smithi133 podman[40488]: 2024-04-12 16:08:53.341729197 +0000 UTC m=+0.315612870 container init e316ab9be659506d7fc7b68b1eb2c4a9accd98086d57e4dc32f9d22d26ad11ca (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4-activate, org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240409, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True) 2024-04-12T16:08:53.414 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:53 smithi133 podman[40488]: 2024-04-12 16:08:53.344814802 +0000 UTC m=+0.318698482 container start e316ab9be659506d7fc7b68b1eb2c4a9accd98086d57e4dc32f9d22d26ad11ca (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4-activate, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240409, org.label-schema.vendor=CentOS, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-12T16:08:53.414 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:53 smithi133 podman[40488]: 2024-04-12 16:08:53.416434207 +0000 UTC m=+0.390317896 container attach e316ab9be659506d7fc7b68b1eb2c4a9accd98086d57e4dc32f9d22d26ad11ca (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4-activate, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240409, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-04-12T16:08:54.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:53 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:54.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:53 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:54.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:53 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:54.083 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:53 smithi133 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4-activate[40503]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-04-12T16:08:54.083 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:53 smithi133 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4-activate[40503]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-04-12T16:08:54.083 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:53 smithi133 bash[40488]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-04-12T16:08:54.083 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:53 smithi133 bash[40488]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-04-12T16:08:54.084 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:53 smithi133 bash[40488]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-04-12T16:08:54.084 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:53 smithi133 bash[40488]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-04-12T16:08:54.084 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:53 smithi133 bash[40488]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-04-12T16:08:54.084 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:53 smithi133 bash[40488]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-04-12T16:08:54.084 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:53 smithi133 bash[40488]: --> ceph-volume raw activate successful for osd ID: 4 2024-04-12T16:08:54.084 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:53 smithi133 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4-activate[40503]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-04-12T16:08:54.084 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:53 smithi133 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4-activate[40503]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-04-12T16:08:54.084 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:53 smithi133 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4-activate[40503]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-04-12T16:08:54.084 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:53 smithi133 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4-activate[40503]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-04-12T16:08:54.084 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:53 smithi133 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4-activate[40503]: --> ceph-volume raw activate successful for osd ID: 4 2024-04-12T16:08:54.084 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:53 smithi133 podman[40488]: 2024-04-12 16:08:53.808767353 +0000 UTC m=+0.782651023 container died e316ab9be659506d7fc7b68b1eb2c4a9accd98086d57e4dc32f9d22d26ad11ca (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4-activate, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240409, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-12T16:08:54.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:53 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:54.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:53 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:54.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:53 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:54.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:53 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:54.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:53 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:54.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:53 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:54.568 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:54 smithi133 podman[40623]: 2024-04-12 16:08:54.361518375 +0000 UTC m=+0.547693011 container remove e316ab9be659506d7fc7b68b1eb2c4a9accd98086d57e4dc32f9d22d26ad11ca (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4-activate, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240409, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, io.buildah.version=1.33.5, GIT_BRANCH=HEAD) 2024-04-12T16:08:54.832 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:54 smithi133 podman[40690]: 2024-04-12 16:08:54.473462358 +0000 UTC m=+0.017257921 image pull 92de118a8b8fd41458f442b377b2c0b3c43b8d07f06e0d9ed4acf64e9f818607 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528 2024-04-12T16:08:54.832 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:54 smithi133 podman[40690]: 2024-04-12 16:08:54.587244088 +0000 UTC m=+0.131039623 container create 66c2b130a8e01a29a8c078da005e5a121c91320ff5716a514cf0c54e972d399a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240409, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-04-12T16:08:54.833 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:54 smithi133 podman[40690]: 2024-04-12 16:08:54.772607775 +0000 UTC m=+0.316403317 container init 66c2b130a8e01a29a8c078da005e5a121c91320ff5716a514cf0c54e972d399a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240409, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561) 2024-04-12T16:08:54.833 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:54 smithi133 podman[40690]: 2024-04-12 16:08:54.775547566 +0000 UTC m=+0.319343112 container start 66c2b130a8e01a29a8c078da005e5a121c91320ff5716a514cf0c54e972d399a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240409, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True) 2024-04-12T16:08:54.833 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:54 smithi133 ceph-osd[40709]: -- 172.21.15.133:0/2532874991 <== mon.1 v2:172.21.15.133:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55d8fe293680 con 0x55d8fe25d000 2024-04-12T16:08:55.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:54 smithi040 ceph-mon[31330]: pgmap v149: 1 pgs: 1 active+undersized+degraded; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-04-12T16:08:55.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:54 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:55.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:54 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:55.188 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:54 smithi133 ceph-mon[31436]: pgmap v149: 1 pgs: 1 active+undersized+degraded; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-04-12T16:08:55.188 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:54 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:55.188 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:54 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:55.188 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:54 smithi133 bash[40690]: 66c2b130a8e01a29a8c078da005e5a121c91320ff5716a514cf0c54e972d399a 2024-04-12T16:08:55.188 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:54 smithi133 systemd[1]: Started Ceph osd.4 for 292bfd24-f8e6-11ee-bc8d-c7b262605968. 2024-04-12T16:08:55.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:54 smithi037 ceph-mon[29573]: pgmap v149: 1 pgs: 1 active+undersized+degraded; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-04-12T16:08:55.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:54 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:55.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:54 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:08:55.582 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:55 smithi133 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4[40705]: 2024-04-12T16:08:55.323+0000 7f35d07b77c0 -1 Falling back to public interface 2024-04-12T16:08:56.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:55 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:56.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:55 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:56.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:55 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-12T16:08:56.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:55 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:56.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:55 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:56.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:55 smithi040 ceph-mon[31330]: Deploying daemon osd.5 on smithi133 2024-04-12T16:08:56.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:55 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:56.051 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:55 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:56.051 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:55 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:56.051 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:55 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-12T16:08:56.051 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:55 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:56.052 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:55 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:56.052 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:55 smithi133 ceph-mon[31436]: Deploying daemon osd.5 on smithi133 2024-04-12T16:08:56.052 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:55 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:56.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:55 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:56.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:55 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:56.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:55 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-12T16:08:56.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:55 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:08:56.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:55 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:08:56.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:55 smithi037 ceph-mon[29573]: Deploying daemon osd.5 on smithi133 2024-04-12T16:08:56.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:55 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:08:57.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:56 smithi133 ceph-mon[31436]: pgmap v150: 1 pgs: 1 active+undersized+degraded; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-04-12T16:08:57.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:56 smithi040 ceph-mon[31330]: pgmap v150: 1 pgs: 1 active+undersized+degraded; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-04-12T16:08:57.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:56 smithi037 ceph-mon[29573]: pgmap v150: 1 pgs: 1 active+undersized+degraded; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-04-12T16:08:58.333 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:58 smithi133 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4[40705]: 2024-04-12T16:08:58.051+0000 7f35d07b77c0 -1 osd.4 39 log_to_monitors true 2024-04-12T16:08:59.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:59 smithi133 ceph-mon[31436]: pgmap v151: 1 pgs: 1 active+undersized+degraded; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-04-12T16:08:59.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:59 smithi133 ceph-mon[31436]: from='osd.4 [v2:172.21.15.133:6800/1308793166,v1:172.21.15.133:6801/1308793166]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T16:08:59.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:08:59 smithi133 ceph-mon[31436]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T16:08:59.083 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:08:59 smithi133 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4[40705]: 2024-04-12T16:08:59.051+0000 7f35c1c0f700 -1 osd.4 39 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-12T16:08:59.342 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:59 smithi040 ceph-mon[31330]: pgmap v151: 1 pgs: 1 active+undersized+degraded; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-04-12T16:08:59.342 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:59 smithi040 ceph-mon[31330]: from='osd.4 [v2:172.21.15.133:6800/1308793166,v1:172.21.15.133:6801/1308793166]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T16:08:59.342 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:08:59 smithi040 ceph-mon[31330]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T16:08:59.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:59 smithi037 ceph-mon[29573]: pgmap v151: 1 pgs: 1 active+undersized+degraded; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-04-12T16:08:59.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:59 smithi037 ceph-mon[29573]: from='osd.4 [v2:172.21.15.133:6800/1308793166,v1:172.21.15.133:6801/1308793166]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T16:08:59.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:08:59 smithi037 ceph-mon[29573]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T16:09:00.309 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:00 smithi040 ceph-mon[31330]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-12T16:09:00.309 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:00 smithi040 ceph-mon[31330]: osdmap e42: 6 total, 4 up, 6 in 2024-04-12T16:09:00.309 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:00 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:09:00.310 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:00 smithi040 ceph-mon[31330]: from='osd.4 [v2:172.21.15.133:6800/1308793166,v1:172.21.15.133:6801/1308793166]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-12T16:09:00.310 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:00 smithi040 ceph-mon[31330]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-12T16:09:00.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:00 smithi133 ceph-mon[31436]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-12T16:09:00.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:00 smithi133 ceph-mon[31436]: osdmap e42: 6 total, 4 up, 6 in 2024-04-12T16:09:00.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:00 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:09:00.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:00 smithi133 ceph-mon[31436]: from='osd.4 [v2:172.21.15.133:6800/1308793166,v1:172.21.15.133:6801/1308793166]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-12T16:09:00.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:00 smithi133 ceph-mon[31436]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-12T16:09:00.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:00 smithi037 ceph-mon[29573]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-12T16:09:00.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:00 smithi037 ceph-mon[29573]: osdmap e42: 6 total, 4 up, 6 in 2024-04-12T16:09:00.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:00 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:09:00.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:00 smithi037 ceph-mon[29573]: from='osd.4 [v2:172.21.15.133:6800/1308793166,v1:172.21.15.133:6801/1308793166]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-12T16:09:00.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:00 smithi037 ceph-mon[29573]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-12T16:09:01.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:01 smithi133 ceph-mon[31436]: pgmap v153: 1 pgs: 1 active+undersized+degraded; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-04-12T16:09:01.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:01 smithi133 ceph-mon[31436]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T16:09:01.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:01 smithi133 ceph-mon[31436]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-04-12T16:09:01.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:01 smithi133 ceph-mon[31436]: osd.4 [v2:172.21.15.133:6800/1308793166,v1:172.21.15.133:6801/1308793166] boot 2024-04-12T16:09:01.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:01 smithi133 ceph-mon[31436]: osdmap e43: 6 total, 5 up, 6 in 2024-04-12T16:09:01.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:01 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T16:09:01.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:01 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:09:01.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:01 smithi037 ceph-mon[29573]: pgmap v153: 1 pgs: 1 active+undersized+degraded; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-04-12T16:09:01.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:01 smithi037 ceph-mon[29573]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T16:09:01.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:01 smithi037 ceph-mon[29573]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-04-12T16:09:01.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:01 smithi037 ceph-mon[29573]: osd.4 [v2:172.21.15.133:6800/1308793166,v1:172.21.15.133:6801/1308793166] boot 2024-04-12T16:09:01.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:01 smithi037 ceph-mon[29573]: osdmap e43: 6 total, 5 up, 6 in 2024-04-12T16:09:01.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:01 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T16:09:01.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:01 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:09:01.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:01 smithi040 ceph-mon[31330]: pgmap v153: 1 pgs: 1 active+undersized+degraded; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 2/6 objects degraded (33.333%) 2024-04-12T16:09:01.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:01 smithi040 ceph-mon[31330]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T16:09:01.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:01 smithi040 ceph-mon[31330]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-04-12T16:09:01.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:01 smithi040 ceph-mon[31330]: osd.4 [v2:172.21.15.133:6800/1308793166,v1:172.21.15.133:6801/1308793166] boot 2024-04-12T16:09:01.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:01 smithi040 ceph-mon[31330]: osdmap e43: 6 total, 5 up, 6 in 2024-04-12T16:09:01.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:01 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T16:09:01.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:01 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:09:02.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:02 smithi133 ceph-mon[31436]: osdmap e44: 6 total, 5 up, 6 in 2024-04-12T16:09:02.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:02 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:09:02.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:02 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:02.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:02 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:02.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:02 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:09:02.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:02 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:09:02.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:02 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:09:02.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:02 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:02.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:02 smithi037 ceph-mon[29573]: osdmap e44: 6 total, 5 up, 6 in 2024-04-12T16:09:02.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:02 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:09:02.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:02 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:02.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:02 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:02.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:02 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:09:02.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:02 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:09:02.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:02 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:09:02.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:02 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:02.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:02 smithi040 ceph-mon[31330]: osdmap e44: 6 total, 5 up, 6 in 2024-04-12T16:09:02.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:02 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:09:02.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:02 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:02.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:02 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:02.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:02 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:09:02.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:02 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:09:02.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:02 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:09:02.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:02 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:03.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:03 smithi133 ceph-mon[31436]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:09:03.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:03 smithi133 ceph-mon[31436]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2024-04-12T16:09:03.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:03 smithi133 ceph-mon[31436]: Cluster is now healthy 2024-04-12T16:09:03.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:03 smithi037 ceph-mon[29573]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:09:03.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:03 smithi037 ceph-mon[29573]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2024-04-12T16:09:03.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:03 smithi037 ceph-mon[29573]: Cluster is now healthy 2024-04-12T16:09:03.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:03 smithi040 ceph-mon[31330]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:09:03.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:03 smithi040 ceph-mon[31330]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2024-04-12T16:09:03.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:03 smithi040 ceph-mon[31330]: Cluster is now healthy 2024-04-12T16:09:04.343 INFO:teuthology.orchestra.run.smithi133.stdout:Created osd(s) 4,5 on host 'smithi133' 2024-04-12T16:09:04.992 DEBUG:teuthology.orchestra.run.smithi133:osd.5> sudo journalctl -f -n 0 -u ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@osd.5.service 2024-04-12T16:09:04.995 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-04-12T16:09:04.995 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph osd stat -f json 2024-04-12T16:09:05.232 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:05 smithi133 ceph-mon[31436]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:09:05.232 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:05 smithi133 ceph-mon[31436]: from='osd.5 [v2:172.21.15.133:6808/2984587419,v1:172.21.15.133:6809/2984587419]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-12T16:09:05.232 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:05 smithi133 ceph-mon[31436]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-12T16:09:05.233 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:05 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:05.233 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:05 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:05.233 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:05 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:09:05.233 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:05 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:09:05.233 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:05 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:09:05.233 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:05 smithi133 ceph-mon[31436]: Adjusting osd_memory_target on smithi133 to 10080M 2024-04-12T16:09:05.233 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:05 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:05.233 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:05 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:09:05.233 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:05 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:09:05.233 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:05 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:05.252 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:09:05.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:05 smithi037 ceph-mon[29573]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:09:05.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:05 smithi037 ceph-mon[29573]: from='osd.5 [v2:172.21.15.133:6808/2984587419,v1:172.21.15.133:6809/2984587419]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-12T16:09:05.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:05 smithi037 ceph-mon[29573]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-12T16:09:05.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:05 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:05.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:05 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:05.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:05 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:09:05.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:05 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:09:05.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:05 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:09:05.372 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:05 smithi037 ceph-mon[29573]: Adjusting osd_memory_target on smithi133 to 10080M 2024-04-12T16:09:05.372 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:05 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:05.372 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:05 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:09:05.372 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:05 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:09:05.372 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:05 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:05.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:05 smithi040 ceph-mon[31330]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:09:05.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:05 smithi040 ceph-mon[31330]: from='osd.5 [v2:172.21.15.133:6808/2984587419,v1:172.21.15.133:6809/2984587419]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-12T16:09:05.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:05 smithi040 ceph-mon[31330]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-12T16:09:05.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:05 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:05.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:05 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:05.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:05 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:09:05.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:05 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:09:05.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:05 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:09:05.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:05 smithi040 ceph-mon[31330]: Adjusting osd_memory_target on smithi133 to 10080M 2024-04-12T16:09:05.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:05 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:05.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:05 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:09:05.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:05 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:09:05.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:05 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:06.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:06 smithi133 ceph-mon[31436]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-12T16:09:06.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:06 smithi133 ceph-mon[31436]: osdmap e45: 6 total, 5 up, 6 in 2024-04-12T16:09:06.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:06 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:09:06.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:06 smithi133 ceph-mon[31436]: from='osd.5 [v2:172.21.15.133:6808/2984587419,v1:172.21.15.133:6809/2984587419]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-12T16:09:06.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:06 smithi133 ceph-mon[31436]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-12T16:09:06.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:06 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:06.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:06 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:06.334 INFO:journalctl@ceph.osd.5.smithi133.stdout:Apr 12 16:09:06 smithi133 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-5[41813]: 2024-04-12T16:09:06.079+0000 7efd392f2700 -1 osd.5 0 waiting for initial osdmap 2024-04-12T16:09:06.334 INFO:journalctl@ceph.osd.5.smithi133.stdout:Apr 12 16:09:06 smithi133 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-5[41813]: 2024-04-12T16:09:06.086+0000 7efd350e5700 -1 osd.5 46 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-12T16:09:06.374 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:06 smithi037 ceph-mon[29573]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-12T16:09:06.374 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:06 smithi037 ceph-mon[29573]: osdmap e45: 6 total, 5 up, 6 in 2024-04-12T16:09:06.374 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:06 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:09:06.374 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:06 smithi037 ceph-mon[29573]: from='osd.5 [v2:172.21.15.133:6808/2984587419,v1:172.21.15.133:6809/2984587419]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-12T16:09:06.374 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:06 smithi037 ceph-mon[29573]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-12T16:09:06.375 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:06 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:06.375 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:06 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:06.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:06 smithi040 ceph-mon[31330]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-12T16:09:06.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:06 smithi040 ceph-mon[31330]: osdmap e45: 6 total, 5 up, 6 in 2024-04-12T16:09:06.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:06 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:09:06.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:06 smithi040 ceph-mon[31330]: from='osd.5 [v2:172.21.15.133:6808/2984587419,v1:172.21.15.133:6809/2984587419]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-12T16:09:06.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:06 smithi040 ceph-mon[31330]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-12T16:09:06.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:06 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:06.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:06 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:07.221 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:09:07.237 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:07 smithi037 ceph-mon[29573]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:09:07.237 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:07 smithi037 ceph-mon[29573]: Detected new or changed devices on smithi133 2024-04-12T16:09:07.237 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:07 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:07.237 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:07 smithi037 ceph-mon[29573]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-04-12T16:09:07.237 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:07 smithi037 ceph-mon[29573]: osdmap e46: 6 total, 5 up, 6 in 2024-04-12T16:09:07.237 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:07 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:09:07.237 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:07 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:09:07.237 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:07 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:09:07.238 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:07 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:09:07.238 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:07 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:09:07.238 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:07 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:07.238 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:07 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:07.238 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:07 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:07.238 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:07 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:07.238 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:07 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:09:07.238 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:07 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:09:07.238 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:07 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:09:07.238 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:07 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:07.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:07 smithi133 ceph-mon[31436]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:09:07.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:07 smithi133 ceph-mon[31436]: Detected new or changed devices on smithi133 2024-04-12T16:09:07.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:07 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:07.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:07 smithi133 ceph-mon[31436]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-04-12T16:09:07.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:07 smithi133 ceph-mon[31436]: osdmap e46: 6 total, 5 up, 6 in 2024-04-12T16:09:07.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:07 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:09:07.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:07 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:09:07.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:07 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:09:07.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:07 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:09:07.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:07 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:09:07.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:07 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:07.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:07 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:07.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:07 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:07.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:07 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:07.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:07 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:09:07.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:07 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:09:07.334 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:07 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:09:07.334 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:07 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:07.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:07 smithi040 ceph-mon[31330]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:09:07.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:07 smithi040 ceph-mon[31330]: Detected new or changed devices on smithi133 2024-04-12T16:09:07.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:07 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:07.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:07 smithi040 ceph-mon[31330]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-04-12T16:09:07.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:07 smithi040 ceph-mon[31330]: osdmap e46: 6 total, 5 up, 6 in 2024-04-12T16:09:07.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:07 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:09:07.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:07 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:09:07.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:07 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:09:07.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:07 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:09:07.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:07 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:09:07.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:07 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:07.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:07 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:07.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:07 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:07.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:07 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:07.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:07 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:09:07.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:07 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:09:07.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:07 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:09:07.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:07 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:07.929 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":47,"num_osds":6,"num_up_osds":6,"osd_up_since":1712938147,"num_in_osds":6,"osd_in_since":1712938119,"num_remapped_pgs":1} 2024-04-12T16:09:07.929 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph osd dump --format=json 2024-04-12T16:09:08.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:08 smithi037 ceph-mon[29573]: purged_snaps scrub starts 2024-04-12T16:09:08.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:08 smithi037 ceph-mon[29573]: purged_snaps scrub ok 2024-04-12T16:09:08.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:08 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:09:08.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:08 smithi037 ceph-mon[29573]: osd.5 [v2:172.21.15.133:6808/2984587419,v1:172.21.15.133:6809/2984587419] boot 2024-04-12T16:09:08.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:08 smithi037 ceph-mon[29573]: osdmap e47: 6 total, 6 up, 6 in 2024-04-12T16:09:08.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:08 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:09:08.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:08 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/1765633555' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-12T16:09:08.197 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:09:08.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:08 smithi133 ceph-mon[31436]: purged_snaps scrub starts 2024-04-12T16:09:08.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:08 smithi133 ceph-mon[31436]: purged_snaps scrub ok 2024-04-12T16:09:08.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:08 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:09:08.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:08 smithi133 ceph-mon[31436]: osd.5 [v2:172.21.15.133:6808/2984587419,v1:172.21.15.133:6809/2984587419] boot 2024-04-12T16:09:08.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:08 smithi133 ceph-mon[31436]: osdmap e47: 6 total, 6 up, 6 in 2024-04-12T16:09:08.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:08 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:09:08.333 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:08 smithi133 ceph-mon[31436]: from='client.? 172.21.15.37:0/1765633555' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-12T16:09:08.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:08 smithi040 ceph-mon[31330]: purged_snaps scrub starts 2024-04-12T16:09:08.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:08 smithi040 ceph-mon[31330]: purged_snaps scrub ok 2024-04-12T16:09:08.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:08 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:09:08.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:08 smithi040 ceph-mon[31330]: osd.5 [v2:172.21.15.133:6808/2984587419,v1:172.21.15.133:6809/2984587419] boot 2024-04-12T16:09:08.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:08 smithi040 ceph-mon[31330]: osdmap e47: 6 total, 6 up, 6 in 2024-04-12T16:09:08.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:08 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T16:09:08.511 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:08 smithi040 ceph-mon[31330]: from='client.? 172.21.15.37:0/1765633555' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-12T16:09:09.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:09 smithi133 ceph-mon[31436]: pgmap v162: 1 pgs: 1 peering; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:09:09.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:09 smithi133 ceph-mon[31436]: osdmap e48: 6 total, 6 up, 6 in 2024-04-12T16:09:09.333 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:09 smithi037 ceph-mon[29573]: pgmap v162: 1 pgs: 1 peering; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:09:09.333 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:09 smithi037 ceph-mon[29573]: osdmap e48: 6 total, 6 up, 6 in 2024-04-12T16:09:09.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:09 smithi040 ceph-mon[31330]: pgmap v162: 1 pgs: 1 peering; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:09:09.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:09 smithi040 ceph-mon[31330]: osdmap e48: 6 total, 6 up, 6 in 2024-04-12T16:09:10.387 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:10 smithi040 ceph-mon[31330]: osdmap e49: 6 total, 6 up, 6 in 2024-04-12T16:09:10.387 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:10 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:10.387 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:10 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:10.387 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:10 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:10.418 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:10 smithi133 ceph-mon[31436]: osdmap e49: 6 total, 6 up, 6 in 2024-04-12T16:09:10.418 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:10 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:10.418 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:10 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:10.418 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:10 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:10.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:10 smithi037 ceph-mon[29573]: osdmap e49: 6 total, 6 up, 6 in 2024-04-12T16:09:10.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:10 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:10.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:10 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:10.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:10 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:11.237 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:11 smithi037 ceph-mon[29573]: pgmap v165: 1 pgs: 1 peering; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:11.238 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:11 smithi037 ceph-mon[29573]: osdmap e50: 6 total, 6 up, 6 in 2024-04-12T16:09:11.369 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:09:11.370 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":51,"fsid":"292bfd24-f8e6-11ee-bc8d-c7b262605968","created":"2024-04-12T16:04:22.776199+0000","modified":"2024-04-12T16:09:11.097295+0000","last_up_change":"2024-04-12T16:09:07.076283+0000","last_in_change":"2024-04-12T16:08:39.133808+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"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-12T16:07:48.834521+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":"24a4bd96-f568-42f4-9878-a1feaecae278","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.37:6802","nonce":959789793},{"type":"v1","addr":"172.21.15.37:6803","nonce":959789793}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":959789793},{"type":"v1","addr":"172.21.15.37:6805","nonce":959789793}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":959789793},{"type":"v1","addr":"172.21.15.37:6809","nonce":959789793}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":959789793},{"type":"v1","addr":"172.21.15.37:6807","nonce":959789793}]},"public_addr":"172.21.15.37:6803/959789793","cluster_addr":"172.21.15.37:6805/959789793","heartbeat_back_addr":"172.21.15.37:6809/959789793","heartbeat_front_addr":"172.21.15.37:6807/959789793","state":["exists","up"]},{"osd":1,"uuid":"df669a4b-32ef-4d4b-a1fd-f2fe38ef911e","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.37:6810","nonce":2942643174},{"type":"v1","addr":"172.21.15.37:6811","nonce":2942643174}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6812","nonce":2942643174},{"type":"v1","addr":"172.21.15.37:6813","nonce":2942643174}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6816","nonce":2942643174},{"type":"v1","addr":"172.21.15.37:6817","nonce":2942643174}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6814","nonce":2942643174},{"type":"v1","addr":"172.21.15.37:6815","nonce":2942643174}]},"public_addr":"172.21.15.37:6811/2942643174","cluster_addr":"172.21.15.37:6813/2942643174","heartbeat_back_addr":"172.21.15.37:6817/2942643174","heartbeat_front_addr":"172.21.15.37:6815/2942643174","state":["exists","up"]},{"osd":2,"uuid":"7985c67f-7e7e-4b89-80c9-4578e4c3a44a","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.40:6800","nonce":2456539565},{"type":"v1","addr":"172.21.15.40:6801","nonce":2456539565}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6802","nonce":2456539565},{"type":"v1","addr":"172.21.15.40:6803","nonce":2456539565}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6806","nonce":2456539565},{"type":"v1","addr":"172.21.15.40:6807","nonce":2456539565}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6804","nonce":2456539565},{"type":"v1","addr":"172.21.15.40:6805","nonce":2456539565}]},"public_addr":"172.21.15.40:6801/2456539565","cluster_addr":"172.21.15.40:6803/2456539565","heartbeat_back_addr":"172.21.15.40:6807/2456539565","heartbeat_front_addr":"172.21.15.40:6805/2456539565","state":["exists","up"]},{"osd":3,"uuid":"26d63826-2fea-47f9-8c2b-64423af34047","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6808","nonce":3117863045},{"type":"v1","addr":"172.21.15.40:6809","nonce":3117863045}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6810","nonce":3117863045},{"type":"v1","addr":"172.21.15.40:6811","nonce":3117863045}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6814","nonce":3117863045},{"type":"v1","addr":"172.21.15.40:6815","nonce":3117863045}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6812","nonce":3117863045},{"type":"v1","addr":"172.21.15.40:6813","nonce":3117863045}]},"public_addr":"172.21.15.40:6809/3117863045","cluster_addr":"172.21.15.40:6811/3117863045","heartbeat_back_addr":"172.21.15.40:6815/3117863045","heartbeat_front_addr":"172.21.15.40:6813/3117863045","state":["exists","up"]},{"osd":4,"uuid":"2acd2c46-a9fc-4406-b1c1-e750dc12a25f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":34,"last_clean_end":39,"up_from":43,"up_thru":0,"down_at":40,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":1308793166},{"type":"v1","addr":"172.21.15.133:6801","nonce":1308793166}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":1308793166},{"type":"v1","addr":"172.21.15.133:6803","nonce":1308793166}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":1308793166},{"type":"v1","addr":"172.21.15.133:6807","nonce":1308793166}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":1308793166},{"type":"v1","addr":"172.21.15.133:6805","nonce":1308793166}]},"public_addr":"172.21.15.133:6801/1308793166","cluster_addr":"172.21.15.133:6803/1308793166","heartbeat_back_addr":"172.21.15.133:6807/1308793166","heartbeat_front_addr":"172.21.15.133:6805/1308793166","state":["exists","up"]},{"osd":5,"uuid":"602241bc-b7e6-4fe9-a34b-967151dc3e88","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":2984587419},{"type":"v1","addr":"172.21.15.133:6809","nonce":2984587419}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":2984587419},{"type":"v1","addr":"172.21.15.133:6811","nonce":2984587419}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":2984587419},{"type":"v1","addr":"172.21.15.133:6815","nonce":2984587419}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":2984587419},{"type":"v1","addr":"172.21.15.133:6813","nonce":2984587419}]},"public_addr":"172.21.15.133:6809/2984587419","cluster_addr":"172.21.15.133:6811/2984587419","heartbeat_back_addr":"172.21.15.133:6815/2984587419","heartbeat_front_addr":"172.21.15.133:6813/2984587419","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-12T16:06:54.019830+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-12T16:07:21.419036+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-12T16:07:45.365491+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-12T16:08:09.656695+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-12T16:08:32.280547+0000","dead_epoch":39},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T16:09:05.220121+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.37:6801/3953061081":"2024-04-13T16:05:16.731929+0000","172.21.15.37:0/3256902617":"2024-04-13T16:05:16.731929+0000","172.21.15.37:6801/3831510831":"2024-04-13T16:04:50.426618+0000","172.21.15.37:6800/3831510831":"2024-04-13T16:04:50.426618+0000","172.21.15.37:0/2352689825":"2024-04-13T16:05:16.731929+0000","172.21.15.37:0/3924888464":"2024-04-13T16:04:50.426618+0000","172.21.15.37:0/2356642724":"2024-04-13T16:04:50.426618+0000","172.21.15.37:0/1609009847":"2024-04-13T16:04:50.426618+0000","172.21.15.37:6800/3953061081":"2024-04-13T16:05:16.731929+0000","172.21.15.37:0/1500980844":"2024-04-13T16:05:16.731929+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-12T16:09:11.390 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:11 smithi133 ceph-mon[31436]: pgmap v165: 1 pgs: 1 peering; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:11.390 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:11 smithi133 ceph-mon[31436]: osdmap e50: 6 total, 6 up, 6 in 2024-04-12T16:09:11.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:11 smithi040 ceph-mon[31330]: pgmap v165: 1 pgs: 1 peering; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:11.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:11 smithi040 ceph-mon[31330]: osdmap e50: 6 total, 6 up, 6 in 2024-04-12T16:09:12.036 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-12T16:07:48.834521+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-12T16:09:12.036 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-04-12T16:09:12.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:12 smithi133 ceph-mon[31436]: osdmap e51: 6 total, 6 up, 6 in 2024-04-12T16:09:12.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:12 smithi133 ceph-mon[31436]: from='client.? 172.21.15.37:0/357071881' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T16:09:12.403 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:12 smithi037 ceph-mon[29573]: osdmap e51: 6 total, 6 up, 6 in 2024-04-12T16:09:12.403 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:12 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/357071881' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T16:09:12.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:12 smithi040 ceph-mon[31330]: osdmap e51: 6 total, 6 up, 6 in 2024-04-12T16:09:12.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:12 smithi040 ceph-mon[31330]: from='client.? 172.21.15.37:0/357071881' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T16:09:12.644 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:09:13.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:13 smithi037 ceph-mon[29573]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-12T16:09:13.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:13 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:13.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:13 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:13.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:13 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:13.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:13 smithi040 ceph-mon[31330]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-12T16:09:13.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:13 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:13.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:13 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:13.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:13 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:13.582 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:13 smithi133 ceph-mon[31436]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-12T16:09:13.582 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:13 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:13.582 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:13 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:13.582 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:13 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:14.472 INFO:teuthology.orchestra.run.smithi037.stdout:pg_num: 1 2024-04-12T16:09:15.070 INFO:tasks.cephadm:Setting up client nodes... 2024-04-12T16:09:15.071 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-12T16:09:15.071 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-12T16:09:15.071 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph mgr dump --format=json 2024-04-12T16:09:15.313 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:09:15.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:15 smithi040 ceph-mon[31330]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 164 MiB used, 536 GiB / 536 GiB avail; 98 KiB/s, 0 objects/s recovering 2024-04-12T16:09:15.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:15 smithi040 ceph-mon[31330]: from='client.? 172.21.15.37:0/3742136361' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-12T16:09:15.736 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:15 smithi037 ceph-mon[29573]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 164 MiB used, 536 GiB / 536 GiB avail; 98 KiB/s, 0 objects/s recovering 2024-04-12T16:09:15.736 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:15 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/3742136361' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-12T16:09:15.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:15 smithi133 ceph-mon[31436]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 164 MiB used, 536 GiB / 536 GiB avail; 98 KiB/s, 0 objects/s recovering 2024-04-12T16:09:15.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:15 smithi133 ceph-mon[31436]: from='client.? 172.21.15.37:0/3742136361' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-12T16:09:17.152 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:09:17.514 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:17 smithi040 ceph-mon[31330]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-04-12T16:09:17.514 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:17 smithi040 ceph-mon[31330]: from='client.? 172.21.15.37:0/1692167769' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-12T16:09:17.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:17 smithi037 ceph-mon[29573]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-04-12T16:09:17.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:17 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/1692167769' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-12T16:09:17.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:17 smithi133 ceph-mon[31436]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-04-12T16:09:17.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:17 smithi133 ceph-mon[31436]: from='client.? 172.21.15.37:0/1692167769' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-12T16:09:17.863 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6800","nonce":3384511786},{"type":"v1","addr":"172.21.15.37:6801","nonce":3384511786}]},"active_addr":"172.21.15.37:6801/3384511786","active_change":"2024-04-12T16:05:16.732036+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.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.37:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.37:0","nonce":2342738683}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.37:0","nonce":4021950443}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.37:0","nonce":2505672596}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.37:0","nonce":4185267618}]}]} 2024-04-12T16:09:17.870 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-12T16:09:17.870 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-12T16:09:17.871 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph osd dump --format=json 2024-04-12T16:09:18.118 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:09:19.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:19 smithi037 ceph-mon[29573]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-12T16:09:19.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:19 smithi040 ceph-mon[31330]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-12T16:09:19.801 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:09:19.802 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":51,"fsid":"292bfd24-f8e6-11ee-bc8d-c7b262605968","created":"2024-04-12T16:04:22.776199+0000","modified":"2024-04-12T16:09:11.097295+0000","last_up_change":"2024-04-12T16:09:07.076283+0000","last_in_change":"2024-04-12T16:08:39.133808+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"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-12T16:07:48.834521+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":"24a4bd96-f568-42f4-9878-a1feaecae278","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.37:6802","nonce":959789793},{"type":"v1","addr":"172.21.15.37:6803","nonce":959789793}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":959789793},{"type":"v1","addr":"172.21.15.37:6805","nonce":959789793}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":959789793},{"type":"v1","addr":"172.21.15.37:6809","nonce":959789793}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":959789793},{"type":"v1","addr":"172.21.15.37:6807","nonce":959789793}]},"public_addr":"172.21.15.37:6803/959789793","cluster_addr":"172.21.15.37:6805/959789793","heartbeat_back_addr":"172.21.15.37:6809/959789793","heartbeat_front_addr":"172.21.15.37:6807/959789793","state":["exists","up"]},{"osd":1,"uuid":"df669a4b-32ef-4d4b-a1fd-f2fe38ef911e","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.37:6810","nonce":2942643174},{"type":"v1","addr":"172.21.15.37:6811","nonce":2942643174}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6812","nonce":2942643174},{"type":"v1","addr":"172.21.15.37:6813","nonce":2942643174}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6816","nonce":2942643174},{"type":"v1","addr":"172.21.15.37:6817","nonce":2942643174}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6814","nonce":2942643174},{"type":"v1","addr":"172.21.15.37:6815","nonce":2942643174}]},"public_addr":"172.21.15.37:6811/2942643174","cluster_addr":"172.21.15.37:6813/2942643174","heartbeat_back_addr":"172.21.15.37:6817/2942643174","heartbeat_front_addr":"172.21.15.37:6815/2942643174","state":["exists","up"]},{"osd":2,"uuid":"7985c67f-7e7e-4b89-80c9-4578e4c3a44a","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.40:6800","nonce":2456539565},{"type":"v1","addr":"172.21.15.40:6801","nonce":2456539565}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6802","nonce":2456539565},{"type":"v1","addr":"172.21.15.40:6803","nonce":2456539565}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6806","nonce":2456539565},{"type":"v1","addr":"172.21.15.40:6807","nonce":2456539565}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6804","nonce":2456539565},{"type":"v1","addr":"172.21.15.40:6805","nonce":2456539565}]},"public_addr":"172.21.15.40:6801/2456539565","cluster_addr":"172.21.15.40:6803/2456539565","heartbeat_back_addr":"172.21.15.40:6807/2456539565","heartbeat_front_addr":"172.21.15.40:6805/2456539565","state":["exists","up"]},{"osd":3,"uuid":"26d63826-2fea-47f9-8c2b-64423af34047","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6808","nonce":3117863045},{"type":"v1","addr":"172.21.15.40:6809","nonce":3117863045}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6810","nonce":3117863045},{"type":"v1","addr":"172.21.15.40:6811","nonce":3117863045}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6814","nonce":3117863045},{"type":"v1","addr":"172.21.15.40:6815","nonce":3117863045}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6812","nonce":3117863045},{"type":"v1","addr":"172.21.15.40:6813","nonce":3117863045}]},"public_addr":"172.21.15.40:6809/3117863045","cluster_addr":"172.21.15.40:6811/3117863045","heartbeat_back_addr":"172.21.15.40:6815/3117863045","heartbeat_front_addr":"172.21.15.40:6813/3117863045","state":["exists","up"]},{"osd":4,"uuid":"2acd2c46-a9fc-4406-b1c1-e750dc12a25f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":34,"last_clean_end":39,"up_from":43,"up_thru":0,"down_at":40,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":1308793166},{"type":"v1","addr":"172.21.15.133:6801","nonce":1308793166}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":1308793166},{"type":"v1","addr":"172.21.15.133:6803","nonce":1308793166}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":1308793166},{"type":"v1","addr":"172.21.15.133:6807","nonce":1308793166}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":1308793166},{"type":"v1","addr":"172.21.15.133:6805","nonce":1308793166}]},"public_addr":"172.21.15.133:6801/1308793166","cluster_addr":"172.21.15.133:6803/1308793166","heartbeat_back_addr":"172.21.15.133:6807/1308793166","heartbeat_front_addr":"172.21.15.133:6805/1308793166","state":["exists","up"]},{"osd":5,"uuid":"602241bc-b7e6-4fe9-a34b-967151dc3e88","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":2984587419},{"type":"v1","addr":"172.21.15.133:6809","nonce":2984587419}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":2984587419},{"type":"v1","addr":"172.21.15.133:6811","nonce":2984587419}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":2984587419},{"type":"v1","addr":"172.21.15.133:6815","nonce":2984587419}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":2984587419},{"type":"v1","addr":"172.21.15.133:6813","nonce":2984587419}]},"public_addr":"172.21.15.133:6809/2984587419","cluster_addr":"172.21.15.133:6811/2984587419","heartbeat_back_addr":"172.21.15.133:6815/2984587419","heartbeat_front_addr":"172.21.15.133:6813/2984587419","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-12T16:06:54.019830+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-12T16:07:21.419036+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-12T16:07:45.365491+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-12T16:08:09.656695+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-12T16:08:32.280547+0000","dead_epoch":39},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T16:09:05.220121+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.37:6801/3953061081":"2024-04-13T16:05:16.731929+0000","172.21.15.37:0/3256902617":"2024-04-13T16:05:16.731929+0000","172.21.15.37:6801/3831510831":"2024-04-13T16:04:50.426618+0000","172.21.15.37:6800/3831510831":"2024-04-13T16:04:50.426618+0000","172.21.15.37:0/2352689825":"2024-04-13T16:05:16.731929+0000","172.21.15.37:0/3924888464":"2024-04-13T16:04:50.426618+0000","172.21.15.37:0/2356642724":"2024-04-13T16:04:50.426618+0000","172.21.15.37:0/1609009847":"2024-04-13T16:04:50.426618+0000","172.21.15.37:6800/3953061081":"2024-04-13T16:05:16.731929+0000","172.21.15.37:0/1500980844":"2024-04-13T16:05:16.731929+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-12T16:09:19.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:19 smithi133 ceph-mon[31436]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-12T16:09:20.380 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-12T16:09:20.380 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph osd dump --format=json 2024-04-12T16:09:20.624 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:09:20.735 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:20 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/2490202136' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T16:09:20.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:20 smithi040 ceph-mon[31330]: from='client.? 172.21.15.37:0/2490202136' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T16:09:20.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:20 smithi133 ceph-mon[31436]: from='client.? 172.21.15.37:0/2490202136' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T16:09:21.691 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:21 smithi037 ceph-mon[29573]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-04-12T16:09:21.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:21 smithi040 ceph-mon[31330]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-04-12T16:09:21.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:21 smithi133 ceph-mon[31436]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-04-12T16:09:22.414 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:09:22.414 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":51,"fsid":"292bfd24-f8e6-11ee-bc8d-c7b262605968","created":"2024-04-12T16:04:22.776199+0000","modified":"2024-04-12T16:09:11.097295+0000","last_up_change":"2024-04-12T16:09:07.076283+0000","last_in_change":"2024-04-12T16:08:39.133808+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"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-12T16:07:48.834521+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":"24a4bd96-f568-42f4-9878-a1feaecae278","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.37:6802","nonce":959789793},{"type":"v1","addr":"172.21.15.37:6803","nonce":959789793}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":959789793},{"type":"v1","addr":"172.21.15.37:6805","nonce":959789793}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":959789793},{"type":"v1","addr":"172.21.15.37:6809","nonce":959789793}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":959789793},{"type":"v1","addr":"172.21.15.37:6807","nonce":959789793}]},"public_addr":"172.21.15.37:6803/959789793","cluster_addr":"172.21.15.37:6805/959789793","heartbeat_back_addr":"172.21.15.37:6809/959789793","heartbeat_front_addr":"172.21.15.37:6807/959789793","state":["exists","up"]},{"osd":1,"uuid":"df669a4b-32ef-4d4b-a1fd-f2fe38ef911e","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.37:6810","nonce":2942643174},{"type":"v1","addr":"172.21.15.37:6811","nonce":2942643174}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6812","nonce":2942643174},{"type":"v1","addr":"172.21.15.37:6813","nonce":2942643174}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6816","nonce":2942643174},{"type":"v1","addr":"172.21.15.37:6817","nonce":2942643174}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6814","nonce":2942643174},{"type":"v1","addr":"172.21.15.37:6815","nonce":2942643174}]},"public_addr":"172.21.15.37:6811/2942643174","cluster_addr":"172.21.15.37:6813/2942643174","heartbeat_back_addr":"172.21.15.37:6817/2942643174","heartbeat_front_addr":"172.21.15.37:6815/2942643174","state":["exists","up"]},{"osd":2,"uuid":"7985c67f-7e7e-4b89-80c9-4578e4c3a44a","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.40:6800","nonce":2456539565},{"type":"v1","addr":"172.21.15.40:6801","nonce":2456539565}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6802","nonce":2456539565},{"type":"v1","addr":"172.21.15.40:6803","nonce":2456539565}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6806","nonce":2456539565},{"type":"v1","addr":"172.21.15.40:6807","nonce":2456539565}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6804","nonce":2456539565},{"type":"v1","addr":"172.21.15.40:6805","nonce":2456539565}]},"public_addr":"172.21.15.40:6801/2456539565","cluster_addr":"172.21.15.40:6803/2456539565","heartbeat_back_addr":"172.21.15.40:6807/2456539565","heartbeat_front_addr":"172.21.15.40:6805/2456539565","state":["exists","up"]},{"osd":3,"uuid":"26d63826-2fea-47f9-8c2b-64423af34047","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6808","nonce":3117863045},{"type":"v1","addr":"172.21.15.40:6809","nonce":3117863045}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6810","nonce":3117863045},{"type":"v1","addr":"172.21.15.40:6811","nonce":3117863045}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6814","nonce":3117863045},{"type":"v1","addr":"172.21.15.40:6815","nonce":3117863045}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6812","nonce":3117863045},{"type":"v1","addr":"172.21.15.40:6813","nonce":3117863045}]},"public_addr":"172.21.15.40:6809/3117863045","cluster_addr":"172.21.15.40:6811/3117863045","heartbeat_back_addr":"172.21.15.40:6815/3117863045","heartbeat_front_addr":"172.21.15.40:6813/3117863045","state":["exists","up"]},{"osd":4,"uuid":"2acd2c46-a9fc-4406-b1c1-e750dc12a25f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":34,"last_clean_end":39,"up_from":43,"up_thru":0,"down_at":40,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":1308793166},{"type":"v1","addr":"172.21.15.133:6801","nonce":1308793166}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":1308793166},{"type":"v1","addr":"172.21.15.133:6803","nonce":1308793166}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":1308793166},{"type":"v1","addr":"172.21.15.133:6807","nonce":1308793166}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":1308793166},{"type":"v1","addr":"172.21.15.133:6805","nonce":1308793166}]},"public_addr":"172.21.15.133:6801/1308793166","cluster_addr":"172.21.15.133:6803/1308793166","heartbeat_back_addr":"172.21.15.133:6807/1308793166","heartbeat_front_addr":"172.21.15.133:6805/1308793166","state":["exists","up"]},{"osd":5,"uuid":"602241bc-b7e6-4fe9-a34b-967151dc3e88","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":2984587419},{"type":"v1","addr":"172.21.15.133:6809","nonce":2984587419}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":2984587419},{"type":"v1","addr":"172.21.15.133:6811","nonce":2984587419}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":2984587419},{"type":"v1","addr":"172.21.15.133:6815","nonce":2984587419}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":2984587419},{"type":"v1","addr":"172.21.15.133:6813","nonce":2984587419}]},"public_addr":"172.21.15.133:6809/2984587419","cluster_addr":"172.21.15.133:6811/2984587419","heartbeat_back_addr":"172.21.15.133:6815/2984587419","heartbeat_front_addr":"172.21.15.133:6813/2984587419","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-12T16:06:54.019830+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-12T16:07:21.419036+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-12T16:07:45.365491+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-12T16:08:09.656695+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-12T16:08:32.280547+0000","dead_epoch":39},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T16:09:05.220121+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.37:6801/3953061081":"2024-04-13T16:05:16.731929+0000","172.21.15.37:0/3256902617":"2024-04-13T16:05:16.731929+0000","172.21.15.37:6801/3831510831":"2024-04-13T16:04:50.426618+0000","172.21.15.37:6800/3831510831":"2024-04-13T16:04:50.426618+0000","172.21.15.37:0/2352689825":"2024-04-13T16:05:16.731929+0000","172.21.15.37:0/3924888464":"2024-04-13T16:04:50.426618+0000","172.21.15.37:0/2356642724":"2024-04-13T16:04:50.426618+0000","172.21.15.37:0/1609009847":"2024-04-13T16:04:50.426618+0000","172.21.15.37:6800/3953061081":"2024-04-13T16:05:16.731929+0000","172.21.15.37:0/1500980844":"2024-04-13T16:05:16.731929+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-12T16:09:22.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:22 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/640373880' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T16:09:22.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:22 smithi040 ceph-mon[31330]: from='client.? 172.21.15.37:0/640373880' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T16:09:22.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:22 smithi133 ceph-mon[31436]: from='client.? 172.21.15.37:0/640373880' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T16:09:23.023 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-12T16:09:23.023 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-12T16:09:23.024 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-12T16:09:23.024 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-04-12T16:09:23.025 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-04-12T16:09:23.025 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-04-12T16:09:23.307 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:09:23.314 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:09:23.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:23 smithi040 ceph-mon[31330]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-04-12T16:09:23.776 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:23 smithi037 ceph-mon[29573]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-04-12T16:09:23.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:23 smithi133 ceph-mon[31436]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-04-12T16:09:25.650 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:09:25.651 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:09:25.719 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:25 smithi133 ceph-mon[31436]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:25.719 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:25 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:25.719 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:25 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:25.719 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:25 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:25.725 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:25 smithi037 ceph-mon[29573]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:25.725 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:25 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:25.726 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:25 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:25.726 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:25 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:25.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:25 smithi040 ceph-mon[31330]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:25.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:25 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:25.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:25 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:25.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:25 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:27.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:27 smithi040 ceph-mon[31330]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:27.791 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:27 smithi133 ceph-mon[31436]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:27.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:27 smithi037 ceph-mon[29573]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:27.861 INFO:teuthology.orchestra.run.smithi037.stdout:111669149714 2024-04-12T16:09:27.862 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-04-12T16:09:28.363 INFO:teuthology.orchestra.run.smithi037.stdout:34359738400 2024-04-12T16:09:28.363 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-12T16:09:29.194 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:09:29.194 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:09:29.245 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:09:29.245 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:09:29.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:29 smithi040 ceph-mon[31330]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:29.548 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:29 smithi037 ceph-mon[29573]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:29.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:29 smithi133 ceph-mon[31436]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:30.653 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:30 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:30.653 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:30 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:30.653 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:30 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:30.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:30 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:30.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:30 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:30.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:30 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:31.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:30 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:31.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:30 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:31.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:30 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:31.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:31 smithi037 ceph-mon[29573]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:31.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:31 smithi133 ceph-mon[31436]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:32.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:31 smithi040 ceph-mon[31330]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:33.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:33 smithi133 ceph-mon[31436]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:33.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:33 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:33.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:33 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:33.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:33 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:33.924 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:33 smithi037 ceph-mon[29573]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:33.924 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:33 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:33.924 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:33 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:33.924 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:33 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:34.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:33 smithi040 ceph-mon[31330]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:34.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:33 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:34.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:33 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:34.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:33 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:34.789 INFO:teuthology.orchestra.run.smithi037.stdout:201863462920 2024-04-12T16:09:34.790 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-04-12T16:09:35.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:35 smithi037 ceph-mon[29573]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:35.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:35 smithi133 ceph-mon[31436]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:35.850 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:35 smithi040 ceph-mon[31330]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:37.734 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:37 smithi040 ceph-mon[31330]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:37.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:37 smithi133 ceph-mon[31436]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:37.897 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:37 smithi037 ceph-mon[29573]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:38.479 INFO:teuthology.orchestra.run.smithi037.stdout:184683593737 2024-04-12T16:09:38.479 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-04-12T16:09:39.576 INFO:teuthology.orchestra.run.smithi037.stdout:111669149716 2024-04-12T16:09:39.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:39 smithi037 ceph-mon[29573]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:39.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:39 smithi133 ceph-mon[31436]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:39.913 INFO:teuthology.orchestra.run.smithi037.stdout:77309411352 2024-04-12T16:09:39.914 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-12T16:09:40.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:39 smithi040 ceph-mon[31330]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:40.713 INFO:teuthology.orchestra.run.smithi037.stdout:34359738403 2024-04-12T16:09:40.824 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:40 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/3302687277' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-12T16:09:40.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:40 smithi133 ceph-mon[31436]: from='client.? 172.21.15.37:0/3302687277' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-12T16:09:41.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:40 smithi040 ceph-mon[31330]: from='client.? 172.21.15.37:0/3302687277' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-12T16:09:41.749 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738400 got 34359738403 for osd.0 2024-04-12T16:09:41.750 DEBUG:teuthology.parallel:result is None 2024-04-12T16:09:41.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:41 smithi133 ceph-mon[31436]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:41.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:41 smithi133 ceph-mon[31436]: from='client.? 172.21.15.37:0/2259091475' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-12T16:09:41.877 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:09:41.877 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:09:41.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:41 smithi037 ceph-mon[29573]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:41.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:41 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/2259091475' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-12T16:09:42.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:41 smithi040 ceph-mon[31330]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:42.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:41 smithi040 ceph-mon[31330]: from='client.? 172.21.15.37:0/2259091475' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-12T16:09:42.233 INFO:teuthology.orchestra.run.smithi037.stdout:55834574879 2024-04-12T16:09:42.234 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-12T16:09:43.746 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149714 got 111669149716 for osd.3 2024-04-12T16:09:43.746 DEBUG:teuthology.parallel:result is None 2024-04-12T16:09:43.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:43 smithi133 ceph-mon[31436]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:43.839 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:43 smithi037 ceph-mon[29573]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:44.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:43 smithi040 ceph-mon[31330]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:44.604 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:09:44.607 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:09:45.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:45 smithi133 ceph-mon[31436]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:45.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:45 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:45.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:45 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:45.833 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:45 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:45.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:45 smithi037 ceph-mon[29573]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:45.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:45 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:45.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:45 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:45.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:45 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:46.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:45 smithi040 ceph-mon[31330]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:46.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:45 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:46.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:45 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:46.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:45 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:46.783 INFO:teuthology.orchestra.run.smithi037.stdout:184683593739 2024-04-12T16:09:47.133 INFO:teuthology.orchestra.run.smithi037.stdout:201863462923 2024-04-12T16:09:47.712 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:47 smithi037 ceph-mon[29573]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:47.712 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:47 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/1316592383' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-12T16:09:47.712 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:47 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/4062722324' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-12T16:09:47.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:47 smithi133 ceph-mon[31436]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:47.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:47 smithi133 ceph-mon[31436]: from='client.? 172.21.15.37:0/1316592383' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-12T16:09:47.832 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:47 smithi133 ceph-mon[31436]: from='client.? 172.21.15.37:0/4062722324' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-12T16:09:48.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:47 smithi040 ceph-mon[31330]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:48.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:47 smithi040 ceph-mon[31330]: from='client.? 172.21.15.37:0/1316592383' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-12T16:09:48.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:47 smithi040 ceph-mon[31330]: from='client.? 172.21.15.37:0/4062722324' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-12T16:09:48.386 INFO:tasks.cephadm.ceph_manager.ceph:need seq 201863462920 got 201863462923 for osd.5 2024-04-12T16:09:48.386 DEBUG:teuthology.parallel:result is None 2024-04-12T16:09:49.413 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593737 got 184683593739 for osd.4 2024-04-12T16:09:49.413 DEBUG:teuthology.parallel:result is None 2024-04-12T16:09:49.638 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:49 smithi037 ceph-mon[29573]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:50.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:49 smithi040 ceph-mon[31330]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:50.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:49 smithi133 ceph-mon[31436]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:50.089 INFO:teuthology.orchestra.run.smithi037.stdout:77309411355 2024-04-12T16:09:50.292 INFO:teuthology.orchestra.run.smithi037.stdout:55834574880 2024-04-12T16:09:50.856 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:50 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:50.857 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:50 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:50.857 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:50 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:50.857 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:50 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/494342484' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-12T16:09:50.857 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:50 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/1999373122' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-12T16:09:50.885 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574879 got 55834574880 for osd.1 2024-04-12T16:09:50.885 DEBUG:teuthology.parallel:result is None 2024-04-12T16:09:51.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:50 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:51.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:50 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:51.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:50 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:51.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:50 smithi040 ceph-mon[31330]: from='client.? 172.21.15.37:0/494342484' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-12T16:09:51.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:50 smithi040 ceph-mon[31330]: from='client.? 172.21.15.37:0/1999373122' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-12T16:09:51.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:50 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:51.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:50 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:51.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:50 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:51.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:50 smithi133 ceph-mon[31436]: from='client.? 172.21.15.37:0/494342484' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-12T16:09:51.083 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:50 smithi133 ceph-mon[31436]: from='client.? 172.21.15.37:0/1999373122' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-12T16:09:51.414 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411352 got 77309411355 for osd.2 2024-04-12T16:09:51.414 DEBUG:teuthology.parallel:result is None 2024-04-12T16:09:51.414 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-12T16:09:51.414 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph pg dump --format=json 2024-04-12T16:09:51.661 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:09:52.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:51 smithi040 ceph-mon[31330]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:52.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:51 smithi037 ceph-mon[29573]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:52.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:51 smithi133 ceph-mon[31436]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:53.583 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:09:53.584 INFO:teuthology.orchestra.run.smithi037.stderr:dumped all 2024-04-12T16:09:53.922 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:53 smithi037 ceph-mon[29573]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:53.923 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:53 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:53.923 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:53 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:53.923 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:53 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:54.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:53 smithi040 ceph-mon[31330]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:54.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:53 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:54.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:53 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:54.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:53 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:54.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:53 smithi133 ceph-mon[31436]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:54.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:53 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:54.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:53 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:54.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:53 smithi133 ceph-mon[31436]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:09:54.349 INFO:teuthology.orchestra.run.smithi037.stdout:{"pg_ready":true,"pg_map":{"version":188,"stamp":"2024-04-12T16:09:51.992002+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":171288,"kb_used_data":4548,"kb_used_omap":12,"kb_used_meta":166643,"kb_avail":562299624,"statfs":{"total":575970213888,"available":575794814976,"internally_reserved":0,"allocated":4657152,"data_stored":2891220,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12375,"internal_metadata":170643369},"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.002365"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":277,"reported_epoch":51,"state":"active+clean","last_fresh":"2024-04-12T16:09:11.104611+0000","last_change":"2024-04-12T16:09:11.104611+0000","last_active":"2024-04-12T16:09:11.104611+0000","last_peered":"2024-04-12T16:09:11.104611+0000","last_clean":"2024-04-12T16:09:11.104611+0000","last_became_active":"2024-04-12T16:09:11.104137+0000","last_became_peered":"2024-04-12T16:09:11.104137+0000","last_unstale":"2024-04-12T16:09:11.104611+0000","last_undegraded":"2024-04-12T16:09:11.104611+0000","last_fullsized":"2024-04-12T16:09:11.104611+0000","mapping_epoch":50,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":51,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-12T16:07:49.321521+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-12T16:07:49.321521+0000","last_clean_scrub_stamp":"2024-04-12T16:07:49.321521+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-13T22:59:52.006144+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":2969600,"data_stored":2951840,"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":47,"seq":201863462924,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28068,"kb_used_data":1048,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717084,"statfs":{"total":95995035648,"available":95966294016,"internally_reserved":0,"allocated":1073152,"data_stored":777054,"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":43,"seq":184683593740,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27940,"kb_used_data":468,"kb_used_omap":4,"kb_used_meta":27451,"kb_avail":93717212,"statfs":{"total":95995035648,"available":95966425088,"internally_reserved":0,"allocated":479232,"data_stored":186686,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4402,"internal_metadata":28110542},"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":111669149719,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32228,"kb_used_data":1048,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712924,"statfs":{"total":95995035648,"available":95962034176,"internally_reserved":0,"allocated":1073152,"data_stored":777054,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"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":28072,"kb_used_data":1048,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717080,"statfs":{"total":95995035648,"available":95966289920,"internally_reserved":0,"allocated":1073152,"data_stored":777054,"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":27488,"kb_used_data":468,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717664,"statfs":{"total":95995035648,"available":95966887936,"internally_reserved":0,"allocated":479232,"data_stored":186686,"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":27492,"kb_used_data":468,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717660,"statfs":{"total":95995035648,"available":95966883840,"internally_reserved":0,"allocated":479232,"data_stored":186686,"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":0,"data_stored":0,"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-12T16:09:54.350 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph pg dump --format=json 2024-04-12T16:09:54.596 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:09:54.976 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:54 smithi037 ceph-mon[29573]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:09:55.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:54 smithi040 ceph-mon[31330]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:09:55.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:54 smithi133 ceph-mon[31436]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:09:55.983 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:55 smithi133 ceph-mon[31436]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:56.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:55 smithi040 ceph-mon[31330]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:56.034 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:55 smithi037 ceph-mon[29573]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:57.830 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:57 smithi040 ceph-mon[31330]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:57.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:57 smithi037 ceph-mon[29573]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:58.000 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:09:58.003 INFO:teuthology.orchestra.run.smithi037.stderr:dumped all 2024-04-12T16:09:58.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:57 smithi133 ceph-mon[31436]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:59.043 INFO:teuthology.orchestra.run.smithi037.stdout:{"pg_ready":true,"pg_map":{"version":191,"stamp":"2024-04-12T16:09:57.993351+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":171288,"kb_used_data":4548,"kb_used_omap":12,"kb_used_meta":166643,"kb_avail":562299624,"statfs":{"total":575970213888,"available":575794814976,"internally_reserved":0,"allocated":4657152,"data_stored":2891220,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12375,"internal_metadata":170643369},"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.002482"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":277,"reported_epoch":51,"state":"active+clean","last_fresh":"2024-04-12T16:09:11.104611+0000","last_change":"2024-04-12T16:09:11.104611+0000","last_active":"2024-04-12T16:09:11.104611+0000","last_peered":"2024-04-12T16:09:11.104611+0000","last_clean":"2024-04-12T16:09:11.104611+0000","last_became_active":"2024-04-12T16:09:11.104137+0000","last_became_peered":"2024-04-12T16:09:11.104137+0000","last_unstale":"2024-04-12T16:09:11.104611+0000","last_undegraded":"2024-04-12T16:09:11.104611+0000","last_fullsized":"2024-04-12T16:09:11.104611+0000","mapping_epoch":50,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":51,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-12T16:07:49.321521+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-12T16:07:49.321521+0000","last_clean_scrub_stamp":"2024-04-12T16:07:49.321521+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-13T22:59:52.006144+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":2969600,"data_stored":2951840,"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":47,"seq":201863462925,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28068,"kb_used_data":1048,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717084,"statfs":{"total":95995035648,"available":95966294016,"internally_reserved":0,"allocated":1073152,"data_stored":777054,"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":43,"seq":184683593741,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27940,"kb_used_data":468,"kb_used_omap":4,"kb_used_meta":27451,"kb_avail":93717212,"statfs":{"total":95995035648,"available":95966425088,"internally_reserved":0,"allocated":479232,"data_stored":186686,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4402,"internal_metadata":28110542},"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":111669149720,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32228,"kb_used_data":1048,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712924,"statfs":{"total":95995035648,"available":95962034176,"internally_reserved":0,"allocated":1073152,"data_stored":777054,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"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":77309411357,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28072,"kb_used_data":1048,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717080,"statfs":{"total":95995035648,"available":95966289920,"internally_reserved":0,"allocated":1073152,"data_stored":777054,"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":34359738407,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27488,"kb_used_data":468,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717664,"statfs":{"total":95995035648,"available":95966887936,"internally_reserved":0,"allocated":479232,"data_stored":186686,"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":55834574882,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27492,"kb_used_data":468,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717660,"statfs":{"total":95995035648,"available":95966883840,"internally_reserved":0,"allocated":479232,"data_stored":186686,"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":0,"data_stored":0,"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-12T16:09:59.043 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-12T16:09:59.043 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-12T16:09:59.044 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-12T16:09:59.044 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- ceph health --format=json 2024-04-12T16:09:59.293 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:09:59.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:59 smithi037 ceph-mon[29573]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:09:59.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:09:59 smithi037 ceph-mon[29573]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:10:00.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:59 smithi040 ceph-mon[31330]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:10:00.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:09:59 smithi040 ceph-mon[31330]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:10:00.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:59 smithi133 ceph-mon[31436]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:10:00.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:09:59 smithi133 ceph-mon[31436]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:10:00.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:00 smithi037 ceph-mon[29573]: overall HEALTH_OK 2024-04-12T16:10:01.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:00 smithi040 ceph-mon[31330]: overall HEALTH_OK 2024-04-12T16:10:01.012 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-12T16:10:01.012 INFO:teuthology.orchestra.run.smithi037.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-12T16:10:01.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:10:00 smithi133 ceph-mon[31436]: overall HEALTH_OK 2024-04-12T16:10:01.720 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-12T16:10:01.721 INFO:tasks.cephadm:Setup complete, yielding 2024-04-12T16:10:01.721 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-12T16:10:01.730 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2024-04-12T16:10:01.731 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 -- bash -c 'set -ex 2024-04-12T16:10:01.731 DEBUG:teuthology.orchestra.run.smithi037:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-04-12T16:10:01.731 DEBUG:teuthology.orchestra.run.smithi037:> for host in $HOSTNAMES; do 2024-04-12T16:10:01.731 DEBUG:teuthology.orchestra.run.smithi037:> # find the hostname for "host.c" which will have no mgr 2024-04-12T16:10:01.731 DEBUG:teuthology.orchestra.run.smithi037:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-04-12T16:10:01.731 DEBUG:teuthology.orchestra.run.smithi037:> if [ "$HAS_MGRS" == "false" ]; then 2024-04-12T16:10:01.731 DEBUG:teuthology.orchestra.run.smithi037:> HOST_C="${host}" 2024-04-12T16:10:01.731 DEBUG:teuthology.orchestra.run.smithi037:> fi 2024-04-12T16:10:01.731 DEBUG:teuthology.orchestra.run.smithi037:> done 2024-04-12T16:10:01.731 DEBUG:teuthology.orchestra.run.smithi037:> # One last thing to worry about before draining the host 2024-04-12T16:10:01.731 DEBUG:teuthology.orchestra.run.smithi037:> # is that the teuthology test tends to put the explicit 2024-04-12T16:10:01.731 DEBUG:teuthology.orchestra.run.smithi037:> # hostnames in the placement for the mon service. 2024-04-12T16:10:01.731 DEBUG:teuthology.orchestra.run.smithi037:> # We want to make sure we can drain without providing 2024-04-12T16:10:01.731 DEBUG:teuthology.orchestra.run.smithi037:> # --force and there is a check for the host being removed 2024-04-12T16:10:01.732 DEBUG:teuthology.orchestra.run.smithi037:> # being listed explicitly in the placements. Therefore, 2024-04-12T16:10:01.732 DEBUG:teuthology.orchestra.run.smithi037:> # we should remove it from the mon placement. 2024-04-12T16:10:01.732 DEBUG:teuthology.orchestra.run.smithi037:> ceph orch ls mon --export > mon.yaml 2024-04-12T16:10:01.732 DEBUG:teuthology.orchestra.run.smithi037:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2024-04-12T16:10:01.732 DEBUG:teuthology.orchestra.run.smithi037:> ceph orch apply -i mon_adjusted.yaml 2024-04-12T16:10:01.732 DEBUG:teuthology.orchestra.run.smithi037:> # now drain that host 2024-04-12T16:10:01.732 DEBUG:teuthology.orchestra.run.smithi037:> ceph orch host drain $HOST_C --zap-osd-devices 2024-04-12T16:10:01.732 DEBUG:teuthology.orchestra.run.smithi037:> # wait for drain to complete 2024-04-12T16:10:01.732 DEBUG:teuthology.orchestra.run.smithi037:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-04-12T16:10:01.732 DEBUG:teuthology.orchestra.run.smithi037:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-04-12T16:10:01.732 DEBUG:teuthology.orchestra.run.smithi037:> sleep 15 2024-04-12T16:10:01.732 DEBUG:teuthology.orchestra.run.smithi037:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-04-12T16:10:01.732 DEBUG:teuthology.orchestra.run.smithi037:> done 2024-04-12T16:10:01.732 DEBUG:teuthology.orchestra.run.smithi037:> # we want to check the ability to remove the host from 2024-04-12T16:10:01.733 DEBUG:teuthology.orchestra.run.smithi037:> # the CRUSH map, so we should first verify the host is in 2024-04-12T16:10:01.733 DEBUG:teuthology.orchestra.run.smithi037:> # the CRUSH map. 2024-04-12T16:10:01.733 DEBUG:teuthology.orchestra.run.smithi037:> ceph osd getcrushmap -o compiled-crushmap 2024-04-12T16:10:01.733 DEBUG:teuthology.orchestra.run.smithi037:> crushtool -d compiled-crushmap -o crushmap.txt 2024-04-12T16:10:01.733 DEBUG:teuthology.orchestra.run.smithi037:> CRUSH_MAP=$(cat crushmap.txt) 2024-04-12T16:10:01.733 DEBUG:teuthology.orchestra.run.smithi037:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-04-12T16:10:01.733 DEBUG:teuthology.orchestra.run.smithi037:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-04-12T16:10:01.733 DEBUG:teuthology.orchestra.run.smithi037:> exit 1 2024-04-12T16:10:01.733 DEBUG:teuthology.orchestra.run.smithi037:> fi 2024-04-12T16:10:01.733 DEBUG:teuthology.orchestra.run.smithi037:> # If the drain was successful, we should be able to remove the 2024-04-12T16:10:01.733 DEBUG:teuthology.orchestra.run.smithi037:> # host without force with no issues. If there are still daemons 2024-04-12T16:10:01.733 DEBUG:teuthology.orchestra.run.smithi037:> # we will get a response telling us to drain the host and a 2024-04-12T16:10:01.733 DEBUG:teuthology.orchestra.run.smithi037:> # non-zero return code 2024-04-12T16:10:01.733 DEBUG:teuthology.orchestra.run.smithi037:> ceph orch host rm $HOST_C --rm-crush-entry 2024-04-12T16:10:01.733 DEBUG:teuthology.orchestra.run.smithi037:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-04-12T16:10:01.733 DEBUG:teuthology.orchestra.run.smithi037:> sleep 30 2024-04-12T16:10:01.734 DEBUG:teuthology.orchestra.run.smithi037:> ceph osd getcrushmap -o compiled-crushmap 2024-04-12T16:10:01.734 DEBUG:teuthology.orchestra.run.smithi037:> crushtool -d compiled-crushmap -o crushmap.txt 2024-04-12T16:10:01.734 DEBUG:teuthology.orchestra.run.smithi037:> CRUSH_MAP=$(cat crushmap.txt) 2024-04-12T16:10:01.734 DEBUG:teuthology.orchestra.run.smithi037:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-04-12T16:10:01.734 DEBUG:teuthology.orchestra.run.smithi037:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-04-12T16:10:01.734 DEBUG:teuthology.orchestra.run.smithi037:> exit 1 2024-04-12T16:10:01.734 DEBUG:teuthology.orchestra.run.smithi037:> fi 2024-04-12T16:10:01.734 DEBUG:teuthology.orchestra.run.smithi037:> ' 2024-04-12T16:10:01.980 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:10:02.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:01 smithi040 ceph-mon[31330]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:10:02.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:01 smithi040 ceph-mon[31330]: from='client.? 172.21.15.37:0/72667684' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-12T16:10:02.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:10:01 smithi133 ceph-mon[31436]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:10:02.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:10:01 smithi133 ceph-mon[31436]: from='client.? 172.21.15.37:0/72667684' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-12T16:10:02.101 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:01 smithi037 ceph-mon[29573]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:10:02.102 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:01 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/72667684' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-12T16:10:03.606 INFO:teuthology.orchestra.run.smithi037.stderr:++ ceph orch host ls --format json 2024-04-12T16:10:03.606 INFO:teuthology.orchestra.run.smithi037.stderr:++ jq -r '.[] | .hostname' 2024-04-12T16:10:03.887 INFO:teuthology.orchestra.run.smithi037.stderr:+ HOSTNAMES='smithi037 2024-04-12T16:10:03.887 INFO:teuthology.orchestra.run.smithi037.stderr:smithi040 2024-04-12T16:10:03.887 INFO:teuthology.orchestra.run.smithi037.stderr:smithi133' 2024-04-12T16:10:03.887 INFO:teuthology.orchestra.run.smithi037.stderr:+ for host in $HOSTNAMES 2024-04-12T16:10:03.887 INFO:teuthology.orchestra.run.smithi037.stderr:++ ceph orch ps --hostname smithi037 --format json 2024-04-12T16:10:03.887 INFO:teuthology.orchestra.run.smithi037.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-04-12T16:10:04.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:03 smithi040 ceph-mon[31330]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:10:04.082 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:10:03 smithi133 ceph-mon[31436]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:10:04.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:03 smithi037 ceph-mon[29573]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:10:04.226 INFO:teuthology.orchestra.run.smithi037.stderr:+ HAS_MGRS=true 2024-04-12T16:10:04.226 INFO:teuthology.orchestra.run.smithi037.stderr:+ '[' true == false ']' 2024-04-12T16:10:04.226 INFO:teuthology.orchestra.run.smithi037.stderr:+ for host in $HOSTNAMES 2024-04-12T16:10:04.226 INFO:teuthology.orchestra.run.smithi037.stderr:++ ceph orch ps --hostname smithi040 --format json 2024-04-12T16:10:04.226 INFO:teuthology.orchestra.run.smithi037.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-04-12T16:10:04.566 INFO:teuthology.orchestra.run.smithi037.stderr:+ HAS_MGRS=true 2024-04-12T16:10:04.566 INFO:teuthology.orchestra.run.smithi037.stderr:+ '[' true == false ']' 2024-04-12T16:10:04.566 INFO:teuthology.orchestra.run.smithi037.stderr:+ for host in $HOSTNAMES 2024-04-12T16:10:04.567 INFO:teuthology.orchestra.run.smithi037.stderr:++ ceph orch ps --hostname smithi133 --format json 2024-04-12T16:10:04.567 INFO:teuthology.orchestra.run.smithi037.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-04-12T16:10:04.909 INFO:teuthology.orchestra.run.smithi037.stderr:+ HAS_MGRS=false 2024-04-12T16:10:04.909 INFO:teuthology.orchestra.run.smithi037.stderr:+ '[' false == false ']' 2024-04-12T16:10:04.909 INFO:teuthology.orchestra.run.smithi037.stderr:+ HOST_C=smithi133 2024-04-12T16:10:04.909 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph orch ls mon --export 2024-04-12T16:10:05.248 INFO:teuthology.orchestra.run.smithi037.stderr:+ sed /smithi133/d mon.yaml 2024-04-12T16:10:05.249 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph orch apply -i mon_adjusted.yaml 2024-04-12T16:10:05.580 INFO:teuthology.orchestra.run.smithi037.stdout:Scheduled mon update... 2024-04-12T16:10:05.593 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph orch host drain smithi133 --zap-osd-devices 2024-04-12T16:10:06.583 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:10:06 smithi133 podman[43518]: 2024-04-12 16:10:06.454417328 +0000 UTC m=+0.802618731 container remove 7a169b6ca4eff0bf24e0564697c948d04df0bad3dd31f6431d7ef51aaa804332 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mon-c, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240409, maintainer=Guillaume Abrioux , RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0) 2024-04-12T16:10:07.831 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:10:07 smithi133 systemd[1]: ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mon.c.service: Deactivated successfully. 2024-04-12T16:10:07.831 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 12 16:10:07 smithi133 systemd[1]: ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mon.c.service: Consumed 3.160s CPU time. 2024-04-12T16:10:08.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:07 smithi040 ceph-mon[31330]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi133", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:10:08.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:07 smithi040 ceph-mon[31330]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:10:08.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:07 smithi040 ceph-mon[31330]: from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:10:08.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:07 smithi040 ceph-mon[31330]: Saving service mon spec with placement smithi037:172.21.15.37=a;smithi040:172.21.15.40=b;count:3 2024-04-12T16:10:08.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:07 smithi040 ceph-mon[31330]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-04-12T16:10:08.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:07 smithi040 ceph-mon[31330]: Removing monitor c from monmap... 2024-04-12T16:10:08.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:07 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-04-12T16:10:08.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:07 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:10:08.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:07 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:10:08.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:07 smithi040 ceph-mon[31330]: mon.b calling monitor election 2024-04-12T16:10:08.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:07 smithi040 ceph-mon[31330]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:10:08.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:07 smithi040 ceph-mon[31330]: mon.a calling monitor election 2024-04-12T16:10:08.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:07 smithi040 ceph-mon[31330]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-12T16:10:08.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:07 smithi040 ceph-mon[31330]: monmap epoch 4 2024-04-12T16:10:08.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:07 smithi040 ceph-mon[31330]: fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:10:08.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:07 smithi040 ceph-mon[31330]: last_changed 2024-04-12T16:10:05.639019+0000 2024-04-12T16:10:08.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:07 smithi040 ceph-mon[31330]: created 2024-04-12T16:04:10.137025+0000 2024-04-12T16:10:08.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:07 smithi040 ceph-mon[31330]: min_mon_release 19 (squid) 2024-04-12T16:10:08.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:07 smithi040 ceph-mon[31330]: election_strategy: 1 2024-04-12T16:10:08.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:07 smithi040 ceph-mon[31330]: 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-04-12T16:10:08.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:07 smithi040 ceph-mon[31330]: 1: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.b 2024-04-12T16:10:08.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:07 smithi040 ceph-mon[31330]: fsmap 2024-04-12T16:10:08.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:07 smithi040 ceph-mon[31330]: osdmap e51: 6 total, 6 up, 6 in 2024-04-12T16:10:08.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:07 smithi040 ceph-mon[31330]: mgrmap e15: a(active, since 4m), standbys: b 2024-04-12T16:10:08.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:07 smithi040 ceph-mon[31330]: overall HEALTH_OK 2024-04-12T16:10:08.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:07 smithi037 ceph-mon[29573]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi133", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:10:08.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:07 smithi037 ceph-mon[29573]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:10:08.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:07 smithi037 ceph-mon[29573]: from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:10:08.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:07 smithi037 ceph-mon[29573]: Saving service mon spec with placement smithi037:172.21.15.37=a;smithi040:172.21.15.40=b;count:3 2024-04-12T16:10:08.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:07 smithi037 ceph-mon[29573]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-04-12T16:10:08.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:07 smithi037 ceph-mon[29573]: Removing monitor c from monmap... 2024-04-12T16:10:08.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:07 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-04-12T16:10:08.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:07 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:10:08.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:07 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:10:08.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:07 smithi037 ceph-mon[29573]: mon.b calling monitor election 2024-04-12T16:10:08.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:07 smithi037 ceph-mon[29573]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:10:08.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:07 smithi037 ceph-mon[29573]: mon.a calling monitor election 2024-04-12T16:10:08.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:07 smithi037 ceph-mon[29573]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-12T16:10:08.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:07 smithi037 ceph-mon[29573]: monmap epoch 4 2024-04-12T16:10:08.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:07 smithi037 ceph-mon[29573]: fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:10:08.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:07 smithi037 ceph-mon[29573]: last_changed 2024-04-12T16:10:05.639019+0000 2024-04-12T16:10:08.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:07 smithi037 ceph-mon[29573]: created 2024-04-12T16:04:10.137025+0000 2024-04-12T16:10:08.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:07 smithi037 ceph-mon[29573]: min_mon_release 19 (squid) 2024-04-12T16:10:08.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:07 smithi037 ceph-mon[29573]: election_strategy: 1 2024-04-12T16:10:08.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:07 smithi037 ceph-mon[29573]: 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-04-12T16:10:08.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:07 smithi037 ceph-mon[29573]: 1: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.b 2024-04-12T16:10:08.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:07 smithi037 ceph-mon[29573]: fsmap 2024-04-12T16:10:08.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:07 smithi037 ceph-mon[29573]: osdmap e51: 6 total, 6 up, 6 in 2024-04-12T16:10:08.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:07 smithi037 ceph-mon[29573]: mgrmap e15: a(active, since 4m), standbys: b 2024-04-12T16:10:08.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:07 smithi037 ceph-mon[29573]: overall HEALTH_OK 2024-04-12T16:10:08.943 INFO:teuthology.orchestra.run.smithi037.stdout:Scheduled to remove the following daemons from host 'smithi133' 2024-04-12T16:10:08.943 INFO:teuthology.orchestra.run.smithi037.stdout:type id 2024-04-12T16:10:08.943 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------- --------------- 2024-04-12T16:10:08.943 INFO:teuthology.orchestra.run.smithi037.stdout:agent smithi133 2024-04-12T16:10:08.943 INFO:teuthology.orchestra.run.smithi037.stdout:osd 4 2024-04-12T16:10:08.943 INFO:teuthology.orchestra.run.smithi037.stdout:osd 5 2024-04-12T16:10:08.961 INFO:teuthology.orchestra.run.smithi037.stderr:++ ceph orch ps --hostname smithi133 2024-04-12T16:10:08.962 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:08 smithi037 ceph-mon[29573]: Removing daemon mon.c from smithi133 -- ports [] 2024-04-12T16:10:08.962 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:08 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:08.962 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:08 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:08.962 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:08 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:08.962 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:08 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:08.962 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:08 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:09.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:08 smithi040 ceph-mon[31330]: Removing daemon mon.c from smithi133 -- ports [] 2024-04-12T16:10:09.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:08 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:09.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:08 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:09.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:08 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:09.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:08 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:09.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:08 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:09.342 INFO:teuthology.orchestra.run.smithi037.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T16:10:09.342 INFO:teuthology.orchestra.run.smithi037.stderr:agent.smithi133 smithi133 running 0s ago 4m - - 2024-04-12T16:10:09.342 INFO:teuthology.orchestra.run.smithi037.stderr:osd.4 smithi133 running (74s) 0s ago 101s 35.5M 9.84G 19.0.0-2847-gbf9c5618 92de118a8b8f 66c2b130a8e0 2024-04-12T16:10:09.342 INFO:teuthology.orchestra.run.smithi037.stderr:osd.5 smithi133 running (68s) 0s ago 68s 35.7M 9.84G 19.0.0-2847-gbf9c5618 92de118a8b8f 94393efd7dc8 ' 2024-04-12T16:10:09.342 INFO:teuthology.orchestra.run.smithi037.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T16:10:09.342 INFO:teuthology.orchestra.run.smithi037.stderr:agent.smithi133 smithi133 running 0s ago 4m - - 2024-04-12T16:10:09.342 INFO:teuthology.orchestra.run.smithi037.stderr:osd.4 smithi133 running (74s) 0s ago 101s 35.5M 9.84G 19.0.0-2847-gbf9c5618 92de118a8b8f 66c2b130a8e0 2024-04-12T16:10:09.343 INFO:teuthology.orchestra.run.smithi037.stderr:osd.5 smithi133 running (68s) 0s ago 68s 35.7M 9.84G 19.0.0-2847-gbf9c5618 92de118a8b8f 94393efd7dc8 ' '!=' 'No daemons reported' ']' 2024-04-12T16:10:09.343 INFO:teuthology.orchestra.run.smithi037.stderr:+ sleep 15 2024-04-12T16:10:10.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:09 smithi040 ceph-mon[31330]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:10:10.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:09 smithi040 ceph-mon[31330]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:10:10.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:09 smithi040 ceph-mon[31330]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T16:10:10.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:10:10.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:10:10.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:10:10.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:09 smithi040 ceph-mon[31330]: Updating smithi037:/etc/ceph/ceph.conf 2024-04-12T16:10:10.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:09 smithi040 ceph-mon[31330]: Updating smithi040:/etc/ceph/ceph.conf 2024-04-12T16:10:10.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:09 smithi040 ceph-mon[31330]: Updating smithi133:/etc/ceph/ceph.conf 2024-04-12T16:10:10.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:10.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:10.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-12T16:10:10.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-12T16:10:10.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:10.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:10.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:10.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:10.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:10.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:10.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:10.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:10.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-12T16:10:10.012 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:09 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-04-12T16:10:10.109 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:09 smithi037 ceph-mon[29573]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:10:10.109 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:09 smithi037 ceph-mon[29573]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:10:10.109 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:09 smithi037 ceph-mon[29573]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T16:10:10.109 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:10:10.109 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:10:10.109 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:10:10.109 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:09 smithi037 ceph-mon[29573]: Updating smithi037:/etc/ceph/ceph.conf 2024-04-12T16:10:10.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:09 smithi037 ceph-mon[29573]: Updating smithi040:/etc/ceph/ceph.conf 2024-04-12T16:10:10.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:09 smithi037 ceph-mon[29573]: Updating smithi133:/etc/ceph/ceph.conf 2024-04-12T16:10:10.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:10.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:10.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-12T16:10:10.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-12T16:10:10.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:10.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:10.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:10.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:10.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:10.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:10.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:10.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:10.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-12T16:10:10.111 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:09 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-04-12T16:10:10.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:10 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mon-a[29569]: 2024-04-12T16:10:10.369+0000 7f19dd5b0700 -1 mon.a@0(leader).osd e52 definitely_dead 0 2024-04-12T16:10:11.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:10 smithi037 ceph-mon[29573]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi133", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:10:11.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:10 smithi037 ceph-mon[29573]: Added label _no_schedule to host smithi133 2024-04-12T16:10:11.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:10 smithi037 ceph-mon[29573]: Added label _no_conf_keyring to host smithi133 2024-04-12T16:10:11.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:10 smithi037 ceph-mon[29573]: osd.4 crush weight is 0.0872955322265625 2024-04-12T16:10:11.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:10 smithi037 ceph-mon[29573]: osd.5 crush weight is 0.0872955322265625 2024-04-12T16:10:11.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:10 smithi037 ceph-mon[29573]: Updating smithi037:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:10:11.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:10 smithi037 ceph-mon[29573]: Updating smithi133:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:10:11.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:10 smithi037 ceph-mon[29573]: Updating smithi040:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:10:11.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:10 smithi037 ceph-mon[29573]: from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:10:11.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:10 smithi037 ceph-mon[29573]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:10:11.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:10 smithi037 ceph-mon[29573]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:11.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:10 smithi037 ceph-mon[29573]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:11.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:10 smithi037 ceph-mon[29573]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-12T16:10:11.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:10 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:11.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:10 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:11.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:10 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:11.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:10 smithi037 ceph-mon[29573]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-12T16:10:11.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:10 smithi037 ceph-mon[29573]: Cluster is now healthy 2024-04-12T16:10:11.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:10 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-04-12T16:10:11.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:10 smithi037 ceph-mon[29573]: osdmap e52: 6 total, 6 up, 6 in 2024-04-12T16:10:11.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:10 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:11.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:10 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-12T16:10:11.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:10 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-04-12T16:10:11.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:10 smithi040 ceph-mon[31330]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi133", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:10:11.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:10 smithi040 ceph-mon[31330]: Added label _no_schedule to host smithi133 2024-04-12T16:10:11.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:10 smithi040 ceph-mon[31330]: Added label _no_conf_keyring to host smithi133 2024-04-12T16:10:11.261 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:10 smithi040 ceph-mon[31330]: osd.4 crush weight is 0.0872955322265625 2024-04-12T16:10:11.261 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:10 smithi040 ceph-mon[31330]: osd.5 crush weight is 0.0872955322265625 2024-04-12T16:10:11.261 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:10 smithi040 ceph-mon[31330]: Updating smithi037:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:10:11.261 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:10 smithi040 ceph-mon[31330]: Updating smithi133:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:10:11.261 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:10 smithi040 ceph-mon[31330]: Updating smithi040:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:10:11.261 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:10 smithi040 ceph-mon[31330]: from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:10:11.261 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:10 smithi040 ceph-mon[31330]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:10:11.261 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:10 smithi040 ceph-mon[31330]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:11.261 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:10 smithi040 ceph-mon[31330]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:11.261 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:10 smithi040 ceph-mon[31330]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-12T16:10:11.261 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:10 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:11.261 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:10 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:11.261 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:10 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:11.261 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:10 smithi040 ceph-mon[31330]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-12T16:10:11.261 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:10 smithi040 ceph-mon[31330]: Cluster is now healthy 2024-04-12T16:10:11.262 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:10 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-04-12T16:10:11.262 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:10 smithi040 ceph-mon[31330]: osdmap e52: 6 total, 6 up, 6 in 2024-04-12T16:10:11.262 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:10 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:11.262 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:10 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-12T16:10:11.262 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:10 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-04-12T16:10:12.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:11 smithi037 ceph-mon[29573]: osd.5 weight is now 0.0 2024-04-12T16:10:12.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:11 smithi037 ceph-mon[29573]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:12.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:11 smithi037 ceph-mon[29573]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-12T16:10:12.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:11 smithi037 ceph-mon[29573]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T16:10:12.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:11 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-04-12T16:10:12.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:11 smithi037 ceph-mon[29573]: osdmap e53: 6 total, 5 up, 6 in 2024-04-12T16:10:12.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:11 smithi040 ceph-mon[31330]: osd.5 weight is now 0.0 2024-04-12T16:10:12.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:11 smithi040 ceph-mon[31330]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:12.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:11 smithi040 ceph-mon[31330]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-12T16:10:12.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:11 smithi040 ceph-mon[31330]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T16:10:12.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:11 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-04-12T16:10:12.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:11 smithi040 ceph-mon[31330]: osdmap e53: 6 total, 5 up, 6 in 2024-04-12T16:10:13.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:12 smithi037 ceph-mon[29573]: pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:10:13.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:12 smithi037 ceph-mon[29573]: osd.4 now down 2024-04-12T16:10:13.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:12 smithi037 ceph-mon[29573]: Removing daemon osd.4 from smithi133 -- ports [] 2024-04-12T16:10:13.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:12 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:13.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:12 smithi037 ceph-mon[29573]: osdmap e54: 6 total, 5 up, 6 in 2024-04-12T16:10:13.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:12 smithi040 ceph-mon[31330]: pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:10:13.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:12 smithi040 ceph-mon[31330]: osd.4 now down 2024-04-12T16:10:13.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:12 smithi040 ceph-mon[31330]: Removing daemon osd.4 from smithi133 -- ports [] 2024-04-12T16:10:13.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:12 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:13.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:12 smithi040 ceph-mon[31330]: osdmap e54: 6 total, 5 up, 6 in 2024-04-12T16:10:13.434 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:10:13 smithi133 systemd[1]: Stopping Ceph osd.4 for 292bfd24-f8e6-11ee-bc8d-c7b262605968... 2024-04-12T16:10:13.832 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:10:13 smithi133 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4[40705]: 2024-04-12T16:10:13.486+0000 7f35c6e1e700 -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-12T16:10:13.832 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:10:13 smithi133 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4[40705]: 2024-04-12T16:10:13.486+0000 7f35c6e1e700 -1 osd.4 52 *** Got signal Terminated *** 2024-04-12T16:10:13.832 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:10:13 smithi133 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4[40705]: 2024-04-12T16:10:13.486+0000 7f35c6e1e700 -1 osd.4 52 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T16:10:14.284 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:10:14 smithi133 podman[44893]: 2024-04-12 16:10:14.018675714 +0000 UTC m=+0.631184130 container died 66c2b130a8e01a29a8c078da005e5a121c91320ff5716a514cf0c54e972d399a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240409, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0) 2024-04-12T16:10:14.582 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:10:14 smithi133 podman[44893]: 2024-04-12 16:10:14.386746746 +0000 UTC m=+0.999255165 container cleanup 66c2b130a8e01a29a8c078da005e5a121c91320ff5716a514cf0c54e972d399a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240409, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-12T16:10:14.582 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:10:14 smithi133 bash[44893]: ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4 2024-04-12T16:10:14.618 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:14 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:14.618 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:14 smithi037 ceph-mon[29573]: pgmap v203: 1 pgs: 1 peering; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:10:14.618 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:14 smithi037 ceph-mon[29573]: osdmap e55: 6 total, 5 up, 6 in 2024-04-12T16:10:14.618 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:14 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:14.618 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:14 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:14.618 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:14 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:14.618 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:14 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:14.618 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:14 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:14.618 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:14 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:14.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:14 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:14.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:14 smithi040 ceph-mon[31330]: pgmap v203: 1 pgs: 1 peering; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:10:14.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:14 smithi040 ceph-mon[31330]: osdmap e55: 6 total, 5 up, 6 in 2024-04-12T16:10:14.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:14 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:14.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:14 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:14.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:14 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:14.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:14 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:14.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:14 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:14.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:14 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:14.936 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:10:14 smithi133 podman[44918]: 2024-04-12 16:10:14.637830476 +0000 UTC m=+0.618086933 container remove 66c2b130a8e01a29a8c078da005e5a121c91320ff5716a514cf0c54e972d399a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.build-date=20240409, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-04-12T16:10:15.197 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:10:14 smithi133 podman[45010]: 2024-04-12 16:10:14.938645546 +0000 UTC m=+0.103882076 container create 1a20ace01f5238e1b312915ae38777abb6d22d2148b7135059c12b172132fb50 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4-deactivate, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240409, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-12T16:10:15.197 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:10:14 smithi133 podman[45010]: 2024-04-12 16:10:14.852710597 +0000 UTC m=+0.017947127 image pull 92de118a8b8fd41458f442b377b2c0b3c43b8d07f06e0d9ed4acf64e9f818607 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528 2024-04-12T16:10:15.197 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:10:15 smithi133 podman[45010]: 2024-04-12 16:10:15.116201802 +0000 UTC m=+0.281438333 container init 1a20ace01f5238e1b312915ae38777abb6d22d2148b7135059c12b172132fb50 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4-deactivate, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20240409, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-12T16:10:15.197 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:10:15 smithi133 podman[45010]: 2024-04-12 16:10:15.119647856 +0000 UTC m=+0.284884390 container start 1a20ace01f5238e1b312915ae38777abb6d22d2148b7135059c12b172132fb50 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4-deactivate, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240409, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561) 2024-04-12T16:10:15.197 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:10:15 smithi133 podman[45010]: 2024-04-12 16:10:15.199345342 +0000 UTC m=+0.364581886 container attach 1a20ace01f5238e1b312915ae38777abb6d22d2148b7135059c12b172132fb50 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4-deactivate, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240409, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.33.5, GIT_CLEAN=True) 2024-04-12T16:10:15.528 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:15 smithi037 ceph-mon[29573]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-04-12T16:10:15.582 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:10:15 smithi133 podman[45010]: 2024-04-12 16:10:15.411409384 +0000 UTC m=+0.576645909 container died 1a20ace01f5238e1b312915ae38777abb6d22d2148b7135059c12b172132fb50 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4-deactivate, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240409, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, ceph=True, io.buildah.version=1.33.5) 2024-04-12T16:10:15.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:15 smithi040 ceph-mon[31330]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-04-12T16:10:16.332 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:10:16 smithi133 podman[45036]: 2024-04-12 16:10:16.044191488 +0000 UTC m=+0.627396202 container remove 1a20ace01f5238e1b312915ae38777abb6d22d2148b7135059c12b172132fb50 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-4-deactivate, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.build-date=20240409, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_BRANCH=HEAD) 2024-04-12T16:10:16.332 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:10:16 smithi133 systemd[1]: ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@osd.4.service: Deactivated successfully. 2024-04-12T16:10:16.332 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:10:16 smithi133 systemd[1]: Stopped Ceph osd.4 for 292bfd24-f8e6-11ee-bc8d-c7b262605968. 2024-04-12T16:10:16.332 INFO:journalctl@ceph.osd.4.smithi133.stdout:Apr 12 16:10:16 smithi133 systemd[1]: ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@osd.4.service: Consumed 1.760s CPU time. 2024-04-12T16:10:16.582 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:16 smithi040 ceph-mon[31330]: pgmap v205: 1 pgs: 1 peering; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:10:16.582 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:16 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-04-12T16:10:16.582 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:16 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-04-12T16:10:16.582 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:16 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-04-12T16:10:16.582 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:16 smithi040 ceph-mon[31330]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T16:10:16.582 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:16 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-04-12T16:10:16.582 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:16 smithi040 ceph-mon[31330]: osdmap e56: 5 total, 5 up, 5 in 2024-04-12T16:10:16.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:16 smithi037 ceph-mon[29573]: pgmap v205: 1 pgs: 1 peering; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-04-12T16:10:16.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:16 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-04-12T16:10:16.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:16 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-04-12T16:10:16.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:16 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-04-12T16:10:16.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:16 smithi037 ceph-mon[29573]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T16:10:16.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:16 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-04-12T16:10:16.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:16 smithi037 ceph-mon[29573]: osdmap e56: 5 total, 5 up, 5 in 2024-04-12T16:10:17.671 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:17 smithi040 ceph-mon[31330]: Removing key for osd.4 2024-04-12T16:10:17.671 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:17 smithi040 ceph-mon[31330]: Successfully removed osd.4 on smithi133 2024-04-12T16:10:17.671 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:17 smithi040 ceph-mon[31330]: Successfully purged osd.4 on smithi133 2024-04-12T16:10:17.672 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:17 smithi040 ceph-mon[31330]: Zapping devices for osd.4 on smithi133 2024-04-12T16:10:17.672 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:17 smithi040 ceph-mon[31330]: osdmap e57: 5 total, 5 up, 5 in 2024-04-12T16:10:17.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:17 smithi037 ceph-mon[29573]: Removing key for osd.4 2024-04-12T16:10:17.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:17 smithi037 ceph-mon[29573]: Successfully removed osd.4 on smithi133 2024-04-12T16:10:17.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:17 smithi037 ceph-mon[29573]: Successfully purged osd.4 on smithi133 2024-04-12T16:10:17.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:17 smithi037 ceph-mon[29573]: Zapping devices for osd.4 on smithi133 2024-04-12T16:10:17.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:17 smithi037 ceph-mon[29573]: osdmap e57: 5 total, 5 up, 5 in 2024-04-12T16:10:18.660 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:18 smithi040 ceph-mon[31330]: pgmap v208: 1 pgs: 1 remapped; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:10:18.660 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:18 smithi040 ceph-mon[31330]: osdmap e58: 5 total, 5 up, 5 in 2024-04-12T16:10:18.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:18 smithi037 ceph-mon[29573]: pgmap v208: 1 pgs: 1 remapped; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:10:18.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:18 smithi037 ceph-mon[29573]: osdmap e58: 5 total, 5 up, 5 in 2024-04-12T16:10:19.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:19 smithi037 ceph-mon[29573]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-04-12T16:10:19.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:19 smithi037 ceph-mon[29573]: Cluster is now healthy 2024-04-12T16:10:19.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:19 smithi040 ceph-mon[31330]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-04-12T16:10:19.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:19 smithi040 ceph-mon[31330]: Cluster is now healthy 2024-04-12T16:10:20.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:20 smithi037 ceph-mon[29573]: osdmap e59: 5 total, 5 up, 5 in 2024-04-12T16:10:20.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:20 smithi037 ceph-mon[29573]: pgmap v211: 1 pgs: 1 remapped; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:10:20.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:20 smithi037 ceph-mon[29573]: Successfully zapped devices for osd.4 on smithi133 2024-04-12T16:10:20.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:20 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:20.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:20 smithi037 ceph-mon[29573]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:20.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:20 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:20.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:20 smithi037 ceph-mon[29573]: Removing daemon agent.smithi133 from smithi133 -- ports [] 2024-04-12T16:10:20.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:20 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi133"}]: dispatch 2024-04-12T16:10:20.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:20 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi133"}]': finished 2024-04-12T16:10:20.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:20 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:20.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:20 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:20.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:20 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:10:20.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:20 smithi040 ceph-mon[31330]: osdmap e59: 5 total, 5 up, 5 in 2024-04-12T16:10:20.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:20 smithi040 ceph-mon[31330]: pgmap v211: 1 pgs: 1 remapped; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:10:20.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:20 smithi040 ceph-mon[31330]: Successfully zapped devices for osd.4 on smithi133 2024-04-12T16:10:20.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:20 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:20.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:20 smithi040 ceph-mon[31330]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:20.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:20 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:20.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:20 smithi040 ceph-mon[31330]: Removing daemon agent.smithi133 from smithi133 -- ports [] 2024-04-12T16:10:20.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:20 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi133"}]: dispatch 2024-04-12T16:10:20.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:20 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi133"}]': finished 2024-04-12T16:10:20.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:20 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:20.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:20 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:20.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:20 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:10:21.683 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:21 smithi037 ceph-mon[29573]: Removing key for client.agent.smithi133 2024-04-12T16:10:21.683 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:21 smithi037 ceph-mon[29573]: osdmap e60: 5 total, 5 up, 5 in 2024-04-12T16:10:21.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:21 smithi040 ceph-mon[31330]: Removing key for client.agent.smithi133 2024-04-12T16:10:21.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:21 smithi040 ceph-mon[31330]: osdmap e60: 5 total, 5 up, 5 in 2024-04-12T16:10:22.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:22 smithi037 ceph-mon[29573]: pgmap v213: 1 pgs: 1 remapped; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:10:22.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:22 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:22.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:22 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:22.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:22 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:22.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:22 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:22.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:22 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:22.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:22 smithi040 ceph-mon[31330]: pgmap v213: 1 pgs: 1 remapped; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-04-12T16:10:22.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:22 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:22.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:22 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:22.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:22 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:22.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:22 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:22.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:22 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:24.346 INFO:teuthology.orchestra.run.smithi037.stderr:++ ceph orch ps --hostname smithi133 2024-04-12T16:10:24.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:24 smithi037 ceph-mon[29573]: pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 141 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-12T16:10:24.696 INFO:teuthology.orchestra.run.smithi037.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T16:10:24.696 INFO:teuthology.orchestra.run.smithi037.stderr:osd.5 smithi133 running (83s) 3s ago 83s 37.2M 9.84G 19.0.0-2847-gbf9c5618 92de118a8b8f 94393efd7dc8 ' 2024-04-12T16:10:24.696 INFO:teuthology.orchestra.run.smithi037.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T16:10:24.696 INFO:teuthology.orchestra.run.smithi037.stderr:osd.5 smithi133 running (83s) 3s ago 83s 37.2M 9.84G 19.0.0-2847-gbf9c5618 92de118a8b8f 94393efd7dc8 ' '!=' 'No daemons reported' ']' 2024-04-12T16:10:24.696 INFO:teuthology.orchestra.run.smithi037.stderr:+ sleep 15 2024-04-12T16:10:24.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:24 smithi040 ceph-mon[31330]: pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 141 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-12T16:10:25.297 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:24 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mon-a[29569]: 2024-04-12T16:10:24.990+0000 7f19dd5b0700 -1 mon.a@0(leader).osd e60 definitely_dead 0 2024-04-12T16:10:25.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:25 smithi037 ceph-mon[29573]: from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:10:25.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:25 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:25.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:25 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:25.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:25 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:10:25.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:25 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:10:25.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:25 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:25.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:25 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:25.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:25 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:25.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:25 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:25.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:25 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:25.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:25 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-12T16:10:25.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:25 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-04-12T16:10:25.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:25 smithi040 ceph-mon[31330]: from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:10:25.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:25 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:25.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:25 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:25.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:25 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:10:25.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:25 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:10:25.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:25 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:25.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:25 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:25.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:25 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:25.762 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:25 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:25.762 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:25 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:25.762 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:25 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-12T16:10:25.762 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:25 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-04-12T16:10:26.582 INFO:journalctl@ceph.osd.5.smithi133.stdout:Apr 12 16:10:26 smithi133 systemd[1]: Stopping Ceph osd.5 for 292bfd24-f8e6-11ee-bc8d-c7b262605968... 2024-04-12T16:10:26.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:26 smithi037 ceph-mon[29573]: Detected new or changed devices on smithi133 2024-04-12T16:10:26.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:26 smithi037 ceph-mon[29573]: Removing smithi133:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:10:26.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:26 smithi037 ceph-mon[29573]: Removing smithi133:/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:10:26.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:26 smithi037 ceph-mon[29573]: Removing smithi133:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T16:10:26.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:26 smithi037 ceph-mon[29573]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:26.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:26 smithi037 ceph-mon[29573]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:26.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:26 smithi037 ceph-mon[29573]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:26.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:26 smithi037 ceph-mon[29573]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-12T16:10:26.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:26 smithi037 ceph-mon[29573]: pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 141 MiB used, 447 GiB / 447 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-04-12T16:10:26.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:26 smithi037 ceph-mon[29573]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T16:10:26.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:26 smithi037 ceph-mon[29573]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-04-12T16:10:26.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:26 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-04-12T16:10:26.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:26 smithi037 ceph-mon[29573]: osdmap e61: 5 total, 4 up, 5 in 2024-04-12T16:10:26.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:26 smithi040 ceph-mon[31330]: Detected new or changed devices on smithi133 2024-04-12T16:10:26.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:26 smithi040 ceph-mon[31330]: Removing smithi133:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:10:26.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:26 smithi040 ceph-mon[31330]: Removing smithi133:/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:10:26.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:26 smithi040 ceph-mon[31330]: Removing smithi133:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T16:10:26.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:26 smithi040 ceph-mon[31330]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:26.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:26 smithi040 ceph-mon[31330]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:26.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:26 smithi040 ceph-mon[31330]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-12T16:10:26.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:26 smithi040 ceph-mon[31330]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-12T16:10:26.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:26 smithi040 ceph-mon[31330]: pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 141 MiB used, 447 GiB / 447 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-04-12T16:10:26.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:26 smithi040 ceph-mon[31330]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T16:10:26.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:26 smithi040 ceph-mon[31330]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-04-12T16:10:26.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:26 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-04-12T16:10:26.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:26 smithi040 ceph-mon[31330]: osdmap e61: 5 total, 4 up, 5 in 2024-04-12T16:10:27.082 INFO:journalctl@ceph.osd.5.smithi133.stdout:Apr 12 16:10:26 smithi133 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-5[41813]: 2024-04-12T16:10:26.743+0000 7efd3a2f4700 -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-12T16:10:27.082 INFO:journalctl@ceph.osd.5.smithi133.stdout:Apr 12 16:10:26 smithi133 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-5[41813]: 2024-04-12T16:10:26.743+0000 7efd3a2f4700 -1 osd.5 60 *** Got signal Terminated *** 2024-04-12T16:10:27.082 INFO:journalctl@ceph.osd.5.smithi133.stdout:Apr 12 16:10:26 smithi133 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-5[41813]: 2024-04-12T16:10:26.743+0000 7efd3a2f4700 -1 osd.5 60 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T16:10:27.517 INFO:journalctl@ceph.osd.5.smithi133.stdout:Apr 12 16:10:27 smithi133 podman[47952]: 2024-04-12 16:10:27.282575418 +0000 UTC m=+0.648486713 container died 94393efd7dc816d4a87be704ce4a13d19c1e44ec053f803e5d6e63791d19449d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-5, GIT_CLEAN=True, org.label-schema.build-date=20240409, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-04-12T16:10:27.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:27 smithi037 ceph-mon[29573]: osd.5 now down 2024-04-12T16:10:27.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:27 smithi037 ceph-mon[29573]: Removing daemon osd.5 from smithi133 -- ports [] 2024-04-12T16:10:27.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:27 smithi040 ceph-mon[31330]: osd.5 now down 2024-04-12T16:10:27.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:27 smithi040 ceph-mon[31330]: Removing daemon osd.5 from smithi133 -- ports [] 2024-04-12T16:10:27.784 INFO:journalctl@ceph.osd.5.smithi133.stdout:Apr 12 16:10:27 smithi133 podman[47952]: 2024-04-12 16:10:27.61818506 +0000 UTC m=+0.984096360 container cleanup 94393efd7dc816d4a87be704ce4a13d19c1e44ec053f803e5d6e63791d19449d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240409, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, io.buildah.version=1.33.5) 2024-04-12T16:10:27.784 INFO:journalctl@ceph.osd.5.smithi133.stdout:Apr 12 16:10:27 smithi133 bash[47952]: ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-5 2024-04-12T16:10:28.082 INFO:journalctl@ceph.osd.5.smithi133.stdout:Apr 12 16:10:27 smithi133 podman[47972]: 2024-04-12 16:10:27.785578339 +0000 UTC m=+0.502519865 container remove 94393efd7dc816d4a87be704ce4a13d19c1e44ec053f803e5d6e63791d19449d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-5, ceph=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240409, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-04-12T16:10:28.486 INFO:journalctl@ceph.osd.5.smithi133.stdout:Apr 12 16:10:28 smithi133 podman[48064]: 2024-04-12 16:10:28.120691552 +0000 UTC m=+0.017683600 image pull 92de118a8b8fd41458f442b377b2c0b3c43b8d07f06e0d9ed4acf64e9f818607 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528 2024-04-12T16:10:28.486 INFO:journalctl@ceph.osd.5.smithi133.stdout:Apr 12 16:10:28 smithi133 podman[48064]: 2024-04-12 16:10:28.21964841 +0000 UTC m=+0.116640444 container create ea8202fbf3a2aa484e27865a55e90098a8504bfca58e7d71a596d4b175c2221e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-5-deactivate, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240409, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-04-12T16:10:28.487 INFO:journalctl@ceph.osd.5.smithi133.stdout:Apr 12 16:10:28 smithi133 podman[48064]: 2024-04-12 16:10:28.421824052 +0000 UTC m=+0.318816085 container init ea8202fbf3a2aa484e27865a55e90098a8504bfca58e7d71a596d4b175c2221e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-5-deactivate, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240409, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-04-12T16:10:28.487 INFO:journalctl@ceph.osd.5.smithi133.stdout:Apr 12 16:10:28 smithi133 podman[48064]: 2024-04-12 16:10:28.424869324 +0000 UTC m=+0.321861367 container start ea8202fbf3a2aa484e27865a55e90098a8504bfca58e7d71a596d4b175c2221e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-5-deactivate, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240409, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5) 2024-04-12T16:10:28.487 INFO:journalctl@ceph.osd.5.smithi133.stdout:Apr 12 16:10:28 smithi133 podman[48064]: 2024-04-12 16:10:28.488462673 +0000 UTC m=+0.385454718 container attach ea8202fbf3a2aa484e27865a55e90098a8504bfca58e7d71a596d4b175c2221e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-5-deactivate, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240409) 2024-04-12T16:10:28.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:28 smithi037 ceph-mon[29573]: pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 141 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-12T16:10:28.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:28 smithi040 ceph-mon[31330]: pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 141 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-12T16:10:28.832 INFO:journalctl@ceph.osd.5.smithi133.stdout:Apr 12 16:10:28 smithi133 podman[48064]: 2024-04-12 16:10:28.718876282 +0000 UTC m=+0.615868317 container died ea8202fbf3a2aa484e27865a55e90098a8504bfca58e7d71a596d4b175c2221e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-5-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240409, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, io.buildah.version=1.33.5) 2024-04-12T16:10:29.332 INFO:journalctl@ceph.osd.5.smithi133.stdout:Apr 12 16:10:29 smithi133 podman[48091]: 2024-04-12 16:10:29.166273454 +0000 UTC m=+0.442577575 container remove ea8202fbf3a2aa484e27865a55e90098a8504bfca58e7d71a596d4b175c2221e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-5-deactivate, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240409, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-12T16:10:29.333 INFO:journalctl@ceph.osd.5.smithi133.stdout:Apr 12 16:10:29 smithi133 systemd[1]: ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@osd.5.service: Deactivated successfully. 2024-04-12T16:10:29.333 INFO:journalctl@ceph.osd.5.smithi133.stdout:Apr 12 16:10:29 smithi133 systemd[1]: Stopped Ceph osd.5 for 292bfd24-f8e6-11ee-bc8d-c7b262605968. 2024-04-12T16:10:29.333 INFO:journalctl@ceph.osd.5.smithi133.stdout:Apr 12 16:10:29 smithi133 systemd[1]: ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@osd.5.service: Consumed 1.678s CPU time. 2024-04-12T16:10:30.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:30 smithi037 ceph-mon[29573]: pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 141 MiB used, 447 GiB / 447 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-04-12T16:10:30.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:30 smithi037 ceph-mon[29573]: Removing key for osd.5 2024-04-12T16:10:30.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:30 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-04-12T16:10:30.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:30 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-04-12T16:10:30.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:30 smithi037 ceph-mon[29573]: Successfully removed osd.5 on smithi133 2024-04-12T16:10:30.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:30 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-04-12T16:10:30.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:30 smithi037 ceph-mon[29573]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T16:10:30.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:30 smithi037 ceph-mon[29573]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-04-12T16:10:30.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:30 smithi037 ceph-mon[29573]: Cluster is now healthy 2024-04-12T16:10:30.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:30 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-04-12T16:10:30.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:30 smithi037 ceph-mon[29573]: osdmap e62: 4 total, 4 up, 4 in 2024-04-12T16:10:30.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:30 smithi037 ceph-mon[29573]: Successfully purged osd.5 on smithi133 2024-04-12T16:10:30.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:30 smithi037 ceph-mon[29573]: Zapping devices for osd.5 on smithi133 2024-04-12T16:10:30.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:30 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:30.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:30 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:30.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:30 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:30.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:30 smithi040 ceph-mon[31330]: pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 141 MiB used, 447 GiB / 447 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-04-12T16:10:30.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:30 smithi040 ceph-mon[31330]: Removing key for osd.5 2024-04-12T16:10:30.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:30 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-04-12T16:10:30.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:30 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-04-12T16:10:30.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:30 smithi040 ceph-mon[31330]: Successfully removed osd.5 on smithi133 2024-04-12T16:10:30.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:30 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-04-12T16:10:30.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:30 smithi040 ceph-mon[31330]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T16:10:30.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:30 smithi040 ceph-mon[31330]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-04-12T16:10:30.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:30 smithi040 ceph-mon[31330]: Cluster is now healthy 2024-04-12T16:10:30.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:30 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-04-12T16:10:30.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:30 smithi040 ceph-mon[31330]: osdmap e62: 4 total, 4 up, 4 in 2024-04-12T16:10:30.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:30 smithi040 ceph-mon[31330]: Successfully purged osd.5 on smithi133 2024-04-12T16:10:30.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:30 smithi040 ceph-mon[31330]: Zapping devices for osd.5 on smithi133 2024-04-12T16:10:30.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:30 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:30.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:30 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:30.761 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:30 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:32.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:32 smithi037 ceph-mon[29573]: pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:32.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:32 smithi040 ceph-mon[31330]: pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:33.617 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:33 smithi037 ceph-mon[29573]: Successfully zapped devices for osd.5 on smithi133 2024-04-12T16:10:33.618 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:33 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:33.618 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:33 smithi037 ceph-mon[29573]: Reconfiguring mon.a (monmap changed)... 2024-04-12T16:10:33.618 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:33 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:10:33.618 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:33 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T16:10:33.618 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:33 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:10:33.618 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:33 smithi037 ceph-mon[29573]: Reconfiguring daemon mon.a on smithi037 2024-04-12T16:10:33.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:33 smithi040 ceph-mon[31330]: Successfully zapped devices for osd.5 on smithi133 2024-04-12T16:10:33.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:33 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:33.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:33 smithi040 ceph-mon[31330]: Reconfiguring mon.a (monmap changed)... 2024-04-12T16:10:33.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:33 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:10:33.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:33 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T16:10:33.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:33 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:10:33.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:33 smithi040 ceph-mon[31330]: Reconfiguring daemon mon.a on smithi037 2024-04-12T16:10:34.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:34 smithi037 ceph-mon[29573]: pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:34.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:34 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:34.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:34 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:34.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:34 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:35.013 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:34 smithi040 ceph-mon[31330]: pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:35.013 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:34 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:35.013 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:34 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:35.013 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:34 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:35.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:35 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:35.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:35 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:35.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:35 smithi037 ceph-mon[29573]: Reconfiguring mgr.a (monmap changed)... 2024-04-12T16:10:35.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:35 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T16:10:35.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:35 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T16:10:35.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:35 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:10:35.929 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:35 smithi037 ceph-mon[29573]: Reconfiguring daemon mgr.a on smithi037 2024-04-12T16:10:36.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:35 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:36.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:35 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:36.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:35 smithi040 ceph-mon[31330]: Reconfiguring mgr.a (monmap changed)... 2024-04-12T16:10:36.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:35 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T16:10:36.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:35 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T16:10:36.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:35 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:10:36.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:35 smithi040 ceph-mon[31330]: Reconfiguring daemon mgr.a on smithi037 2024-04-12T16:10:36.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:36 smithi037 ceph-mon[29573]: pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:36.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:36 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:36.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:36 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:36.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:36 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-12T16:10:36.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:36 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:10:37.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:36 smithi040 ceph-mon[31330]: pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:37.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:36 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:37.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:36 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:37.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:36 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-12T16:10:37.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:36 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:10:37.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:37 smithi037 ceph-mon[29573]: Reconfiguring osd.0 (monmap changed)... 2024-04-12T16:10:37.678 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:37 smithi037 ceph-mon[29573]: Reconfiguring daemon osd.0 on smithi037 2024-04-12T16:10:37.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:37 smithi040 ceph-mon[31330]: Reconfiguring osd.0 (monmap changed)... 2024-04-12T16:10:37.760 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:37 smithi040 ceph-mon[31330]: Reconfiguring daemon osd.0 on smithi037 2024-04-12T16:10:39.156 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:38 smithi040 ceph-mon[31330]: pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:39.156 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:38 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:39.156 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:38 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:39.156 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:38 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-12T16:10:39.156 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:38 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:10:39.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:38 smithi037 ceph-mon[29573]: pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:39.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:38 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:39.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:38 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:39.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:38 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-12T16:10:39.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:38 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:10:39.698 INFO:teuthology.orchestra.run.smithi037.stderr:++ ceph orch ps --hostname smithi133 2024-04-12T16:10:40.043 INFO:teuthology.orchestra.run.smithi037.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-04-12T16:10:40.043 INFO:teuthology.orchestra.run.smithi037.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-04-12T16:10:40.043 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-04-12T16:10:40.044 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:39 smithi037 ceph-mon[29573]: Reconfiguring osd.1 (monmap changed)... 2024-04-12T16:10:40.044 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:39 smithi037 ceph-mon[29573]: Reconfiguring daemon osd.1 on smithi037 2024-04-12T16:10:40.044 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:39 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:40.044 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:39 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:40.044 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:39 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:10:40.044 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:39 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T16:10:40.044 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:39 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:10:40.114 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:39 smithi040 ceph-mon[31330]: Reconfiguring osd.1 (monmap changed)... 2024-04-12T16:10:40.115 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:39 smithi040 ceph-mon[31330]: Reconfiguring daemon osd.1 on smithi037 2024-04-12T16:10:40.115 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:39 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:40.115 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:39 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:40.115 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:39 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:10:40.115 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:39 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T16:10:40.115 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:39 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:10:40.362 INFO:teuthology.orchestra.run.smithi037.stderr:18 2024-04-12T16:10:40.372 INFO:teuthology.orchestra.run.smithi037.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-04-12T16:10:40.385 INFO:teuthology.orchestra.run.smithi037.stderr:++ cat crushmap.txt 2024-04-12T16:10:40.386 INFO:teuthology.orchestra.run.smithi037.stderr:+ CRUSH_MAP='# begin crush map 2024-04-12T16:10:40.386 INFO:teuthology.orchestra.run.smithi037.stderr:tunable choose_local_tries 0 2024-04-12T16:10:40.386 INFO:teuthology.orchestra.run.smithi037.stderr:tunable choose_local_fallback_tries 0 2024-04-12T16:10:40.386 INFO:teuthology.orchestra.run.smithi037.stderr:tunable choose_total_tries 50 2024-04-12T16:10:40.387 INFO:teuthology.orchestra.run.smithi037.stderr:tunable chooseleaf_descend_once 1 2024-04-12T16:10:40.387 INFO:teuthology.orchestra.run.smithi037.stderr:tunable chooseleaf_vary_r 1 2024-04-12T16:10:40.387 INFO:teuthology.orchestra.run.smithi037.stderr:tunable chooseleaf_stable 1 2024-04-12T16:10:40.387 INFO:teuthology.orchestra.run.smithi037.stderr:tunable straw_calc_version 1 2024-04-12T16:10:40.387 INFO:teuthology.orchestra.run.smithi037.stderr:tunable allowed_bucket_algs 54 2024-04-12T16:10:40.387 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:10:40.387 INFO:teuthology.orchestra.run.smithi037.stderr:# devices 2024-04-12T16:10:40.387 INFO:teuthology.orchestra.run.smithi037.stderr:device 0 osd.0 class ssd 2024-04-12T16:10:40.387 INFO:teuthology.orchestra.run.smithi037.stderr:device 1 osd.1 class ssd 2024-04-12T16:10:40.387 INFO:teuthology.orchestra.run.smithi037.stderr:device 2 osd.2 class ssd 2024-04-12T16:10:40.387 INFO:teuthology.orchestra.run.smithi037.stderr:device 3 osd.3 class ssd 2024-04-12T16:10:40.387 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:10:40.387 INFO:teuthology.orchestra.run.smithi037.stderr:# types 2024-04-12T16:10:40.387 INFO:teuthology.orchestra.run.smithi037.stderr:type 0 osd 2024-04-12T16:10:40.387 INFO:teuthology.orchestra.run.smithi037.stderr:type 1 host 2024-04-12T16:10:40.387 INFO:teuthology.orchestra.run.smithi037.stderr:type 2 chassis 2024-04-12T16:10:40.388 INFO:teuthology.orchestra.run.smithi037.stderr:type 3 rack 2024-04-12T16:10:40.388 INFO:teuthology.orchestra.run.smithi037.stderr:type 4 row 2024-04-12T16:10:40.388 INFO:teuthology.orchestra.run.smithi037.stderr:type 5 pdu 2024-04-12T16:10:40.388 INFO:teuthology.orchestra.run.smithi037.stderr:type 6 pod 2024-04-12T16:10:40.388 INFO:teuthology.orchestra.run.smithi037.stderr:type 7 room 2024-04-12T16:10:40.388 INFO:teuthology.orchestra.run.smithi037.stderr:type 8 datacenter 2024-04-12T16:10:40.388 INFO:teuthology.orchestra.run.smithi037.stderr:type 9 zone 2024-04-12T16:10:40.388 INFO:teuthology.orchestra.run.smithi037.stderr:type 10 region 2024-04-12T16:10:40.388 INFO:teuthology.orchestra.run.smithi037.stderr:type 11 root 2024-04-12T16:10:40.388 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:10:40.388 INFO:teuthology.orchestra.run.smithi037.stderr:# buckets 2024-04-12T16:10:40.388 INFO:teuthology.orchestra.run.smithi037.stderr:host smithi037 { 2024-04-12T16:10:40.388 INFO:teuthology.orchestra.run.smithi037.stderr: id -3 # do not change unnecessarily 2024-04-12T16:10:40.388 INFO:teuthology.orchestra.run.smithi037.stderr: id -4 class ssd # do not change unnecessarily 2024-04-12T16:10:40.388 INFO:teuthology.orchestra.run.smithi037.stderr: # weight 0.17459 2024-04-12T16:10:40.388 INFO:teuthology.orchestra.run.smithi037.stderr: alg straw2 2024-04-12T16:10:40.389 INFO:teuthology.orchestra.run.smithi037.stderr: hash 0 # rjenkins1 2024-04-12T16:10:40.389 INFO:teuthology.orchestra.run.smithi037.stderr: item osd.0 weight 0.08730 2024-04-12T16:10:40.389 INFO:teuthology.orchestra.run.smithi037.stderr: item osd.1 weight 0.08730 2024-04-12T16:10:40.389 INFO:teuthology.orchestra.run.smithi037.stderr:} 2024-04-12T16:10:40.389 INFO:teuthology.orchestra.run.smithi037.stderr:host smithi040 { 2024-04-12T16:10:40.389 INFO:teuthology.orchestra.run.smithi037.stderr: id -5 # do not change unnecessarily 2024-04-12T16:10:40.389 INFO:teuthology.orchestra.run.smithi037.stderr: id -6 class ssd # do not change unnecessarily 2024-04-12T16:10:40.389 INFO:teuthology.orchestra.run.smithi037.stderr: # weight 0.17459 2024-04-12T16:10:40.389 INFO:teuthology.orchestra.run.smithi037.stderr: alg straw2 2024-04-12T16:10:40.389 INFO:teuthology.orchestra.run.smithi037.stderr: hash 0 # rjenkins1 2024-04-12T16:10:40.389 INFO:teuthology.orchestra.run.smithi037.stderr: item osd.2 weight 0.08730 2024-04-12T16:10:40.389 INFO:teuthology.orchestra.run.smithi037.stderr: item osd.3 weight 0.08730 2024-04-12T16:10:40.389 INFO:teuthology.orchestra.run.smithi037.stderr:} 2024-04-12T16:10:40.389 INFO:teuthology.orchestra.run.smithi037.stderr:host smithi133 { 2024-04-12T16:10:40.389 INFO:teuthology.orchestra.run.smithi037.stderr: id -7 # do not change unnecessarily 2024-04-12T16:10:40.389 INFO:teuthology.orchestra.run.smithi037.stderr: id -8 class ssd # do not change unnecessarily 2024-04-12T16:10:40.390 INFO:teuthology.orchestra.run.smithi037.stderr: # weight 0.00000 2024-04-12T16:10:40.390 INFO:teuthology.orchestra.run.smithi037.stderr: alg straw2 2024-04-12T16:10:40.390 INFO:teuthology.orchestra.run.smithi037.stderr: hash 0 # rjenkins1 2024-04-12T16:10:40.390 INFO:teuthology.orchestra.run.smithi037.stderr:} 2024-04-12T16:10:40.390 INFO:teuthology.orchestra.run.smithi037.stderr:root default { 2024-04-12T16:10:40.390 INFO:teuthology.orchestra.run.smithi037.stderr: id -1 # do not change unnecessarily 2024-04-12T16:10:40.390 INFO:teuthology.orchestra.run.smithi037.stderr: id -2 class ssd # do not change unnecessarily 2024-04-12T16:10:40.390 INFO:teuthology.orchestra.run.smithi037.stderr: # weight 0.34918 2024-04-12T16:10:40.390 INFO:teuthology.orchestra.run.smithi037.stderr: alg straw2 2024-04-12T16:10:40.390 INFO:teuthology.orchestra.run.smithi037.stderr: hash 0 # rjenkins1 2024-04-12T16:10:40.390 INFO:teuthology.orchestra.run.smithi037.stderr: item smithi037 weight 0.17459 2024-04-12T16:10:40.390 INFO:teuthology.orchestra.run.smithi037.stderr: item smithi040 weight 0.17459 2024-04-12T16:10:40.390 INFO:teuthology.orchestra.run.smithi037.stderr: item smithi133 weight 0.00000 2024-04-12T16:10:40.390 INFO:teuthology.orchestra.run.smithi037.stderr:} 2024-04-12T16:10:40.391 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:10:40.391 INFO:teuthology.orchestra.run.smithi037.stderr:# rules 2024-04-12T16:10:40.391 INFO:teuthology.orchestra.run.smithi037.stderr:rule replicated_rule { 2024-04-12T16:10:40.391 INFO:teuthology.orchestra.run.smithi037.stderr: id 0 2024-04-12T16:10:40.391 INFO:teuthology.orchestra.run.smithi037.stderr: type replicated 2024-04-12T16:10:40.391 INFO:teuthology.orchestra.run.smithi037.stderr: step take default 2024-04-12T16:10:40.391 INFO:teuthology.orchestra.run.smithi037.stderr: step choose firstn 0 type osd 2024-04-12T16:10:40.391 INFO:teuthology.orchestra.run.smithi037.stderr: step emit 2024-04-12T16:10:40.391 INFO:teuthology.orchestra.run.smithi037.stderr:} 2024-04-12T16:10:40.391 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:10:40.391 INFO:teuthology.orchestra.run.smithi037.stderr:# end crush map' 2024-04-12T16:10:40.391 INFO:teuthology.orchestra.run.smithi037.stderr:+ grep -q smithi133 2024-04-12T16:10:40.392 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph orch host rm smithi133 --rm-crush-entry 2024-04-12T16:10:40.813 INFO:teuthology.orchestra.run.smithi037.stdout:Removed host 'smithi133' 2024-04-12T16:10:40.826 INFO:teuthology.orchestra.run.smithi037.stderr:+ sleep 30 2024-04-12T16:10:41.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:40 smithi037 ceph-mon[29573]: pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:41.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:40 smithi037 ceph-mon[29573]: Reconfiguring mon.b (monmap changed)... 2024-04-12T16:10:41.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:40 smithi037 ceph-mon[29573]: Reconfiguring daemon mon.b on smithi040 2024-04-12T16:10:41.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:40 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/4131711412' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-12T16:10:41.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:40 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi133"}]: dispatch 2024-04-12T16:10:41.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:40 smithi040 ceph-mon[31330]: pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:41.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:40 smithi040 ceph-mon[31330]: Reconfiguring mon.b (monmap changed)... 2024-04-12T16:10:41.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:40 smithi040 ceph-mon[31330]: Reconfiguring daemon mon.b on smithi040 2024-04-12T16:10:41.261 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:40 smithi040 ceph-mon[31330]: from='client.? 172.21.15.37:0/4131711412' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-12T16:10:41.261 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:40 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi133"}]: dispatch 2024-04-12T16:10:41.949 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:41 smithi040 ceph-mon[31330]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:10:41.949 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:41 smithi040 ceph-mon[31330]: from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi133", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:10:41.949 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:41 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi133"}]': finished 2024-04-12T16:10:41.949 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:41 smithi040 ceph-mon[31330]: osdmap e63: 4 total, 4 up, 4 in 2024-04-12T16:10:41.949 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:41 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:41.949 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:41 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi133"}]: dispatch 2024-04-12T16:10:41.949 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:41 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi133"}]': finished 2024-04-12T16:10:41.949 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:41 smithi040 ceph-mon[31330]: Removed host smithi133 2024-04-12T16:10:41.949 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:41 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:41.950 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:41 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:41.950 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:41 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T16:10:41.950 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:41 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T16:10:41.950 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:41 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:10:42.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:41 smithi037 ceph-mon[29573]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:10:42.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:41 smithi037 ceph-mon[29573]: from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi133", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:10:42.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:41 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi133"}]': finished 2024-04-12T16:10:42.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:41 smithi037 ceph-mon[29573]: osdmap e63: 4 total, 4 up, 4 in 2024-04-12T16:10:42.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:41 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:42.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:41 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi133"}]: dispatch 2024-04-12T16:10:42.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:41 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi133"}]': finished 2024-04-12T16:10:42.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:41 smithi037 ceph-mon[29573]: Removed host smithi133 2024-04-12T16:10:42.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:41 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:42.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:41 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:42.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:41 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T16:10:42.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:41 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T16:10:42.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:41 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:10:43.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:42 smithi040 ceph-mon[31330]: Reconfiguring mgr.b (monmap changed)... 2024-04-12T16:10:43.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:42 smithi040 ceph-mon[31330]: Reconfiguring daemon mgr.b on smithi040 2024-04-12T16:10:43.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:42 smithi040 ceph-mon[31330]: pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:43.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:42 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:43.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:42 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:43.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:42 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-12T16:10:43.011 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:42 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:10:43.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:42 smithi037 ceph-mon[29573]: Reconfiguring mgr.b (monmap changed)... 2024-04-12T16:10:43.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:42 smithi037 ceph-mon[29573]: Reconfiguring daemon mgr.b on smithi040 2024-04-12T16:10:43.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:42 smithi037 ceph-mon[29573]: pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:43.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:43.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:43.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-12T16:10:43.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:42 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:10:44.100 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:43 smithi040 ceph-mon[31330]: Reconfiguring osd.2 (monmap changed)... 2024-04-12T16:10:44.100 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:43 smithi040 ceph-mon[31330]: Reconfiguring daemon osd.2 on smithi040 2024-04-12T16:10:44.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:43 smithi037 ceph-mon[29573]: Reconfiguring osd.2 (monmap changed)... 2024-04-12T16:10:44.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:43 smithi037 ceph-mon[29573]: Reconfiguring daemon osd.2 on smithi040 2024-04-12T16:10:45.120 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:44 smithi040 ceph-mon[31330]: pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:45.120 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:44 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:45.120 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:44 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:45.120 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:44 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-12T16:10:45.120 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:44 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:10:45.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:44 smithi037 ceph-mon[29573]: pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:45.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:44 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:45.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:44 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:45.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:44 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-12T16:10:45.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:44 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:10:46.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:45 smithi037 ceph-mon[29573]: Reconfiguring osd.3 (monmap changed)... 2024-04-12T16:10:46.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:45 smithi037 ceph-mon[29573]: Reconfiguring daemon osd.3 on smithi040 2024-04-12T16:10:46.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:45 smithi040 ceph-mon[31330]: Reconfiguring osd.3 (monmap changed)... 2024-04-12T16:10:46.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:45 smithi040 ceph-mon[31330]: Reconfiguring daemon osd.3 on smithi040 2024-04-12T16:10:47.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:46 smithi037 ceph-mon[29573]: pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:47.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:46 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:47.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:46 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:47.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:46 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:10:47.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:46 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:10:47.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:46 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:10:47.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:46 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:47.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:46 smithi040 ceph-mon[31330]: pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:47.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:46 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:47.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:46 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:47.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:46 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:10:47.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:46 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:10:47.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:46 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:10:47.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:46 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:48.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:47 smithi037 ceph-mon[29573]: pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:48.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:47 smithi037 ceph-mon[29573]: Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-04-12T16:10:48.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:47 smithi040 ceph-mon[31330]: pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:48.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:47 smithi040 ceph-mon[31330]: Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-04-12T16:10:49.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:48 smithi037 ceph-mon[29573]: pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:49.260 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:48 smithi040 ceph-mon[31330]: pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:51.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:51 smithi037 ceph-mon[29573]: pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:51.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:51.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:51.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:51 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:51.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:51 smithi040 ceph-mon[31330]: pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:51.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:51.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:51.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:51 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:53.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:53 smithi037 ceph-mon[29573]: pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:53.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:53 smithi040 ceph-mon[31330]: pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:54.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:54 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:54.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:54 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:54.679 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:54 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:55.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:54 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:55.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:54 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:55.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:54 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:10:55.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:55 smithi037 ceph-mon[29573]: pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:56.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:55 smithi040 ceph-mon[31330]: pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:57.852 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:57 smithi040 ceph-mon[31330]: pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:10:57.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:57 smithi037 ceph-mon[29573]: pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:11:00.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:10:59 smithi040 ceph-mon[31330]: pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:11:00.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:10:59 smithi037 ceph-mon[29573]: pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:11:02.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:11:01 smithi040 ceph-mon[31330]: pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:11:02.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:11:01 smithi037 ceph-mon[29573]: pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:11:04.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:11:03 smithi040 ceph-mon[31330]: pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:11:04.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:11:03 smithi037 ceph-mon[29573]: pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:11:06.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:11:05 smithi040 ceph-mon[31330]: pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:11:06.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:11:05 smithi037 ceph-mon[29573]: pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:11:07.980 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:11:07 smithi037 ceph-mon[29573]: pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:11:08.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:11:07 smithi040 ceph-mon[31330]: pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:11:09.928 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:11:09 smithi037 ceph-mon[29573]: pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:11:10.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:11:09 smithi040 ceph-mon[31330]: pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:11:10.830 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-04-12T16:11:11.155 INFO:teuthology.orchestra.run.smithi037.stderr:19 2024-04-12T16:11:11.164 INFO:teuthology.orchestra.run.smithi037.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-04-12T16:11:11.178 INFO:teuthology.orchestra.run.smithi037.stderr:++ cat crushmap.txt 2024-04-12T16:11:11.179 INFO:teuthology.orchestra.run.smithi037.stderr:+ CRUSH_MAP='# begin crush map 2024-04-12T16:11:11.179 INFO:teuthology.orchestra.run.smithi037.stderr:tunable choose_local_tries 0 2024-04-12T16:11:11.179 INFO:teuthology.orchestra.run.smithi037.stderr:tunable choose_local_fallback_tries 0 2024-04-12T16:11:11.179 INFO:teuthology.orchestra.run.smithi037.stderr:tunable choose_total_tries 50 2024-04-12T16:11:11.179 INFO:teuthology.orchestra.run.smithi037.stderr:tunable chooseleaf_descend_once 1 2024-04-12T16:11:11.179 INFO:teuthology.orchestra.run.smithi037.stderr:tunable chooseleaf_vary_r 1 2024-04-12T16:11:11.179 INFO:teuthology.orchestra.run.smithi037.stderr:tunable chooseleaf_stable 1 2024-04-12T16:11:11.179 INFO:teuthology.orchestra.run.smithi037.stderr:tunable straw_calc_version 1 2024-04-12T16:11:11.180 INFO:teuthology.orchestra.run.smithi037.stderr:tunable allowed_bucket_algs 54 2024-04-12T16:11:11.180 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:11:11.180 INFO:teuthology.orchestra.run.smithi037.stderr:# devices 2024-04-12T16:11:11.180 INFO:teuthology.orchestra.run.smithi037.stderr:device 0 osd.0 class ssd 2024-04-12T16:11:11.180 INFO:teuthology.orchestra.run.smithi037.stderr:device 1 osd.1 class ssd 2024-04-12T16:11:11.180 INFO:teuthology.orchestra.run.smithi037.stderr:device 2 osd.2 class ssd 2024-04-12T16:11:11.180 INFO:teuthology.orchestra.run.smithi037.stderr:device 3 osd.3 class ssd 2024-04-12T16:11:11.180 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:11:11.180 INFO:teuthology.orchestra.run.smithi037.stderr:# types 2024-04-12T16:11:11.180 INFO:teuthology.orchestra.run.smithi037.stderr:type 0 osd 2024-04-12T16:11:11.180 INFO:teuthology.orchestra.run.smithi037.stderr:type 1 host 2024-04-12T16:11:11.180 INFO:teuthology.orchestra.run.smithi037.stderr:type 2 chassis 2024-04-12T16:11:11.180 INFO:teuthology.orchestra.run.smithi037.stderr:type 3 rack 2024-04-12T16:11:11.181 INFO:teuthology.orchestra.run.smithi037.stderr:type 4 row 2024-04-12T16:11:11.181 INFO:teuthology.orchestra.run.smithi037.stderr:type 5 pdu 2024-04-12T16:11:11.181 INFO:teuthology.orchestra.run.smithi037.stderr:type 6 pod 2024-04-12T16:11:11.181 INFO:teuthology.orchestra.run.smithi037.stderr:type 7 room 2024-04-12T16:11:11.181 INFO:teuthology.orchestra.run.smithi037.stderr:type 8 datacenter 2024-04-12T16:11:11.181 INFO:teuthology.orchestra.run.smithi037.stderr:type 9 zone 2024-04-12T16:11:11.181 INFO:teuthology.orchestra.run.smithi037.stderr:type 10 region 2024-04-12T16:11:11.181 INFO:teuthology.orchestra.run.smithi037.stderr:type 11 root 2024-04-12T16:11:11.181 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:11:11.181 INFO:teuthology.orchestra.run.smithi037.stderr:# buckets 2024-04-12T16:11:11.181 INFO:teuthology.orchestra.run.smithi037.stderr:host smithi037 { 2024-04-12T16:11:11.181 INFO:teuthology.orchestra.run.smithi037.stderr: id -3 # do not change unnecessarily 2024-04-12T16:11:11.181 INFO:teuthology.orchestra.run.smithi037.stderr: id -4 class ssd # do not change unnecessarily 2024-04-12T16:11:11.181 INFO:teuthology.orchestra.run.smithi037.stderr: # weight 0.17459 2024-04-12T16:11:11.181 INFO:teuthology.orchestra.run.smithi037.stderr: alg straw2 2024-04-12T16:11:11.182 INFO:teuthology.orchestra.run.smithi037.stderr: hash 0 # rjenkins1 2024-04-12T16:11:11.182 INFO:teuthology.orchestra.run.smithi037.stderr: item osd.0 weight 0.08730 2024-04-12T16:11:11.182 INFO:teuthology.orchestra.run.smithi037.stderr: item osd.1 weight 0.08730 2024-04-12T16:11:11.182 INFO:teuthology.orchestra.run.smithi037.stderr:} 2024-04-12T16:11:11.182 INFO:teuthology.orchestra.run.smithi037.stderr:host smithi040 { 2024-04-12T16:11:11.182 INFO:teuthology.orchestra.run.smithi037.stderr: id -5 # do not change unnecessarily 2024-04-12T16:11:11.182 INFO:teuthology.orchestra.run.smithi037.stderr: id -6 class ssd # do not change unnecessarily 2024-04-12T16:11:11.182 INFO:teuthology.orchestra.run.smithi037.stderr: # weight 0.17459 2024-04-12T16:11:11.182 INFO:teuthology.orchestra.run.smithi037.stderr: alg straw2 2024-04-12T16:11:11.182 INFO:teuthology.orchestra.run.smithi037.stderr: hash 0 # rjenkins1 2024-04-12T16:11:11.182 INFO:teuthology.orchestra.run.smithi037.stderr: item osd.2 weight 0.08730 2024-04-12T16:11:11.182 INFO:teuthology.orchestra.run.smithi037.stderr: item osd.3 weight 0.08730 2024-04-12T16:11:11.182 INFO:teuthology.orchestra.run.smithi037.stderr:} 2024-04-12T16:11:11.182 INFO:teuthology.orchestra.run.smithi037.stderr:root default { 2024-04-12T16:11:11.183 INFO:teuthology.orchestra.run.smithi037.stderr: id -1 # do not change unnecessarily 2024-04-12T16:11:11.183 INFO:teuthology.orchestra.run.smithi037.stderr: id -2 class ssd # do not change unnecessarily 2024-04-12T16:11:11.183 INFO:teuthology.orchestra.run.smithi037.stderr: # weight 0.34918 2024-04-12T16:11:11.183 INFO:teuthology.orchestra.run.smithi037.stderr: alg straw2 2024-04-12T16:11:11.183 INFO:teuthology.orchestra.run.smithi037.stderr: hash 0 # rjenkins1 2024-04-12T16:11:11.183 INFO:teuthology.orchestra.run.smithi037.stderr: item smithi037 weight 0.17459 2024-04-12T16:11:11.183 INFO:teuthology.orchestra.run.smithi037.stderr: item smithi040 weight 0.17459 2024-04-12T16:11:11.183 INFO:teuthology.orchestra.run.smithi037.stderr:} 2024-04-12T16:11:11.183 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:11:11.183 INFO:teuthology.orchestra.run.smithi037.stderr:# rules 2024-04-12T16:11:11.183 INFO:teuthology.orchestra.run.smithi037.stderr:rule replicated_rule { 2024-04-12T16:11:11.183 INFO:teuthology.orchestra.run.smithi037.stderr: id 0 2024-04-12T16:11:11.183 INFO:teuthology.orchestra.run.smithi037.stderr: type replicated 2024-04-12T16:11:11.183 INFO:teuthology.orchestra.run.smithi037.stderr: step take default 2024-04-12T16:11:11.183 INFO:teuthology.orchestra.run.smithi037.stderr: step choose firstn 0 type osd 2024-04-12T16:11:11.183 INFO:teuthology.orchestra.run.smithi037.stderr: step emit 2024-04-12T16:11:11.184 INFO:teuthology.orchestra.run.smithi037.stderr:} 2024-04-12T16:11:11.184 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:11:11.184 INFO:teuthology.orchestra.run.smithi037.stderr:# end crush map' 2024-04-12T16:11:11.184 INFO:teuthology.orchestra.run.smithi037.stderr:+ grep -q smithi133 2024-04-12T16:11:11.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:11:11 smithi037 ceph-mon[29573]: pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:11:11.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:11:11 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:11:11.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:11:11 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:11:11.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:11:11 smithi037 ceph-mon[29573]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:11:11.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:11:11 smithi037 ceph-mon[29573]: from='client.? 172.21.15.37:0/4279713195' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-12T16:11:11.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:11:11 smithi040 ceph-mon[31330]: pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-12T16:11:11.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:11:11 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:11:11.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:11:11 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:11:11.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:11:11 smithi040 ceph-mon[31330]: from='mgr.14152 172.21.15.37:0/1600800293' entity='mgr.a' 2024-04-12T16:11:11.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:11:11 smithi040 ceph-mon[31330]: from='client.? 172.21.15.37:0/4279713195' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-12T16:11:11.902 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-12T16:11:11.912 INFO:tasks.cephadm:Teardown begin 2024-04-12T16:11:11.912 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-12T16:11:11.946 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-12T16:11:11.983 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-12T16:11:12.021 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-12T16:11:12.021 DEBUG:teuthology.orchestra.run.smithi037:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-12T16:11:12.038 DEBUG:teuthology.orchestra.run.smithi040:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-12T16:11:12.056 DEBUG:teuthology.orchestra.run.smithi133:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-12T16:11:12.079 INFO:tasks.cephadm:Stopping all daemons... 2024-04-12T16:11:12.079 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-12T16:11:12.079 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mon.a 2024-04-12T16:11:12.389 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:11:12 smithi037 systemd[1]: Stopping Ceph mon.a for 292bfd24-f8e6-11ee-bc8d-c7b262605968... 2024-04-12T16:11:13.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:11:12 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mon-a[29569]: 2024-04-12T16:11:12.860+0000 7f19e2dbb700 -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-12T16:11:13.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:11:12 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mon-a[29569]: 2024-04-12T16:11:12.860+0000 7f19e2dbb700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-04-12T16:11:13.504 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:11:13 smithi037 podman[52647]: 2024-04-12 16:11:13.23370425 +0000 UTC m=+0.502491066 container died 25a53fa76bc8d2d712f22756fd87d973c836ea85f89d41bd70b33fdb26fb966c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mon-a, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, ceph=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240409, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-04-12T16:11:13.817 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:11:13 smithi037 podman[52647]: 2024-04-12 16:11:13.580694406 +0000 UTC m=+0.849481208 container cleanup 25a53fa76bc8d2d712f22756fd87d973c836ea85f89d41bd70b33fdb26fb966c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mon-a, ceph=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240409, GIT_BRANCH=HEAD, io.buildah.version=1.33.5) 2024-04-12T16:11:13.818 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 12 16:11:13 smithi037 bash[52647]: ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mon-a 2024-04-12T16:11:14.376 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mon.a.service' 2024-04-12T16:11:14.427 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T16:11:14.427 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-12T16:11:14.427 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-12T16:11:14.428 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mon.b 2024-04-12T16:11:14.723 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:11:14 smithi040 systemd[1]: Stopping Ceph mon.b for 292bfd24-f8e6-11ee-bc8d-c7b262605968... 2024-04-12T16:11:15.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:11:14 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mon-b[31326]: 2024-04-12T16:11:14.723+0000 7ffbbefbe700 -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-12T16:11:15.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:11:14 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mon-b[31326]: 2024-04-12T16:11:14.723+0000 7ffbbefbe700 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-04-12T16:11:15.010 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:11:14 smithi040 podman[44166]: 2024-04-12 16:11:14.898279857 +0000 UTC m=+0.275813525 container died 24bfe9d9e5dc24b5649e3790baa3bd51c42c86e3ebf23c6ff807a0d4cd8c9c6e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mon-b, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240409, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True) 2024-04-12T16:11:15.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:11:15 smithi040 podman[44166]: 2024-04-12 16:11:15.358083266 +0000 UTC m=+0.735616963 container cleanup 24bfe9d9e5dc24b5649e3790baa3bd51c42c86e3ebf23c6ff807a0d4cd8c9c6e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mon-b, org.label-schema.schema-version=1.0, ceph=True, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240409, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=) 2024-04-12T16:11:15.510 INFO:journalctl@ceph.mon.b.smithi040.stdout:Apr 12 16:11:15 smithi040 bash[44166]: ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mon-b 2024-04-12T16:11:15.738 DEBUG:teuthology.orchestra.run.smithi040:> sudo pkill -f 'journalctl -f -n 0 -u ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mon.b.service' 2024-04-12T16:11:15.787 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T16:11:15.788 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-12T16:11:15.788 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-12T16:11:15.788 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mon.c 2024-04-12T16:11:15.833 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mon.c.service' 2024-04-12T16:11:15.895 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T16:11:15.895 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-12T16:11:15.895 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-12T16:11:15.895 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mgr.a 2024-04-12T16:11:16.178 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:11:15 smithi037 systemd[1]: Stopping Ceph mgr.a for 292bfd24-f8e6-11ee-bc8d-c7b262605968... 2024-04-12T16:11:16.515 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:11:16 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:11:16.215+0000 7fe8a9a9a700 -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-12T16:11:16.515 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:11:16 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a[29806]: 2024-04-12T16:11:16.216+0000 7fe8a9a9a700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-12T16:11:16.515 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:11:16 smithi037 podman[52847]: 2024-04-12 16:11:16.24750777 +0000 UTC m=+0.151218867 container died 1afe046d13b1b1c68371432f60efc22a60206d8a92d2ed89e60124a526b5d4b2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, GIT_CLEAN=True, org.label-schema.build-date=20240409, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True) 2024-04-12T16:11:16.765 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:11:16 smithi037 podman[52847]: 2024-04-12 16:11:16.608231101 +0000 UTC m=+0.511942198 container cleanup 1afe046d13b1b1c68371432f60efc22a60206d8a92d2ed89e60124a526b5d4b2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.build-date=20240409, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5) 2024-04-12T16:11:16.765 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:11:16 smithi037 bash[52847]: ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a 2024-04-12T16:11:16.991 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mgr.a.service' 2024-04-12T16:11:17.017 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:11:16 smithi037 podman[52862]: 2024-04-12 16:11:16.767839189 +0000 UTC m=+0.520434187 container remove 1afe046d13b1b1c68371432f60efc22a60206d8a92d2ed89e60124a526b5d4b2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-a, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.build-date=20240409, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0) 2024-04-12T16:11:17.017 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:11:16 smithi037 systemd[1]: ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mgr.a.service: Deactivated successfully. 2024-04-12T16:11:17.017 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:11:16 smithi037 systemd[1]: Stopped Ceph mgr.a for 292bfd24-f8e6-11ee-bc8d-c7b262605968. 2024-04-12T16:11:17.017 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 12 16:11:16 smithi037 systemd[1]: ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mgr.a.service: Consumed 56.058s CPU time. 2024-04-12T16:11:17.027 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T16:11:17.027 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-12T16:11:17.028 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-12T16:11:17.028 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mgr.b 2024-04-12T16:11:17.364 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:11:17 smithi040 systemd[1]: Stopping Ceph mgr.b for 292bfd24-f8e6-11ee-bc8d-c7b262605968... 2024-04-12T16:11:17.636 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:11:17 smithi040 podman[44286]: 2024-04-12 16:11:17.366850065 +0000 UTC m=+0.139405616 container died a73f8e54edd45c41eb7ce98025af7c718a9e0a5ab2db894559c9f92d76eb8b7e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240409, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5) 2024-04-12T16:11:17.986 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:11:17 smithi040 podman[44286]: 2024-04-12 16:11:17.737603369 +0000 UTC m=+0.510158927 container cleanup a73f8e54edd45c41eb7ce98025af7c718a9e0a5ab2db894559c9f92d76eb8b7e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b, io.buildah.version=1.33.5, org.label-schema.build-date=20240409, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, GIT_BRANCH=HEAD, 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, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0) 2024-04-12T16:11:17.986 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:11:17 smithi040 bash[44286]: ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b 2024-04-12T16:11:18.260 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:11:17 smithi040 podman[44300]: 2024-04-12 16:11:17.988917098 +0000 UTC m=+0.618977411 container remove a73f8e54edd45c41eb7ce98025af7c718a9e0a5ab2db894559c9f92d76eb8b7e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-mgr-b, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.build-date=20240409) 2024-04-12T16:11:18.260 INFO:journalctl@ceph.mgr.b.smithi040.stdout:Apr 12 16:11:17 smithi040 systemd[1]: ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mgr.b.service: Main process exited, code=exited, status=143/n/a 2024-04-12T16:11:19.156 DEBUG:teuthology.orchestra.run.smithi040:> sudo pkill -f 'journalctl -f -n 0 -u ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@mgr.b.service' 2024-04-12T16:11:19.195 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T16:11:19.195 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-12T16:11:19.195 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-04-12T16:11:19.195 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@osd.0 2024-04-12T16:11:19.510 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 12 16:11:19 smithi037 systemd[1]: Stopping Ceph osd.0 for 292bfd24-f8e6-11ee-bc8d-c7b262605968... 2024-04-12T16:11:19.928 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 12 16:11:19 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-0[40481]: 2024-04-12T16:11:19.511+0000 7fb6968db700 -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-12T16:11:19.928 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 12 16:11:19 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-0[40481]: 2024-04-12T16:11:19.511+0000 7fb6968db700 -1 osd.0 63 *** Got signal Terminated *** 2024-04-12T16:11:19.928 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 12 16:11:19 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-0[40481]: 2024-04-12T16:11:19.511+0000 7fb6968db700 -1 osd.0 63 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T16:11:25.178 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 12 16:11:24 smithi037 podman[52967]: 2024-04-12 16:11:24.899913727 +0000 UTC m=+5.510697088 container died 1127a62de5a0ca3b4b86c5186918a1aa28941f965c6cd52e6da30c2075976676 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-0, org.label-schema.build-date=20240409, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-04-12T16:11:25.678 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 12 16:11:25 smithi037 podman[52967]: 2024-04-12 16:11:25.520322298 +0000 UTC m=+6.131105669 container cleanup 1127a62de5a0ca3b4b86c5186918a1aa28941f965c6cd52e6da30c2075976676 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-0, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.build-date=20240409, io.buildah.version=1.33.5) 2024-04-12T16:11:25.678 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 12 16:11:25 smithi037 bash[52967]: ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-0 2024-04-12T16:11:26.133 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 12 16:11:25 smithi037 podman[52983]: 2024-04-12 16:11:25.704985722 +0000 UTC m=+0.801032278 container remove 1127a62de5a0ca3b4b86c5186918a1aa28941f965c6cd52e6da30c2075976676 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240409, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_BRANCH=HEAD) 2024-04-12T16:11:26.389 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 12 16:11:26 smithi037 podman[53075]: 2024-04-12 16:11:26.039592455 +0000 UTC m=+0.018144331 image pull 92de118a8b8fd41458f442b377b2c0b3c43b8d07f06e0d9ed4acf64e9f818607 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528 2024-04-12T16:11:26.389 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 12 16:11:26 smithi037 podman[53075]: 2024-04-12 16:11:26.139147049 +0000 UTC m=+0.117698955 container create 56208dacb546f3b4b728a05959de2f33a37a2b295dab7b405b20f727862acbda (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-0-deactivate, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240409, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-04-12T16:11:26.389 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 12 16:11:26 smithi037 podman[53075]: 2024-04-12 16:11:26.391696009 +0000 UTC m=+0.370247871 container init 56208dacb546f3b4b728a05959de2f33a37a2b295dab7b405b20f727862acbda (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-0-deactivate, org.label-schema.build-date=20240409, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-04-12T16:11:26.678 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 12 16:11:26 smithi037 podman[53075]: 2024-04-12 16:11:26.395373083 +0000 UTC m=+0.373924952 container start 56208dacb546f3b4b728a05959de2f33a37a2b295dab7b405b20f727862acbda (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-0-deactivate, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240409, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0) 2024-04-12T16:11:26.678 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 12 16:11:26 smithi037 podman[53075]: 2024-04-12 16:11:26.48316019 +0000 UTC m=+0.461712052 container attach 56208dacb546f3b4b728a05959de2f33a37a2b295dab7b405b20f727862acbda (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-0-deactivate, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240409, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5) 2024-04-12T16:11:27.176 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 12 16:11:26 smithi037 podman[53075]: 2024-04-12 16:11:26.695378059 +0000 UTC m=+0.673929921 container died 56208dacb546f3b4b728a05959de2f33a37a2b295dab7b405b20f727862acbda (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-0-deactivate, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, ceph=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240409, 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, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561) 2024-04-12T16:11:27.197 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@osd.0.service' 2024-04-12T16:11:27.238 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T16:11:27.239 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-04-12T16:11:27.239 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-04-12T16:11:27.239 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@osd.1 2024-04-12T16:11:27.428 INFO:journalctl@ceph.osd.1.smithi037.stdout:Apr 12 16:11:27 smithi037 systemd[1]: Stopping Ceph osd.1 for 292bfd24-f8e6-11ee-bc8d-c7b262605968... 2024-04-12T16:11:27.928 INFO:journalctl@ceph.osd.1.smithi037.stdout:Apr 12 16:11:27 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-1[44059]: 2024-04-12T16:11:27.631+0000 7f9593011700 -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-12T16:11:28.002 INFO:journalctl@ceph.osd.1.smithi037.stdout:Apr 12 16:11:27 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-1[44059]: 2024-04-12T16:11:27.631+0000 7f9593011700 -1 osd.1 63 *** Got signal Terminated *** 2024-04-12T16:11:28.002 INFO:journalctl@ceph.osd.1.smithi037.stdout:Apr 12 16:11:27 smithi037 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-1[44059]: 2024-04-12T16:11:27.631+0000 7f9593011700 -1 osd.1 63 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T16:11:33.403 INFO:journalctl@ceph.osd.1.smithi037.stdout:Apr 12 16:11:32 smithi037 podman[53182]: 2024-04-12 16:11:32.981875875 +0000 UTC m=+5.478087681 container died 1a0176137257d2220ff1fdd721f40649085f0aab323f7fb41d0128ef49212065 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-1, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.build-date=20240409, io.buildah.version=1.33.5, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-04-12T16:11:33.404 INFO:journalctl@ceph.osd.1.smithi037.stdout:Apr 12 16:11:33 smithi037 podman[53182]: 2024-04-12 16:11:33.406005366 +0000 UTC m=+5.902217165 container cleanup 1a0176137257d2220ff1fdd721f40649085f0aab323f7fb41d0128ef49212065 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-1, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.build-date=20240409, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-04-12T16:11:33.678 INFO:journalctl@ceph.osd.1.smithi037.stdout:Apr 12 16:11:33 smithi037 bash[53182]: ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-1 2024-04-12T16:11:33.678 INFO:journalctl@ceph.osd.1.smithi037.stdout:Apr 12 16:11:33 smithi037 podman[53513]: 2024-04-12 16:11:33.590386884 +0000 UTC m=+0.604080735 container remove 1a0176137257d2220ff1fdd721f40649085f0aab323f7fb41d0128ef49212065 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-1, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240409, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-12T16:11:35.286 INFO:journalctl@ceph.osd.1.smithi037.stdout:Apr 12 16:11:35 smithi037 podman[53663]: 2024-04-12 16:11:35.059423599 +0000 UTC m=+0.021787987 image pull 92de118a8b8fd41458f442b377b2c0b3c43b8d07f06e0d9ed4acf64e9f818607 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528 2024-04-12T16:11:35.286 INFO:journalctl@ceph.osd.1.smithi037.stdout:Apr 12 16:11:35 smithi037 podman[53663]: 2024-04-12 16:11:35.158057257 +0000 UTC m=+0.120421645 container create 6c2bcbd067e8f902e2e0c12fee61221f1f2df1098d847483b3aa535b4556b36d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-1-deactivate, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.build-date=20240409, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-04-12T16:11:35.678 INFO:journalctl@ceph.osd.1.smithi037.stdout:Apr 12 16:11:35 smithi037 podman[53663]: 2024-04-12 16:11:35.394950639 +0000 UTC m=+0.357315027 container init 6c2bcbd067e8f902e2e0c12fee61221f1f2df1098d847483b3aa535b4556b36d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-1-deactivate, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240409, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0) 2024-04-12T16:11:35.678 INFO:journalctl@ceph.osd.1.smithi037.stdout:Apr 12 16:11:35 smithi037 podman[53663]: 2024-04-12 16:11:35.398452675 +0000 UTC m=+0.360817062 container start 6c2bcbd067e8f902e2e0c12fee61221f1f2df1098d847483b3aa535b4556b36d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-1-deactivate, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240409, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-12T16:11:35.678 INFO:journalctl@ceph.osd.1.smithi037.stdout:Apr 12 16:11:35 smithi037 podman[53663]: 2024-04-12 16:11:35.494247733 +0000 UTC m=+0.456612120 container attach 6c2bcbd067e8f902e2e0c12fee61221f1f2df1098d847483b3aa535b4556b36d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-1-deactivate, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240409, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-04-12T16:11:36.130 INFO:journalctl@ceph.osd.1.smithi037.stdout:Apr 12 16:11:35 smithi037 podman[53663]: 2024-04-12 16:11:35.804875685 +0000 UTC m=+0.767240075 container died 6c2bcbd067e8f902e2e0c12fee61221f1f2df1098d847483b3aa535b4556b36d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-1-deactivate, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240409, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, CEPH_POINT_RELEASE=) 2024-04-12T16:11:36.417 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@osd.1.service' 2024-04-12T16:11:36.461 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T16:11:36.462 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-04-12T16:11:36.462 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-04-12T16:11:36.462 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@osd.2 2024-04-12T16:11:36.760 INFO:journalctl@ceph.osd.2.smithi040.stdout:Apr 12 16:11:36 smithi040 systemd[1]: Stopping Ceph osd.2 for 292bfd24-f8e6-11ee-bc8d-c7b262605968... 2024-04-12T16:11:37.260 INFO:journalctl@ceph.osd.2.smithi040.stdout:Apr 12 16:11:36 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-2[36473]: 2024-04-12T16:11:36.765+0000 7fdcebad7700 -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-12T16:11:37.260 INFO:journalctl@ceph.osd.2.smithi040.stdout:Apr 12 16:11:36 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-2[36473]: 2024-04-12T16:11:36.765+0000 7fdcebad7700 -1 osd.2 63 *** Got signal Terminated *** 2024-04-12T16:11:37.260 INFO:journalctl@ceph.osd.2.smithi040.stdout:Apr 12 16:11:36 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-2[36473]: 2024-04-12T16:11:36.765+0000 7fdcebad7700 -1 osd.2 63 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T16:11:42.369 INFO:journalctl@ceph.osd.2.smithi040.stdout:Apr 12 16:11:42 smithi040 podman[44821]: 2024-04-12 16:11:42.101987909 +0000 UTC m=+5.436654966 container died 75ae0f307d660c86b3542309f27386ac83ccc78fe1a1af10cc4c49e41fe8cf4f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.build-date=20240409, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0) 2024-04-12T16:11:42.370 INFO:journalctl@ceph.osd.2.smithi040.stdout:Apr 12 16:11:42 smithi040 podman[44821]: 2024-04-12 16:11:42.371824322 +0000 UTC m=+5.706491388 container cleanup 75ae0f307d660c86b3542309f27386ac83ccc78fe1a1af10cc4c49e41fe8cf4f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, CEPH_POINT_RELEASE=, ceph=True, 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=20240409, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.schema-version=1.0) 2024-04-12T16:11:42.628 INFO:journalctl@ceph.osd.2.smithi040.stdout:Apr 12 16:11:42 smithi040 bash[44821]: ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-2 2024-04-12T16:11:42.944 INFO:journalctl@ceph.osd.2.smithi040.stdout:Apr 12 16:11:42 smithi040 podman[44948]: 2024-04-12 16:11:42.631153673 +0000 UTC m=+0.531221252 container remove 75ae0f307d660c86b3542309f27386ac83ccc78fe1a1af10cc4c49e41fe8cf4f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240409) 2024-04-12T16:11:43.248 INFO:journalctl@ceph.osd.2.smithi040.stdout:Apr 12 16:11:42 smithi040 podman[45040]: 2024-04-12 16:11:42.849241226 +0000 UTC m=+0.017498725 image pull 92de118a8b8fd41458f442b377b2c0b3c43b8d07f06e0d9ed4acf64e9f818607 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528 2024-04-12T16:11:43.249 INFO:journalctl@ceph.osd.2.smithi040.stdout:Apr 12 16:11:42 smithi040 podman[45040]: 2024-04-12 16:11:42.957220391 +0000 UTC m=+0.125477934 container create 3bb0cd62ac0fd72f00d651d3dd157cf640333bb3084073da7086db9ad77117ba (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-2-deactivate, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.build-date=20240409, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-04-12T16:11:43.249 INFO:journalctl@ceph.osd.2.smithi040.stdout:Apr 12 16:11:43 smithi040 podman[45040]: 2024-04-12 16:11:43.176366025 +0000 UTC m=+0.344623526 container init 3bb0cd62ac0fd72f00d651d3dd157cf640333bb3084073da7086db9ad77117ba (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-2-deactivate, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240409) 2024-04-12T16:11:43.249 INFO:journalctl@ceph.osd.2.smithi040.stdout:Apr 12 16:11:43 smithi040 podman[45040]: 2024-04-12 16:11:43.179425289 +0000 UTC m=+0.347682790 container start 3bb0cd62ac0fd72f00d651d3dd157cf640333bb3084073da7086db9ad77117ba (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-2-deactivate, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240409, io.buildah.version=1.33.5, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-04-12T16:11:43.249 INFO:journalctl@ceph.osd.2.smithi040.stdout:Apr 12 16:11:43 smithi040 podman[45040]: 2024-04-12 16:11:43.251264399 +0000 UTC m=+0.419521913 container attach 3bb0cd62ac0fd72f00d651d3dd157cf640333bb3084073da7086db9ad77117ba (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-2-deactivate, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240409, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , ceph=True, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-04-12T16:11:43.510 INFO:journalctl@ceph.osd.2.smithi040.stdout:Apr 12 16:11:43 smithi040 podman[45040]: 2024-04-12 16:11:43.469725442 +0000 UTC m=+0.637982941 container died 3bb0cd62ac0fd72f00d651d3dd157cf640333bb3084073da7086db9ad77117ba (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-2-deactivate, io.buildah.version=1.33.5, ceph=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240409, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-12T16:11:44.033 DEBUG:teuthology.orchestra.run.smithi040:> sudo pkill -f 'journalctl -f -n 0 -u ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@osd.2.service' 2024-04-12T16:11:44.076 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T16:11:44.077 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-04-12T16:11:44.077 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-04-12T16:11:44.077 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@osd.3 2024-04-12T16:11:44.389 INFO:journalctl@ceph.osd.3.smithi040.stdout:Apr 12 16:11:44 smithi040 systemd[1]: Stopping Ceph osd.3 for 292bfd24-f8e6-11ee-bc8d-c7b262605968... 2024-04-12T16:11:44.760 INFO:journalctl@ceph.osd.3.smithi040.stdout:Apr 12 16:11:44 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-3[39870]: 2024-04-12T16:11:44.391+0000 7f3018a1a700 -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-12T16:11:44.760 INFO:journalctl@ceph.osd.3.smithi040.stdout:Apr 12 16:11:44 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-3[39870]: 2024-04-12T16:11:44.391+0000 7f3018a1a700 -1 osd.3 63 *** Got signal Terminated *** 2024-04-12T16:11:44.760 INFO:journalctl@ceph.osd.3.smithi040.stdout:Apr 12 16:11:44 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-3[39870]: 2024-04-12T16:11:44.391+0000 7f3018a1a700 -1 osd.3 63 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T16:11:47.510 INFO:journalctl@ceph.osd.3.smithi040.stdout:Apr 12 16:11:47 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-3[39870]: 2024-04-12T16:11:47.032+0000 7f3011006700 -1 osd.3 63 heartbeat_check: no reply from 172.21.15.37:6806 osd.0 since back 2024-04-12T16:11:21.470359+0000 front 2024-04-12T16:11:21.470312+0000 (oldest deadline 2024-04-12T16:11:46.169978+0000) 2024-04-12T16:11:48.509 INFO:journalctl@ceph.osd.3.smithi040.stdout:Apr 12 16:11:48 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-3[39870]: 2024-04-12T16:11:48.068+0000 7f3011006700 -1 osd.3 63 heartbeat_check: no reply from 172.21.15.37:6806 osd.0 since back 2024-04-12T16:11:21.470359+0000 front 2024-04-12T16:11:21.470312+0000 (oldest deadline 2024-04-12T16:11:46.169978+0000) 2024-04-12T16:11:49.510 INFO:journalctl@ceph.osd.3.smithi040.stdout:Apr 12 16:11:49 smithi040 ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-3[39870]: 2024-04-12T16:11:49.048+0000 7f3011006700 -1 osd.3 63 heartbeat_check: no reply from 172.21.15.37:6806 osd.0 since back 2024-04-12T16:11:21.470359+0000 front 2024-04-12T16:11:21.470312+0000 (oldest deadline 2024-04-12T16:11:46.169978+0000) 2024-04-12T16:11:50.213 INFO:journalctl@ceph.osd.3.smithi040.stdout:Apr 12 16:11:49 smithi040 podman[45146]: 2024-04-12 16:11:49.822682098 +0000 UTC m=+5.521403312 container died 9f59d7382656ad9614195e480e03dff662287dedaafb744120860e6135772987 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-3, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, ceph=True, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240409) 2024-04-12T16:11:50.213 INFO:journalctl@ceph.osd.3.smithi040.stdout:Apr 12 16:11:50 smithi040 podman[45146]: 2024-04-12 16:11:50.215468873 +0000 UTC m=+5.914190139 container cleanup 9f59d7382656ad9614195e480e03dff662287dedaafb744120860e6135772987 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-3, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240409, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-12T16:11:50.510 INFO:journalctl@ceph.osd.3.smithi040.stdout:Apr 12 16:11:50 smithi040 bash[45146]: ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-3 2024-04-12T16:11:50.510 INFO:journalctl@ceph.osd.3.smithi040.stdout:Apr 12 16:11:50 smithi040 podman[45164]: 2024-04-12 16:11:50.450139326 +0000 UTC m=+0.625174414 container remove 9f59d7382656ad9614195e480e03dff662287dedaafb744120860e6135772987 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-3, org.label-schema.build-date=20240409, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, CEPH_POINT_RELEASE=, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561) 2024-04-12T16:11:51.009 INFO:journalctl@ceph.osd.3.smithi040.stdout:Apr 12 16:11:50 smithi040 podman[45254]: 2024-04-12 16:11:50.650996595 +0000 UTC m=+0.017735581 image pull 92de118a8b8fd41458f442b377b2c0b3c43b8d07f06e0d9ed4acf64e9f818607 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528 2024-04-12T16:11:51.010 INFO:journalctl@ceph.osd.3.smithi040.stdout:Apr 12 16:11:50 smithi040 podman[45254]: 2024-04-12 16:11:50.759257303 +0000 UTC m=+0.125996278 container create 5518fb87efe0d104d66108943c2c003f20b6053506b02c55db81d39df40883ed (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-3-deactivate, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240409, ceph=True) 2024-04-12T16:11:51.010 INFO:journalctl@ceph.osd.3.smithi040.stdout:Apr 12 16:11:50 smithi040 podman[45254]: 2024-04-12 16:11:50.936542716 +0000 UTC m=+0.303281692 container init 5518fb87efe0d104d66108943c2c003f20b6053506b02c55db81d39df40883ed (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-3-deactivate, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.license=GPLv2, org.label-schema.build-date=20240409, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0) 2024-04-12T16:11:51.010 INFO:journalctl@ceph.osd.3.smithi040.stdout:Apr 12 16:11:50 smithi040 podman[45254]: 2024-04-12 16:11:50.939389795 +0000 UTC m=+0.306128768 container start 5518fb87efe0d104d66108943c2c003f20b6053506b02c55db81d39df40883ed (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-3-deactivate, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240409, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5) 2024-04-12T16:11:51.260 INFO:journalctl@ceph.osd.3.smithi040.stdout:Apr 12 16:11:51 smithi040 podman[45254]: 2024-04-12 16:11:51.011330981 +0000 UTC m=+0.378069969 container attach 5518fb87efe0d104d66108943c2c003f20b6053506b02c55db81d39df40883ed (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-3-deactivate, org.label-schema.license=GPLv2, org.label-schema.build-date=20240409, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-12T16:11:51.260 INFO:journalctl@ceph.osd.3.smithi040.stdout:Apr 12 16:11:51 smithi040 podman[45254]: 2024-04-12 16:11:51.236035418 +0000 UTC m=+0.602774392 container died 5518fb87efe0d104d66108943c2c003f20b6053506b02c55db81d39df40883ed (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-3-deactivate, org.label-schema.build-date=20240409, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-12T16:11:51.746 INFO:journalctl@ceph.osd.3.smithi040.stdout:Apr 12 16:11:51 smithi040 podman[45280]: 2024-04-12 16:11:51.722720664 +0000 UTC m=+0.478158564 container remove 5518fb87efe0d104d66108943c2c003f20b6053506b02c55db81d39df40883ed (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528, name=ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968-osd-3-deactivate, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=wip-yuri10-testing-2024-03-24-1159-bf9c561, org.label-schema.build-date=20240409, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS) 2024-04-12T16:11:51.750 DEBUG:teuthology.orchestra.run.smithi040:> sudo pkill -f 'journalctl -f -n 0 -u ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@osd.3.service' 2024-04-12T16:11:51.790 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T16:11:51.790 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-04-12T16:11:51.791 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-04-12T16:11:51.791 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@osd.4 2024-04-12T16:11:51.835 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@osd.4.service' 2024-04-12T16:11:51.872 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T16:11:51.873 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-04-12T16:11:51.873 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-04-12T16:11:51.873 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@osd.5 2024-04-12T16:11:51.952 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-292bfd24-f8e6-11ee-bc8d-c7b262605968@osd.5.service' 2024-04-12T16:11:52.026 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T16:11:52.027 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-04-12T16:11:52.027 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 --force --keep-logs 2024-04-12T16:11:52.215 INFO:teuthology.orchestra.run.smithi037.stdout:Deleting cluster with fsid: 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:11:53.591 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 --force --keep-logs 2024-04-12T16:11:53.839 INFO:teuthology.orchestra.run.smithi040.stdout:Deleting cluster with fsid: 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:11:55.250 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 --force --keep-logs 2024-04-12T16:11:55.443 INFO:teuthology.orchestra.run.smithi133.stdout:Deleting cluster with fsid: 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:11:55.903 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-12T16:11:55.937 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-12T16:11:55.970 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-12T16:11:55.999 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-12T16:11:56.001 DEBUG:teuthology.misc:Transferring archived files from smithi037:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/crash to /home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654149/remote/smithi037/crash 2024-04-12T16:11:56.002 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/crash -- . 2024-04-12T16:11:56.042 INFO:teuthology.orchestra.run.smithi037.stderr:tar: /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/crash: Cannot open: No such file or directory 2024-04-12T16:11:56.042 INFO:teuthology.orchestra.run.smithi037.stderr:tar: Error is not recoverable: exiting now 2024-04-12T16:11:56.044 DEBUG:teuthology.misc:Transferring archived files from smithi040:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/crash to /home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654149/remote/smithi040/crash 2024-04-12T16:11:56.045 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/crash -- . 2024-04-12T16:11:56.086 INFO:teuthology.orchestra.run.smithi040.stderr:tar: /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/crash: Cannot open: No such file or directory 2024-04-12T16:11:56.086 INFO:teuthology.orchestra.run.smithi040.stderr:tar: Error is not recoverable: exiting now 2024-04-12T16:11:56.088 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/crash to /home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654149/remote/smithi133/crash 2024-04-12T16:11:56.090 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/crash -- . 2024-04-12T16:11:56.130 INFO:teuthology.orchestra.run.smithi133.stderr:tar: /var/lib/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/crash: Cannot open: No such file or directory 2024-04-12T16:11:56.130 INFO:teuthology.orchestra.run.smithi133.stderr:tar: Error is not recoverable: exiting now 2024-04-12T16:11:56.131 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-12T16:11:56.131 DEBUG:teuthology.orchestra.run.smithi037:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-12T16:11:56.163 INFO:teuthology.orchestra.run.smithi037.stdout:2024-04-12T16:06:49.704773+0000 mon.a (mon.0) 379 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T16:11:56.164 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-04-12T16:11:56.164 DEBUG:teuthology.orchestra.run.smithi037:> sudo egrep '\[SEC\]' /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-12T16:11:56.235 DEBUG:teuthology.orchestra.run.smithi037:> sudo egrep '\[ERR\]' /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-12T16:11:56.307 DEBUG:teuthology.orchestra.run.smithi037:> sudo egrep '\[WRN\]' /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-12T16:11:56.378 INFO:teuthology.orchestra.run.smithi037.stdout:2024-04-12T16:06:49.704773+0000 mon.a (mon.0) 379 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T16:11:56.378 INFO:tasks.cephadm:Compressing logs... 2024-04-12T16:11:56.379 DEBUG:teuthology.orchestra.run.smithi037:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-12T16:11:56.420 DEBUG:teuthology.orchestra.run.smithi040:> 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-12T16:11:56.423 DEBUG:teuthology.orchestra.run.smithi133:> 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-12T16:11:56.444 INFO:teuthology.orchestra.run.smithi037.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-12T16:11:56.444 INFO:teuthology.orchestra.run.smithi037.stderr:: No such file or directory 2024-04-12T16:11:56.448 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-mon.a.log 2024-04-12T16:11:56.448 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.audit.log 2024-04-12T16:11:56.448 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-mgr.a.log 2024-04-12T16:11:56.448 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-osd.1.log 2024-04-12T16:11:56.449 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-osd.0.log 2024-04-12T16:11:56.449 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-mgr.a.log: /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.cephadm.log 2024-04-12T16:11:56.449 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.log 2024-04-12T16:11:56.449 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-volume.log 2024-04-12T16:11:56.449 INFO:teuthology.orchestra.run.smithi037.stderr: 83.2% -- replaced with /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.cephadm.log.gz 2024-04-12T16:11:56.449 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.log: 90.4% -- replaced with /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.audit.log.gz 2024-04-12T16:11:56.449 INFO:teuthology.orchestra.run.smithi037.stderr: 86.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-12T16:11:56.450 INFO:teuthology.orchestra.run.smithi037.stderr: 85.8% -- replaced with /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.log.gz 2024-04-12T16:11:56.451 INFO:teuthology.orchestra.run.smithi133.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-12T16:11:56.451 INFO:teuthology.orchestra.run.smithi133.stderr:: No such file or directory 2024-04-12T16:11:56.451 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.audit.log 2024-04-12T16:11:56.451 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-osd.4.log 2024-04-12T16:11:56.451 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-osd.5.log 2024-04-12T16:11:56.451 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.audit.log: /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.cephadm.log 2024-04-12T16:11:56.454 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.log 2024-04-12T16:11:56.454 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-osd.5.log: /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-volume.log 2024-04-12T16:11:56.454 INFO:teuthology.orchestra.run.smithi133.stderr: 80.6% -- replaced with /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.cephadm.log.gz 2024-04-12T16:11:56.454 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-mon.c.log 2024-04-12T16:11:56.454 INFO:teuthology.orchestra.run.smithi133.stderr: 90.7% -- replaced with /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.audit.log.gz 2024-04-12T16:11:56.454 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-volume.log: 83.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-12T16:11:56.455 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-mon.c.log: 85.1% -- replaced with /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.log.gz 2024-04-12T16:11:56.456 INFO:teuthology.orchestra.run.smithi040.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-12T16:11:56.456 INFO:teuthology.orchestra.run.smithi040.stderr:: No such file or directory 2024-04-12T16:11:56.456 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.audit.log 2024-04-12T16:11:56.456 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-osd.3.log 2024-04-12T16:11:56.456 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.cephadm.log 2024-04-12T16:11:56.456 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.log 2024-04-12T16:11:56.456 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-osd.2.log 2024-04-12T16:11:56.456 INFO:teuthology.orchestra.run.smithi040.stderr: 82.6% -- replaced with /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.cephadm.log.gz 2024-04-12T16:11:56.456 INFO:teuthology.orchestra.run.smithi040.stderr: 84.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-12T16:11:56.457 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-mgr.b.log 2024-04-12T16:11:56.457 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-osd.2.log: 90.6% -- replaced with /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.audit.log.gz 2024-04-12T16:11:56.457 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-volume.log 2024-04-12T16:11:56.457 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-mgr.b.log: 85.6% -- replaced with /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph.log.gz 2024-04-12T16:11:56.457 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-mon.b.log 2024-04-12T16:11:56.457 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-volume.log: /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-mon.b.log: 91.1% -- replaced with /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-mgr.b.log.gz 2024-04-12T16:11:56.468 INFO:teuthology.orchestra.run.smithi040.stderr: 91.4% -- replaced with /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-volume.log.gz 2024-04-12T16:11:56.470 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-volume.log: 91.4% -- replaced with /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-volume.log.gz 2024-04-12T16:11:56.471 INFO:teuthology.orchestra.run.smithi133.stderr: 91.4% -- replaced with /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-volume.log.gz 2024-04-12T16:11:56.473 INFO:teuthology.orchestra.run.smithi133.stderr: 92.6% -- replaced with /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-osd.5.log.gz 2024-04-12T16:11:56.478 INFO:teuthology.orchestra.run.smithi133.stderr: 92.7% -- replaced with /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-osd.4.log.gz 2024-04-12T16:11:56.486 INFO:teuthology.orchestra.run.smithi037.stderr: 93.2% -- replaced with /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-osd.1.log.gz 2024-04-12T16:11:56.493 INFO:teuthology.orchestra.run.smithi037.stderr: 93.1% -- replaced with /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-osd.0.log.gz 2024-04-12T16:11:56.506 INFO:teuthology.orchestra.run.smithi040.stderr: 92.9% -- replaced with /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-osd.3.log.gz 2024-04-12T16:11:56.515 INFO:teuthology.orchestra.run.smithi133.stderr: 92.6% -- replaced with /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-mon.c.log.gz 2024-04-12T16:11:56.517 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-12T16:11:56.517 INFO:teuthology.orchestra.run.smithi133.stderr:real 0m0.079s 2024-04-12T16:11:56.517 INFO:teuthology.orchestra.run.smithi133.stderr:user 0m0.137s 2024-04-12T16:11:56.517 INFO:teuthology.orchestra.run.smithi133.stderr:sys 0m0.030s 2024-04-12T16:11:56.542 INFO:teuthology.orchestra.run.smithi037.stderr: 87.9% -- replaced with /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-mgr.a.log.gz 2024-04-12T16:11:56.548 INFO:teuthology.orchestra.run.smithi040.stderr: 92.4% -- replaced with /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-mon.b.log.gz 2024-04-12T16:11:56.548 INFO:teuthology.orchestra.run.smithi040.stderr: 93.4% -- replaced with /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-osd.2.log.gz 2024-04-12T16:11:56.550 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-12T16:11:56.550 INFO:teuthology.orchestra.run.smithi040.stderr:real 0m0.113s 2024-04-12T16:11:56.550 INFO:teuthology.orchestra.run.smithi040.stderr:user 0m0.269s 2024-04-12T16:11:56.550 INFO:teuthology.orchestra.run.smithi040.stderr:sys 0m0.029s 2024-04-12T16:11:56.704 INFO:teuthology.orchestra.run.smithi037.stderr: 91.2% -- replaced with /var/log/ceph/292bfd24-f8e6-11ee-bc8d-c7b262605968/ceph-mon.a.log.gz 2024-04-12T16:11:56.705 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-12T16:11:56.705 INFO:teuthology.orchestra.run.smithi037.stderr:real 0m0.273s 2024-04-12T16:11:56.706 INFO:teuthology.orchestra.run.smithi037.stderr:user 0m0.462s 2024-04-12T16:11:56.706 INFO:teuthology.orchestra.run.smithi037.stderr:sys 0m0.040s 2024-04-12T16:11:56.706 INFO:tasks.cephadm:Archiving logs... 2024-04-12T16:11:56.706 DEBUG:teuthology.misc:Transferring archived files from smithi037:/var/log/ceph to /home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654149/remote/smithi037/log 2024-04-12T16:11:56.707 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-12T16:11:56.864 DEBUG:teuthology.misc:Transferring archived files from smithi040:/var/log/ceph to /home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654149/remote/smithi040/log 2024-04-12T16:11:56.865 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-12T16:11:56.935 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/log/ceph to /home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654149/remote/smithi133/log 2024-04-12T16:11:56.935 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-12T16:11:56.986 INFO:tasks.cephadm:Removing cluster... 2024-04-12T16:11:56.987 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 --force 2024-04-12T16:11:57.170 INFO:teuthology.orchestra.run.smithi037.stdout:Deleting cluster with fsid: 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:11:57.427 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 --force 2024-04-12T16:11:57.624 INFO:teuthology.orchestra.run.smithi040.stdout:Deleting cluster with fsid: 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:11:57.871 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 292bfd24-f8e6-11ee-bc8d-c7b262605968 --force 2024-04-12T16:11:58.058 INFO:teuthology.orchestra.run.smithi133.stdout:Deleting cluster with fsid: 292bfd24-f8e6-11ee-bc8d-c7b262605968 2024-04-12T16:11:58.301 INFO:tasks.cephadm:Removing cephadm ... 2024-04-12T16:11:58.301 DEBUG:teuthology.orchestra.run.smithi037:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-12T16:11:58.319 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-12T16:11:58.336 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-12T16:11:58.351 INFO:tasks.cephadm:Teardown complete 2024-04-12T16:11:58.352 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-12T16:11:58.363 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-12T16:11:58.363 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-12T16:11:58.366 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-12T16:11:58.379 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-12T16:11:58.484 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-12T16:11:58.492 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-12T16:11:58.493 DEBUG:teuthology.orchestra.run.smithi037:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-12T16:11:58.495 DEBUG:teuthology.orchestra.run.smithi040:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-12T16:11:58.498 DEBUG:teuthology.orchestra.run.smithi133:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-12T16:11:58.509 INFO:teuthology.orchestra.run.smithi037.stderr:bash: line 1: ntpq: command not found 2024-04-12T16:11:58.510 INFO:teuthology.orchestra.run.smithi040.stderr:bash: line 1: ntpq: command not found 2024-04-12T16:11:58.511 INFO:teuthology.orchestra.run.smithi133.stderr:bash: line 1: ntpq: command not found 2024-04-12T16:11:58.513 INFO:teuthology.orchestra.run.smithi040.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-12T16:11:58.514 INFO:teuthology.orchestra.run.smithi040.stdout:=============================================================================== 2024-04-12T16:11:58.514 INFO:teuthology.orchestra.run.smithi040.stdout:^* hv01.front.sepia.ceph.com 3 6 377 41 +1311us[+1322us] +/- 44ms 2024-04-12T16:11:58.514 INFO:teuthology.orchestra.run.smithi040.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 42 -1244us[-1234us] +/- 66ms 2024-04-12T16:11:58.514 INFO:teuthology.orchestra.run.smithi040.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 41 -772us[ -762us] +/- 64ms 2024-04-12T16:11:58.514 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T16:11:58.515 INFO:teuthology.orchestra.run.smithi037.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-12T16:11:58.515 INFO:teuthology.orchestra.run.smithi037.stdout:=============================================================================== 2024-04-12T16:11:58.515 INFO:teuthology.orchestra.run.smithi037.stdout:^* hv01.front.sepia.ceph.com 3 6 377 41 +1324us[+1332us] +/- 44ms 2024-04-12T16:11:58.516 INFO:teuthology.orchestra.run.smithi037.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 41 -1182us[-1182us] +/- 66ms 2024-04-12T16:11:58.516 INFO:teuthology.orchestra.run.smithi037.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 40 -735us[ -735us] +/- 64ms 2024-04-12T16:11:58.516 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T16:11:58.517 INFO:teuthology.orchestra.run.smithi133.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-12T16:11:58.517 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================== 2024-04-12T16:11:58.517 INFO:teuthology.orchestra.run.smithi133.stdout:^* hv01.front.sepia.ceph.com 3 6 377 39 +1273us[+1289us] +/- 44ms 2024-04-12T16:11:58.517 INFO:teuthology.orchestra.run.smithi133.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 43 -1241us[-1226us] +/- 66ms 2024-04-12T16:11:58.517 INFO:teuthology.orchestra.run.smithi133.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 40 -783us[ -768us] +/- 64ms 2024-04-12T16:11:58.517 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T16:11:58.517 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-12T16:11:58.525 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-12T16:11:58.526 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-12T16:11:58.534 DEBUG:teuthology.orchestra.run.smithi037:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-12T16:11:58.635 DEBUG:teuthology.orchestra.run.smithi040:> 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-12T16:11:58.707 DEBUG:teuthology.orchestra.run.smithi133:> 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-12T16:11:58.775 DEBUG:teuthology.orchestra.run.smithi037:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-12T16:11:58.807 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T16:11:58.807 DEBUG:teuthology.orchestra.run.smithi040:> 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-12T16:11:58.837 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T16:11:58.838 DEBUG:teuthology.orchestra.run.smithi133:> 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-12T16:11:58.867 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T16:11:58.867 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-12T16:11:58.876 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-12T16:11:58.884 INFO:teuthology.task.internal:Duration was 1034.507649 seconds 2024-04-12T16:11:58.885 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-12T16:11:58.893 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-12T16:11:58.893 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-12T16:11:58.896 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-12T16:11:58.898 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-12T16:11:58.940 INFO:teuthology.orchestra.run.smithi037.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-12T16:11:58.940 INFO:teuthology.orchestra.run.smithi040.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-12T16:11:58.951 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-12T16:11:59.305 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-12T16:11:59.305 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi037.front.sepia.ceph.com 2024-04-12T16:11:59.305 DEBUG:teuthology.orchestra.run.smithi037:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-12T16:11:59.327 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi040.front.sepia.ceph.com 2024-04-12T16:11:59.327 DEBUG:teuthology.orchestra.run.smithi040:> 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-12T16:11:59.355 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi133.front.sepia.ceph.com 2024-04-12T16:11:59.355 DEBUG:teuthology.orchestra.run.smithi133:> 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-12T16:11:59.377 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-12T16:11:59.377 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-12T16:11:59.380 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-12T16:11:59.398 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-12T16:11:59.446 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-12T16:11:59.447 DEBUG:teuthology.orchestra.run.smithi037:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-12T16:11:59.451 DEBUG:teuthology.orchestra.run.smithi040:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-12T16:11:59.468 DEBUG:teuthology.orchestra.run.smithi133:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-12T16:11:59.649 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-12T16:11:59.659 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-12T16:11:59.659 DEBUG:teuthology.orchestra.run.smithi037:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-12T16:11:59.686 DEBUG:teuthology.orchestra.run.smithi040:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-12T16:11:59.712 DEBUG:teuthology.orchestra.run.smithi133:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-12T16:11:59.739 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-12T16:11:59.748 DEBUG:teuthology.orchestra.run.smithi037:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-12T16:11:59.751 DEBUG:teuthology.orchestra.run.smithi040:> 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-12T16:11:59.755 DEBUG:teuthology.orchestra.run.smithi133:> 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-12T16:11:59.774 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = core 2024-04-12T16:11:59.777 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = core 2024-04-12T16:11:59.804 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = core 2024-04-12T16:11:59.835 DEBUG:teuthology.orchestra.run.smithi037:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-12T16:11:59.854 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T16:11:59.855 DEBUG:teuthology.orchestra.run.smithi040:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-12T16:11:59.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T16:11:59.868 DEBUG:teuthology.orchestra.run.smithi133:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-12T16:11:59.889 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T16:11:59.889 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-12T16:11:59.899 INFO:teuthology.task.internal:Transferring archived files... 2024-04-12T16:11:59.900 DEBUG:teuthology.misc:Transferring archived files from smithi037:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654149/remote/smithi037 2024-04-12T16:11:59.900 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-12T16:11:59.940 DEBUG:teuthology.misc:Transferring archived files from smithi040:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654149/remote/smithi040 2024-04-12T16:11:59.940 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-12T16:11:59.977 DEBUG:teuthology.misc:Transferring archived files from smithi133:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654149/remote/smithi133 2024-04-12T16:11:59.977 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-12T16:12:00.015 INFO:teuthology.task.internal:Removing archive directory... 2024-04-12T16:12:00.015 DEBUG:teuthology.orchestra.run.smithi037:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-12T16:12:00.017 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-12T16:12:00.020 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-12T16:12:00.064 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-12T16:12:00.076 INFO:teuthology.task.internal:Not uploading archives. 2024-04-12T16:12:00.076 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-12T16:12:00.086 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-12T16:12:00.086 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-12T16:12:00.088 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-12T16:12:00.090 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-12T16:12:00.102 INFO:teuthology.orchestra.run.smithi037.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 12 16:12 /home/ubuntu/cephtest 2024-04-12T16:12:00.103 INFO:teuthology.orchestra.run.smithi040.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 12 16:12 /home/ubuntu/cephtest 2024-04-12T16:12:00.118 INFO:teuthology.orchestra.run.smithi133.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 12 16:12 /home/ubuntu/cephtest 2024-04-12T16:12:00.119 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-12T16:12:00.130 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-12T16:12:00.194 INFO:teuthology.nuke:Checking targets against current locks 2024-04-12T16:12:00.221 DEBUG:teuthology.nuke:shortname: smithi037 2024-04-12T16:12:00.221 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-12T16:12:00.242 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi037.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654149', '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-12 15:45:08.662738', 'locked_by': 'scheduled_rzarzynski@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDXf9d+rvncjGkG8VGX/OFpPCh2ZLSx09gfOIz6EsfG4jjbVQxRRSO9BBF5WoK7n8kJITihcSkddmUZ4NqiWaog='} 2024-04-12T16:12:00.246 DEBUG:teuthology.nuke:shortname: smithi040 2024-04-12T16:12:00.246 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-12T16:12:00.267 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi040.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654149', '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-12 15:45:08.664665', 'locked_by': 'scheduled_rzarzynski@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPv54qSwciqpHnXQJak9YPgkS3l5mDy2cEBZQAEAlo+WvG8pd4eaj1+R97Z92SjG+6zuBkWQUsT8OHh5aAOWYhA='} 2024-04-12T16:12:00.272 DEBUG:teuthology.nuke:shortname: smithi133 2024-04-12T16:12:00.272 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-12T16:12:00.301 INFO:teuthology.orchestra.console.smithi037:Power off 2024-04-12T16:12:00.302 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-12T16:12:00.314 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654149', '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-12 15:45:08.668705', 'locked_by': 'scheduled_rzarzynski@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOOxfV/JzpTgHmao2fADq27v1eUVX+2ZML5lZ4Hprr3rci9z6c87v09S5sAknb0AlM4QDpK3+W10vXf5gXAnjr8='} 2024-04-12T16:12:00.326 DEBUG:teuthology.orchestra.console.smithi037:power off output: Chassis Power Control: Down/Off 2024-04-12T16:12:00.326 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T16:12:00.349 INFO:teuthology.orchestra.console.smithi040:Power off 2024-04-12T16:12:00.350 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-12T16:12:00.361 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2024-04-12T16:12:00.374 DEBUG:teuthology.orchestra.console.smithi040:power off output: Chassis Power Control: Down/Off 2024-04-12T16:12:00.374 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T16:12:00.390 INFO:teuthology.orchestra.console.smithi133:Power off 2024-04-12T16:12:00.390 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-12T16:12:00.399 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is on 2024-04-12T16:12:00.412 DEBUG:teuthology.orchestra.console.smithi133:power off output: Chassis Power Control: Down/Off 2024-04-12T16:12:00.412 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T16:12:00.435 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2024-04-12T16:12:04.362 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T16:12:04.401 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T16:12:04.435 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T16:12:04.473 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2024-04-12T16:12:04.510 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is on 2024-04-12T16:12:04.545 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2024-04-12T16:12:08.474 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T16:12:08.511 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T16:12:08.547 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T16:12:08.585 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is off 2024-04-12T16:12:08.622 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is off 2024-04-12T16:12:08.659 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is off 2024-04-12T16:12:08.686 INFO:teuthology.orchestra.console.smithi037:Power off completed 2024-04-12T16:12:08.723 INFO:teuthology.orchestra.console.smithi040:Power off completed 2024-04-12T16:12:08.760 INFO:teuthology.orchestra.console.smithi133:Power off completed 2024-04-12T16:12:08.864 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} duration: 1034.5076489448547 failure_reason: '"2024-04-12T16:06:49.704773+0000 mon.a (mon.0) 379 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON)" in cluster log' flavor: default owner: scheduled_rzarzynski@teuthology success: false 2024-04-12T16:12:08.864 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-12T16:12:08.941 INFO:teuthology.run:FAIL