2024-04-14T15:51:47.480 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-14T15:51:47.480 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/classic task/test_extra_daemon_features} --owner scheduled_teuthology@teuthology --name teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi --archive /home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646152 -- /home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646152/orig.config.yaml 2024-04-14T15:51:47.523 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-14T15:51:47.611 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646152 branch: main description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/classic task/test_extra_daemon_features} email: ceph-qa@ceph.com first_in_suite: false job_id: '7646152' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: main ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: a971fd5f5719038c70b817bafacd6d5400b1d888 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a971fd5f5719038c70b817bafacd6d5400b1d888 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: 05c9d46e7de5db2cb434c177a6bbfc56f472d09b owner: scheduled_teuthology@teuthology priority: 950 repo: https://git.ceph.com/ceph.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 seed: 6509 sha1: a971fd5f5719038c70b817bafacd6d5400b1d888 sleep_before_teardown: 0 subset: 21/64 suite: orch suite_branch: main suite_path: /home/teuthworker/src/git.ceph.com_ceph_05c9d46e7de5db2cb434c177a6bbfc56f472d09b/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 05c9d46e7de5db2cb434c177a6bbfc56f472d09b targets: smithi129.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ80wEbwm2h7jWJtuSz88pry4FEArB6vjaQiKVnPXkLnPQc/kEpi+VIcNffh7DlaM1NJlW4kOPSsQA4FG7lSYXU= smithi191.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPxdc6JkS8UI868w+e7hAFnoxPzrotK1NTRlF3HwWAPqBU887rDVzYTyRB6hB51k2Dj6vsIatPtNXrhlhawKtY8= tasks: - install: null - cephadm: null - exec: all-hosts: - mkdir /etc/cephadm_testing - cephadm.apply: specs: - extra_container_args: - --cpus=2 extra_entrypoint_args: - --debug_ms 10 placement: host_pattern: '*' service_type: mon - custom_configs: - content: "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n\ \ ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\n\ sleep infinity\n" mount_path: /root/write_thing_to_file.sh extra_container_args: - -v - /etc/cephadm_testing:/root/cephadm_testing extra_entrypoint_args: - /root/write_thing_to_file.sh - -c - testing_custom_containers - -o - /root/cephadm_testing/testing.txt placement: host_pattern: '*' service_id: foo service_type: container spec: entrypoint: bash image: quay.io/fedora/fedora:latest - custom_configs: - content: 'set -e test -f /var/cache/bar/from.txt test -f /var/cache/bar/presized.dat echo ok > /var/cache/bar/primary.txt sleep infinity ' mount_path: /root/init_check.sh extra_entrypoint_args: - /root/init_check.sh placement: host_pattern: '*' service_id: bar service_type: container spec: dirs: - data entrypoint: bash image: quay.io/fedora/fedora:latest init_containers: - entrypoint: bash entrypoint_args: - argument: -c - argument: . /etc/os-release && echo from=$ID > /var/cache/bar/from.txt image: quay.io/centos/centos:latest volume_mounts: data: /var/cache/bar:z - entrypoint: bash entrypoint_args: - argument: -c - argument: test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat volume_mounts: data: /var/cache/bar:z volume_mounts: data: /var/cache/bar:z - cephadm.wait_for_service: service: mon - cephadm.wait_for_service: service: container.foo - cephadm.wait_for_service: service: container.bar - exec: host.a: - 'set -ex FSID=$(/home/ubuntu/cephtest/cephadm shell -- ceph fsid) sleep 60 # check extra container and entrypoint args written to mon unit run file grep "\-\-cpus=2" /var/lib/ceph/$FSID/mon.*/unit.run grep "\-\-debug_ms 10" /var/lib/ceph/$FSID/mon.*/unit.run # check that custom container properly wrote content to file. # This requires the custom config, extra container args, and # entrypoint args to all be working in order for this to have # been written. The container entrypoint was set up with custom_configs, # the content and where to write to with the entrypoint args, and the mounting # of the /etc/cephadm_testing dir with extra container args grep "testing_custom_containers" /etc/cephadm_testing/testing.txt # Verify that container bar''s init containers and primary container # ran successfully dir=$(find /var/lib/ceph/$FSID -maxdepth 1 -type d -name ''container.bar.*'') test -n "$dir" grep ok ${dir}/data/primary.txt grep from=centos ${dir}/data/from.txt test -s ${dir}/data/presized.dat ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6c637841c215537a4502385240412f1966e0faab timestamp: 2024-04-08_20:08:14 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-14T15:51:47.612 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_05c9d46e7de5db2cb434c177a6bbfc56f472d09b/qa; will attempt to use it 2024-04-14T15:51:47.612 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_05c9d46e7de5db2cb434c177a6bbfc56f472d09b/qa/tasks 2024-04-14T15:51:47.613 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-14T15:51:47.614 INFO:teuthology.task.internal:Checking packages... 2024-04-14T15:51:47.641 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a971fd5f5719038c70b817bafacd6d5400b1d888' 2024-04-14T15:51:47.641 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-14T15:51:47.641 INFO:teuthology.packaging:ref: None 2024-04-14T15:51:47.642 INFO:teuthology.packaging:tag: None 2024-04-14T15:51:47.642 INFO:teuthology.packaging:branch: main 2024-04-14T15:51:47.642 INFO:teuthology.packaging:sha1: a971fd5f5719038c70b817bafacd6d5400b1d888 2024-04-14T15:51:47.642 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=main 2024-04-14T15:51:47.956 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3080.gc2d8c315 2024-04-14T15:51:47.958 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-14T15:51:47.964 INFO:teuthology.task.internal:no buildpackages task found 2024-04-14T15:51:47.964 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-14T15:51:48.011 INFO:teuthology.task.internal:Saving configuration 2024-04-14T15:51:48.026 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-14T15:51:48.032 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-14T15:51:48.057 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi129.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646152', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-14 15:46:53.888954', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ80wEbwm2h7jWJtuSz88pry4FEArB6vjaQiKVnPXkLnPQc/kEpi+VIcNffh7DlaM1NJlW4kOPSsQA4FG7lSYXU='} 2024-04-14T15:51:48.080 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi191.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646152', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-14 15:46:53.886997', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPxdc6JkS8UI868w+e7hAFnoxPzrotK1NTRlF3HwWAPqBU887rDVzYTyRB6hB51k2Dj6vsIatPtNXrhlhawKtY8='} 2024-04-14T15:51:48.080 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-14T15:51:48.087 INFO:teuthology.task.internal:roles: ubuntu@smithi129.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-14T15:51:48.087 INFO:teuthology.task.internal:roles: ubuntu@smithi191.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-14T15:51:48.087 INFO:teuthology.run_tasks:Running task console_log... 2024-04-14T15:51:48.193 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f3818375ee0>, signals=[15]) 2024-04-14T15:51:48.193 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-14T15:51:48.199 INFO:teuthology.task.internal:Opening connections... 2024-04-14T15:51:48.199 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi129.front.sepia.ceph.com 2024-04-14T15:51:48.201 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:51:48.294 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi191.front.sepia.ceph.com 2024-04-14T15:51:48.295 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:51:48.387 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-14T15:51:48.394 DEBUG:teuthology.orchestra.run.smithi129:> uname -m 2024-04-14T15:51:48.412 INFO:teuthology.orchestra.run.smithi129.stdout:x86_64 2024-04-14T15:51:48.412 DEBUG:teuthology.orchestra.run.smithi129:> cat /etc/os-release 2024-04-14T15:51:48.469 INFO:teuthology.orchestra.run.smithi129.stdout:NAME="CentOS Stream" 2024-04-14T15:51:48.470 INFO:teuthology.orchestra.run.smithi129.stdout:VERSION="9" 2024-04-14T15:51:48.470 INFO:teuthology.orchestra.run.smithi129.stdout:ID="centos" 2024-04-14T15:51:48.470 INFO:teuthology.orchestra.run.smithi129.stdout:ID_LIKE="rhel fedora" 2024-04-14T15:51:48.470 INFO:teuthology.orchestra.run.smithi129.stdout:VERSION_ID="9" 2024-04-14T15:51:48.470 INFO:teuthology.orchestra.run.smithi129.stdout:PLATFORM_ID="platform:el9" 2024-04-14T15:51:48.470 INFO:teuthology.orchestra.run.smithi129.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-14T15:51:48.470 INFO:teuthology.orchestra.run.smithi129.stdout:ANSI_COLOR="0;31" 2024-04-14T15:51:48.470 INFO:teuthology.orchestra.run.smithi129.stdout:LOGO="fedora-logo-icon" 2024-04-14T15:51:48.470 INFO:teuthology.orchestra.run.smithi129.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-14T15:51:48.470 INFO:teuthology.orchestra.run.smithi129.stdout:HOME_URL="https://centos.org/" 2024-04-14T15:51:48.470 INFO:teuthology.orchestra.run.smithi129.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-14T15:51:48.470 INFO:teuthology.orchestra.run.smithi129.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-14T15:51:48.471 INFO:teuthology.orchestra.run.smithi129.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-14T15:51:48.471 INFO:teuthology.lock.ops:Updating smithi129.front.sepia.ceph.com on lock server 2024-04-14T15:51:48.494 DEBUG:teuthology.orchestra.run.smithi191:> uname -m 2024-04-14T15:51:48.511 INFO:teuthology.orchestra.run.smithi191.stdout:x86_64 2024-04-14T15:51:48.512 DEBUG:teuthology.orchestra.run.smithi191:> cat /etc/os-release 2024-04-14T15:51:48.568 INFO:teuthology.orchestra.run.smithi191.stdout:NAME="CentOS Stream" 2024-04-14T15:51:48.568 INFO:teuthology.orchestra.run.smithi191.stdout:VERSION="9" 2024-04-14T15:51:48.568 INFO:teuthology.orchestra.run.smithi191.stdout:ID="centos" 2024-04-14T15:51:48.569 INFO:teuthology.orchestra.run.smithi191.stdout:ID_LIKE="rhel fedora" 2024-04-14T15:51:48.569 INFO:teuthology.orchestra.run.smithi191.stdout:VERSION_ID="9" 2024-04-14T15:51:48.569 INFO:teuthology.orchestra.run.smithi191.stdout:PLATFORM_ID="platform:el9" 2024-04-14T15:51:48.569 INFO:teuthology.orchestra.run.smithi191.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-14T15:51:48.569 INFO:teuthology.orchestra.run.smithi191.stdout:ANSI_COLOR="0;31" 2024-04-14T15:51:48.569 INFO:teuthology.orchestra.run.smithi191.stdout:LOGO="fedora-logo-icon" 2024-04-14T15:51:48.569 INFO:teuthology.orchestra.run.smithi191.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-14T15:51:48.569 INFO:teuthology.orchestra.run.smithi191.stdout:HOME_URL="https://centos.org/" 2024-04-14T15:51:48.569 INFO:teuthology.orchestra.run.smithi191.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-14T15:51:48.569 INFO:teuthology.orchestra.run.smithi191.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-14T15:51:48.569 INFO:teuthology.orchestra.run.smithi191.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-14T15:51:48.570 INFO:teuthology.lock.ops:Updating smithi191.front.sepia.ceph.com on lock server 2024-04-14T15:51:48.594 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-14T15:51:48.606 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-14T15:51:48.685 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-14T15:51:48.686 DEBUG:teuthology.orchestra.run.smithi129:> test '!' -e /home/ubuntu/cephtest 2024-04-14T15:51:48.688 DEBUG:teuthology.orchestra.run.smithi191:> test '!' -e /home/ubuntu/cephtest 2024-04-14T15:51:48.704 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-14T15:51:48.723 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-14T15:51:48.723 DEBUG:teuthology.orchestra.run.smithi129:> test -z $(ls -A /var/lib/ceph) 2024-04-14T15:51:48.745 DEBUG:teuthology.orchestra.run.smithi191:> test -z $(ls -A /var/lib/ceph) 2024-04-14T15:51:48.841 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-14T15:51:48.896 INFO:teuthology.run_tasks:Running task kernel... 2024-04-14T15:51:48.911 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-14T15:51:48.911 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-14T15:51:48.912 DEBUG:teuthology.orchestra.run.smithi129:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-14T15:51:48.912 DEBUG:teuthology.orchestra.run.smithi191:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-14T15:51:48.928 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T15:51:48.928 DEBUG:teuthology.orchestra.run.smithi129:> uname -r 2024-04-14T15:51:48.929 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T15:51:48.929 DEBUG:teuthology.orchestra.run.smithi191:> uname -r 2024-04-14T15:51:48.985 INFO:teuthology.orchestra.run.smithi191.stdout:5.14.0-361.el9.x86_64 2024-04-14T15:51:48.985 INFO:teuthology.task.kernel:Running kernel on smithi191: 5.14.0-361.el9.x86_64 2024-04-14T15:51:48.985 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum install -y kernel 2024-04-14T15:51:48.987 INFO:teuthology.orchestra.run.smithi129.stdout:5.14.0-361.el9.x86_64 2024-04-14T15:51:48.987 INFO:teuthology.task.kernel:Running kernel on smithi129: 5.14.0-361.el9.x86_64 2024-04-14T15:51:48.987 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum install -y kernel 2024-04-14T15:51:51.161 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS-9 - AppStream 16 MB/s | 8.1 MB 00:00 2024-04-14T15:51:51.170 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS-9 - AppStream 14 MB/s | 8.1 MB 00:00 2024-04-14T15:51:52.761 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS-9 - BaseOS 8.6 MB/s | 2.5 MB 00:00 2024-04-14T15:51:52.851 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS-9 - BaseOS 7.4 MB/s | 2.5 MB 00:00 2024-04-14T15:51:53.866 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-04-14T15:51:54.294 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 9 - BaseOS 7.4 MB/s | 8.0 MB 00:01 2024-04-14T15:51:56.228 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 9 - AppStream 23 MB/s | 19 MB 00:00 2024-04-14T15:52:01.104 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 9 - CRB 4.7 MB/s | 6.2 MB 00:01 2024-04-14T15:52:02.654 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 9 - Extras packages 43 kB/s | 16 kB 00:00 2024-04-14T15:52:04.281 INFO:teuthology.orchestra.run.smithi129.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-04-14T15:52:09.422 INFO:teuthology.orchestra.run.smithi129.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-04-14T15:52:11.679 INFO:teuthology.orchestra.run.smithi129.stderr:Modular dependency problems: 2024-04-14T15:52:11.679 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T15:52:11.679 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 1: conflicting requests 2024-04-14T15:52:11.679 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.679 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 2: conflicting requests 2024-04-14T15:52:11.679 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.679 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 3: conflicting requests 2024-04-14T15:52:11.679 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.680 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 4: conflicting requests 2024-04-14T15:52:11.680 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.680 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 5: conflicting requests 2024-04-14T15:52:11.680 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.680 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 6: conflicting requests 2024-04-14T15:52:11.680 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.680 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 7: conflicting requests 2024-04-14T15:52:11.680 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.680 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 8: conflicting requests 2024-04-14T15:52:11.680 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.680 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 9: conflicting requests 2024-04-14T15:52:11.680 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.680 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 10: conflicting requests 2024-04-14T15:52:11.681 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.681 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 11: conflicting requests 2024-04-14T15:52:11.681 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.681 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 12: conflicting requests 2024-04-14T15:52:11.681 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.681 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 13: conflicting requests 2024-04-14T15:52:11.681 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.681 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 14: conflicting requests 2024-04-14T15:52:11.681 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.681 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 15: conflicting requests 2024-04-14T15:52:11.681 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.681 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 16: conflicting requests 2024-04-14T15:52:11.681 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.681 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 17: conflicting requests 2024-04-14T15:52:11.682 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.682 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 18: conflicting requests 2024-04-14T15:52:11.682 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.682 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 19: conflicting requests 2024-04-14T15:52:11.682 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.682 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 20: conflicting requests 2024-04-14T15:52:11.682 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.682 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 21: conflicting requests 2024-04-14T15:52:11.682 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.682 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 22: conflicting requests 2024-04-14T15:52:11.682 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.682 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 23: conflicting requests 2024-04-14T15:52:11.682 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.683 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 24: conflicting requests 2024-04-14T15:52:11.683 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.683 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 25: conflicting requests 2024-04-14T15:52:11.683 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.683 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 26: conflicting requests 2024-04-14T15:52:11.683 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.683 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 27: conflicting requests 2024-04-14T15:52:11.683 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.683 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 28: conflicting requests 2024-04-14T15:52:11.683 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.683 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 29: conflicting requests 2024-04-14T15:52:11.683 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.683 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 30: conflicting requests 2024-04-14T15:52:11.683 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.683 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 31: conflicting requests 2024-04-14T15:52:11.684 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.684 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 32: conflicting requests 2024-04-14T15:52:11.684 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.684 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 33: conflicting requests 2024-04-14T15:52:11.684 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.684 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 34: conflicting requests 2024-04-14T15:52:11.684 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.684 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 35: conflicting requests 2024-04-14T15:52:11.684 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.684 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 36: conflicting requests 2024-04-14T15:52:11.684 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.684 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 37: conflicting requests 2024-04-14T15:52:11.684 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.684 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.685 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.685 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:52:11.685 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.685 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.685 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.685 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.685 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 39: conflicting requests 2024-04-14T15:52:11.685 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.685 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.685 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.685 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.685 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.685 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.685 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:52:11.685 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.686 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.686 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.686 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.686 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:52:11.686 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.686 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.686 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.686 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.686 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:52:11.686 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.686 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.686 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.686 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.686 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:52:11.687 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.687 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.687 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.687 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.687 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:52:11.687 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.687 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.687 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.687 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.687 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:52:11.687 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.687 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.687 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:52:11.687 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:52:12.104 INFO:teuthology.orchestra.run.smithi129.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-14T15:52:12.105 INFO:teuthology.orchestra.run.smithi129.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-14T15:52:12.213 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-14T15:52:12.222 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T15:52:12.222 INFO:teuthology.orchestra.run.smithi129.stdout: Package Architecture Version Repository Size 2024-04-14T15:52:12.222 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T15:52:12.222 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-04-14T15:52:12.223 INFO:teuthology.orchestra.run.smithi129.stdout: kernel x86_64 5.14.0-435.el9 baseos 214 k 2024-04-14T15:52:12.223 INFO:teuthology.orchestra.run.smithi129.stdout:Installing dependencies: 2024-04-14T15:52:12.223 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-core x86_64 5.14.0-435.el9 baseos 15 M 2024-04-14T15:52:12.223 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-modules x86_64 5.14.0-435.el9 baseos 34 M 2024-04-14T15:52:12.223 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-modules-core x86_64 5.14.0-435.el9 baseos 28 M 2024-04-14T15:52:12.223 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T15:52:12.223 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-04-14T15:52:12.223 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T15:52:12.223 INFO:teuthology.orchestra.run.smithi129.stdout:Install 4 Packages 2024-04-14T15:52:12.223 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T15:52:12.224 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 77 M 2024-04-14T15:52:12.224 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 123 M 2024-04-14T15:52:12.224 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-04-14T15:52:12.432 INFO:teuthology.orchestra.run.smithi129.stdout:(1/4): kernel-5.14.0-435.el9.x86_64.rpm 1.4 MB/s | 214 kB 00:00 2024-04-14T15:52:12.758 INFO:teuthology.orchestra.run.smithi129.stdout:(2/4): kernel-core-5.14.0-435.el9.x86_64.rpm 32 MB/s | 15 MB 00:00 2024-04-14T15:52:13.258 INFO:teuthology.orchestra.run.smithi129.stdout:(3/4): kernel-modules-5.14.0-435.el9.x86_64.rpm 35 MB/s | 34 MB 00:00 2024-04-14T15:52:13.699 INFO:teuthology.orchestra.run.smithi129.stdout:(4/4): kernel-modules-core-5.14.0-435.el9.x86_6 22 MB/s | 28 MB 00:01 2024-04-14T15:52:13.700 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:52:13.700 INFO:teuthology.orchestra.run.smithi129.stdout:Total 52 MB/s | 77 MB 00:01 2024-04-14T15:52:14.369 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-04-14T15:52:14.723 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-04-14T15:52:14.723 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-04-14T15:52:15.724 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-04-14T15:52:15.725 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-04-14T15:52:15.940 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS Stream 9 - AppStream 923 kB/s | 19 MB 00:20 2024-04-14T15:52:18.204 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-04-14T15:52:18.860 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : kernel-modules-core-5.14.0-435.el9.x86_64 1/4 2024-04-14T15:52:18.941 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-14T15:52:21.306 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS Stream 9 - CRB 3.7 MB/s | 6.2 MB 00:01 2024-04-14T15:52:21.725 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-14T15:52:21.858 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-14T15:52:23.108 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS Stream 9 - Extras packages 26 kB/s | 16 kB 00:00 2024-04-14T15:52:24.595 INFO:teuthology.orchestra.run.smithi191.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-04-14T15:52:26.539 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-14T15:52:26.734 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : kernel-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:52:29.625 INFO:teuthology.orchestra.run.smithi191.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-04-14T15:52:31.458 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:52:31.890 INFO:teuthology.orchestra.run.smithi191.stderr:Modular dependency problems: 2024-04-14T15:52:31.890 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T15:52:31.890 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 1: conflicting requests 2024-04-14T15:52:31.890 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.890 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 2: conflicting requests 2024-04-14T15:52:31.890 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.890 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 3: conflicting requests 2024-04-14T15:52:31.890 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.890 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 4: conflicting requests 2024-04-14T15:52:31.890 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.891 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 5: conflicting requests 2024-04-14T15:52:31.891 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.891 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 6: conflicting requests 2024-04-14T15:52:31.891 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.891 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 7: conflicting requests 2024-04-14T15:52:31.891 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.891 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 8: conflicting requests 2024-04-14T15:52:31.891 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.891 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 9: conflicting requests 2024-04-14T15:52:31.891 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.891 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 10: conflicting requests 2024-04-14T15:52:31.891 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.891 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 11: conflicting requests 2024-04-14T15:52:31.892 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.892 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 12: conflicting requests 2024-04-14T15:52:31.892 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.892 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 13: conflicting requests 2024-04-14T15:52:31.892 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.892 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 14: conflicting requests 2024-04-14T15:52:31.892 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.892 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 15: conflicting requests 2024-04-14T15:52:31.892 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.892 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 16: conflicting requests 2024-04-14T15:52:31.892 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.892 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 17: conflicting requests 2024-04-14T15:52:31.892 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.892 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 18: conflicting requests 2024-04-14T15:52:31.893 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.893 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 19: conflicting requests 2024-04-14T15:52:31.893 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.893 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 20: conflicting requests 2024-04-14T15:52:31.893 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.893 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 21: conflicting requests 2024-04-14T15:52:31.893 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.893 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 22: conflicting requests 2024-04-14T15:52:31.893 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.893 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 23: conflicting requests 2024-04-14T15:52:31.893 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.893 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 24: conflicting requests 2024-04-14T15:52:31.893 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.894 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 25: conflicting requests 2024-04-14T15:52:31.894 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.894 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 26: conflicting requests 2024-04-14T15:52:31.894 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.894 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 27: conflicting requests 2024-04-14T15:52:31.894 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.894 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 28: conflicting requests 2024-04-14T15:52:31.894 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.894 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 29: conflicting requests 2024-04-14T15:52:31.894 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.894 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 30: conflicting requests 2024-04-14T15:52:31.894 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.895 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 31: conflicting requests 2024-04-14T15:52:31.895 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.895 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 32: conflicting requests 2024-04-14T15:52:31.895 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.895 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 33: conflicting requests 2024-04-14T15:52:31.895 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.895 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 34: conflicting requests 2024-04-14T15:52:31.895 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.895 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 35: conflicting requests 2024-04-14T15:52:31.895 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.895 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 36: conflicting requests 2024-04-14T15:52:31.895 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.895 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 37: conflicting requests 2024-04-14T15:52:31.895 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.896 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.896 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.896 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:52:31.896 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.896 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.896 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.896 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.896 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 39: conflicting requests 2024-04-14T15:52:31.896 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.896 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.896 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.896 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.896 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.896 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.896 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:52:31.897 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.897 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.897 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.897 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.897 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:52:31.897 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.897 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.897 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.897 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.897 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:52:31.897 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.897 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.897 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.898 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.898 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:52:31.898 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.898 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.898 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.898 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.898 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:52:31.898 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.898 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.898 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.898 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.898 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:52:31.898 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.898 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.899 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:52:31.899 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:52:32.316 INFO:teuthology.orchestra.run.smithi191.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-14T15:52:32.316 INFO:teuthology.orchestra.run.smithi191.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-14T15:52:32.425 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-14T15:52:32.429 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T15:52:32.429 INFO:teuthology.orchestra.run.smithi191.stdout: Package Architecture Version Repository Size 2024-04-14T15:52:32.429 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T15:52:32.429 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-14T15:52:32.429 INFO:teuthology.orchestra.run.smithi191.stdout: kernel x86_64 5.14.0-435.el9 baseos 214 k 2024-04-14T15:52:32.429 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2024-04-14T15:52:32.430 INFO:teuthology.orchestra.run.smithi191.stdout: kernel-core x86_64 5.14.0-435.el9 baseos 15 M 2024-04-14T15:52:32.430 INFO:teuthology.orchestra.run.smithi191.stdout: kernel-modules x86_64 5.14.0-435.el9 baseos 34 M 2024-04-14T15:52:32.430 INFO:teuthology.orchestra.run.smithi191.stdout: kernel-modules-core x86_64 5.14.0-435.el9 baseos 28 M 2024-04-14T15:52:32.430 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T15:52:32.430 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-14T15:52:32.430 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T15:52:32.430 INFO:teuthology.orchestra.run.smithi191.stdout:Install 4 Packages 2024-04-14T15:52:32.430 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T15:52:32.431 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 77 M 2024-04-14T15:52:32.431 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 123 M 2024-04-14T15:52:32.431 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-14T15:52:32.760 INFO:teuthology.orchestra.run.smithi191.stdout:(1/4): kernel-5.14.0-435.el9.x86_64.rpm 822 kB/s | 214 kB 00:00 2024-04-14T15:52:33.402 INFO:teuthology.orchestra.run.smithi191.stdout:(2/4): kernel-core-5.14.0-435.el9.x86_64.rpm 17 MB/s | 15 MB 00:00 2024-04-14T15:52:33.735 INFO:teuthology.orchestra.run.smithi191.stdout:(3/4): kernel-modules-core-5.14.0-435.el9.x86_6 28 MB/s | 28 MB 00:00 2024-04-14T15:52:34.545 INFO:teuthology.orchestra.run.smithi191.stdout:(4/4): kernel-modules-5.14.0-435.el9.x86_64.rpm 16 MB/s | 34 MB 00:02 2024-04-14T15:52:34.547 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:52:34.547 INFO:teuthology.orchestra.run.smithi191.stdout:Total 36 MB/s | 77 MB 00:02 2024-04-14T15:52:35.230 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-14T15:52:35.574 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-14T15:52:35.574 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-14T15:52:36.596 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-14T15:52:36.596 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-14T15:52:39.079 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-14T15:52:39.664 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : kernel-modules-core-5.14.0-435.el9.x86_64 1/4 2024-04-14T15:52:39.770 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-14T15:52:42.541 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-14T15:52:42.699 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-14T15:52:47.463 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-14T15:52:47.708 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : kernel-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:52:52.451 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:53:00.900 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:53:00.901 INFO:teuthology.orchestra.run.smithi129.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-14T15:53:00.901 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T15:53:00.945 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:53:01.278 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:53:01.279 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : kernel-5.14.0-435.el9.x86_64 1/4 2024-04-14T15:53:01.279 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-14T15:53:01.279 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-14T15:53:01.683 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:53:01.683 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T15:53:01.684 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-04-14T15:53:01.684 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-5.14.0-435.el9.x86_64 2024-04-14T15:53:01.684 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-core-5.14.0-435.el9.x86_64 2024-04-14T15:53:01.684 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-modules-5.14.0-435.el9.x86_64 2024-04-14T15:53:01.684 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-modules-core-5.14.0-435.el9.x86_64 2024-04-14T15:53:01.684 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T15:53:01.684 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-14T15:53:02.039 DEBUG:teuthology.orchestra.run.smithi129:> rpm -q kernel | sort -rV | head -n 1 2024-04-14T15:53:02.151 INFO:teuthology.orchestra.run.smithi129.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-14T15:53:02.151 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-14T15:53:02.151 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-435.el9.x86_64 2024-04-14T15:53:02.152 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-14T15:53:02.152 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-14T15:53:02.152 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-14T15:53:02.152 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi129.front.sepia.ceph.com, path=None, version=distro) 2024-04-14T15:53:02.152 DEBUG:teuthology.orchestra.run.smithi129:> rpm -q kernel | sort -rV | head -n 1 2024-04-14T15:53:02.233 INFO:teuthology.orchestra.run.smithi129.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-14T15:53:02.233 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-14T15:53:02.233 DEBUG:teuthology.orchestra.run.smithi129:> sudo rpm -qi grub2-tools 2024-04-14T15:53:02.271 INFO:teuthology.orchestra.run.smithi129.stdout:Name : grub2-tools 2024-04-14T15:53:02.272 INFO:teuthology.orchestra.run.smithi129.stdout:Epoch : 1 2024-04-14T15:53:02.272 INFO:teuthology.orchestra.run.smithi129.stdout:Version : 2.06 2024-04-14T15:53:02.272 INFO:teuthology.orchestra.run.smithi129.stdout:Release : 68.el9 2024-04-14T15:53:02.272 INFO:teuthology.orchestra.run.smithi129.stdout:Architecture: x86_64 2024-04-14T15:53:02.272 INFO:teuthology.orchestra.run.smithi129.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-14T15:53:02.272 INFO:teuthology.orchestra.run.smithi129.stdout:Group : Unspecified 2024-04-14T15:53:02.272 INFO:teuthology.orchestra.run.smithi129.stdout:Size : 8264254 2024-04-14T15:53:02.272 INFO:teuthology.orchestra.run.smithi129.stdout:License : GPLv3+ 2024-04-14T15:53:02.272 INFO:teuthology.orchestra.run.smithi129.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-14T15:53:02.272 INFO:teuthology.orchestra.run.smithi129.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-14T15:53:02.272 INFO:teuthology.orchestra.run.smithi129.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-14T15:53:02.273 INFO:teuthology.orchestra.run.smithi129.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-14T15:53:02.273 INFO:teuthology.orchestra.run.smithi129.stdout:Packager : builder@centos.org 2024-04-14T15:53:02.273 INFO:teuthology.orchestra.run.smithi129.stdout:Vendor : CentOS 2024-04-14T15:53:02.273 INFO:teuthology.orchestra.run.smithi129.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-14T15:53:02.273 INFO:teuthology.orchestra.run.smithi129.stdout:Summary : Support tools for GRUB. 2024-04-14T15:53:02.273 INFO:teuthology.orchestra.run.smithi129.stdout:Description : 2024-04-14T15:53:02.273 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T15:53:02.273 INFO:teuthology.orchestra.run.smithi129.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-14T15:53:02.273 INFO:teuthology.orchestra.run.smithi129.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-14T15:53:02.273 INFO:teuthology.orchestra.run.smithi129.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-14T15:53:02.273 INFO:teuthology.orchestra.run.smithi129.stdout:hardware devices. 2024-04-14T15:53:02.273 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T15:53:02.273 INFO:teuthology.orchestra.run.smithi129.stdout:This subpackage provides tools for support of all platforms. 2024-04-14T15:53:02.274 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-14T15:53:02.274 INFO:teuthology.task.kernel:Updating grub on smithi129 to boot 5.14.0-435.el9.x86_64 2024-04-14T15:53:02.274 DEBUG:teuthology.orchestra.run.smithi129:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-14T15:53:02.955 INFO:teuthology.orchestra.run.smithi129.stderr:Generating grub configuration file ... 2024-04-14T15:53:04.433 INFO:teuthology.orchestra.run.smithi129.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-14T15:53:04.462 INFO:teuthology.orchestra.run.smithi129.stderr:done 2024-04-14T15:53:04.465 DEBUG:teuthology.orchestra.run.smithi129:> mktemp 2024-04-14T15:53:04.480 INFO:teuthology.orchestra.run.smithi129.stdout:/tmp/tmp.MqmPtYkHhr 2024-04-14T15:53:04.481 DEBUG:teuthology.orchestra.run.smithi129:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.MqmPtYkHhr 2024-04-14T15:53:04.549 DEBUG:teuthology.orchestra.run.smithi129:> sudo chmod 0666 /tmp/tmp.MqmPtYkHhr 2024-04-14T15:53:04.691 DEBUG:teuthology.orchestra.remote:smithi129:/tmp/tmp.MqmPtYkHhr is 6KB 2024-04-14T15:53:04.740 DEBUG:teuthology.orchestra.run.smithi129:> rm -fr /tmp/tmp.MqmPtYkHhr 2024-04-14T15:53:04.755 DEBUG:teuthology.orchestra.run.smithi129:> sudo /bin/ls /boot/loader/entries || true 2024-04-14T15:53:04.821 INFO:teuthology.orchestra.run.smithi129.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-14T15:53:04.822 INFO:teuthology.orchestra.run.smithi129.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-14T15:53:04.822 INFO:teuthology.orchestra.run.smithi129.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-14T15:53:04.822 INFO:teuthology.orchestra.run.smithi129.stdout:15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64.conf 2024-04-14T15:53:04.823 DEBUG:teuthology.orchestra.run.smithi129:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64 2024-04-14T15:53:04.974 DEBUG:teuthology.orchestra.run.smithi129:> sudo shutdown -r now 2024-04-14T15:53:21.821 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:53:21.821 INFO:teuthology.orchestra.run.smithi191.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-14T15:53:21.821 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T15:53:21.867 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:53:22.250 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: kernel-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:53:22.250 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : kernel-5.14.0-435.el9.x86_64 1/4 2024-04-14T15:53:22.250 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-14T15:53:22.250 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-14T15:53:22.690 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:53:22.690 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T15:53:22.691 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-14T15:53:22.691 INFO:teuthology.orchestra.run.smithi191.stdout: kernel-5.14.0-435.el9.x86_64 2024-04-14T15:53:22.691 INFO:teuthology.orchestra.run.smithi191.stdout: kernel-core-5.14.0-435.el9.x86_64 2024-04-14T15:53:22.691 INFO:teuthology.orchestra.run.smithi191.stdout: kernel-modules-5.14.0-435.el9.x86_64 2024-04-14T15:53:22.691 INFO:teuthology.orchestra.run.smithi191.stdout: kernel-modules-core-5.14.0-435.el9.x86_64 2024-04-14T15:53:22.691 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T15:53:22.691 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-14T15:53:23.028 DEBUG:teuthology.orchestra.run.smithi191:> rpm -q kernel | sort -rV | head -n 1 2024-04-14T15:53:23.132 INFO:teuthology.orchestra.run.smithi191.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-14T15:53:23.132 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-14T15:53:23.132 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-435.el9.x86_64 2024-04-14T15:53:23.132 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-14T15:53:23.132 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-14T15:53:23.132 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-14T15:53:23.132 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi191.front.sepia.ceph.com, path=None, version=distro) 2024-04-14T15:53:23.132 DEBUG:teuthology.orchestra.run.smithi191:> rpm -q kernel | sort -rV | head -n 1 2024-04-14T15:53:23.212 INFO:teuthology.orchestra.run.smithi191.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-14T15:53:23.212 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-14T15:53:23.212 DEBUG:teuthology.orchestra.run.smithi191:> sudo rpm -qi grub2-tools 2024-04-14T15:53:23.246 INFO:teuthology.orchestra.run.smithi191.stdout:Name : grub2-tools 2024-04-14T15:53:23.246 INFO:teuthology.orchestra.run.smithi191.stdout:Epoch : 1 2024-04-14T15:53:23.246 INFO:teuthology.orchestra.run.smithi191.stdout:Version : 2.06 2024-04-14T15:53:23.246 INFO:teuthology.orchestra.run.smithi191.stdout:Release : 68.el9 2024-04-14T15:53:23.247 INFO:teuthology.orchestra.run.smithi191.stdout:Architecture: x86_64 2024-04-14T15:53:23.247 INFO:teuthology.orchestra.run.smithi191.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-14T15:53:23.247 INFO:teuthology.orchestra.run.smithi191.stdout:Group : Unspecified 2024-04-14T15:53:23.247 INFO:teuthology.orchestra.run.smithi191.stdout:Size : 8264254 2024-04-14T15:53:23.247 INFO:teuthology.orchestra.run.smithi191.stdout:License : GPLv3+ 2024-04-14T15:53:23.247 INFO:teuthology.orchestra.run.smithi191.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-14T15:53:23.247 INFO:teuthology.orchestra.run.smithi191.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-14T15:53:23.247 INFO:teuthology.orchestra.run.smithi191.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-14T15:53:23.247 INFO:teuthology.orchestra.run.smithi191.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-14T15:53:23.247 INFO:teuthology.orchestra.run.smithi191.stdout:Packager : builder@centos.org 2024-04-14T15:53:23.247 INFO:teuthology.orchestra.run.smithi191.stdout:Vendor : CentOS 2024-04-14T15:53:23.247 INFO:teuthology.orchestra.run.smithi191.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-14T15:53:23.247 INFO:teuthology.orchestra.run.smithi191.stdout:Summary : Support tools for GRUB. 2024-04-14T15:53:23.247 INFO:teuthology.orchestra.run.smithi191.stdout:Description : 2024-04-14T15:53:23.248 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T15:53:23.248 INFO:teuthology.orchestra.run.smithi191.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-14T15:53:23.248 INFO:teuthology.orchestra.run.smithi191.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-14T15:53:23.248 INFO:teuthology.orchestra.run.smithi191.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-14T15:53:23.248 INFO:teuthology.orchestra.run.smithi191.stdout:hardware devices. 2024-04-14T15:53:23.248 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T15:53:23.248 INFO:teuthology.orchestra.run.smithi191.stdout:This subpackage provides tools for support of all platforms. 2024-04-14T15:53:23.249 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-14T15:53:23.249 INFO:teuthology.task.kernel:Updating grub on smithi191 to boot 5.14.0-435.el9.x86_64 2024-04-14T15:53:23.249 DEBUG:teuthology.orchestra.run.smithi191:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-14T15:53:23.942 INFO:teuthology.orchestra.run.smithi191.stderr:Generating grub configuration file ... 2024-04-14T15:53:25.330 INFO:teuthology.orchestra.run.smithi191.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-14T15:53:25.360 INFO:teuthology.orchestra.run.smithi191.stderr:done 2024-04-14T15:53:25.362 DEBUG:teuthology.orchestra.run.smithi191:> mktemp 2024-04-14T15:53:25.377 INFO:teuthology.orchestra.run.smithi191.stdout:/tmp/tmp.1Bp4o8RSpk 2024-04-14T15:53:25.377 DEBUG:teuthology.orchestra.run.smithi191:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.1Bp4o8RSpk 2024-04-14T15:53:25.447 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod 0666 /tmp/tmp.1Bp4o8RSpk 2024-04-14T15:53:25.585 DEBUG:teuthology.orchestra.remote:smithi191:/tmp/tmp.1Bp4o8RSpk is 6KB 2024-04-14T15:53:25.633 DEBUG:teuthology.orchestra.run.smithi191:> rm -fr /tmp/tmp.1Bp4o8RSpk 2024-04-14T15:53:25.647 DEBUG:teuthology.orchestra.run.smithi191:> sudo /bin/ls /boot/loader/entries || true 2024-04-14T15:53:25.711 INFO:teuthology.orchestra.run.smithi191.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-14T15:53:25.711 INFO:teuthology.orchestra.run.smithi191.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-14T15:53:25.711 INFO:teuthology.orchestra.run.smithi191.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-14T15:53:25.711 INFO:teuthology.orchestra.run.smithi191.stdout:15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64.conf 2024-04-14T15:53:25.713 DEBUG:teuthology.orchestra.run.smithi191:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64 2024-04-14T15:53:25.882 DEBUG:teuthology.orchestra.run.smithi191:> sudo shutdown -r now 2024-04-14T15:53:34.979 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-14T15:53:34.979 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-04-14T15:53:34.980 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:53:53.438 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.129 2024-04-14T15:53:55.886 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-14T15:53:55.886 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-04-14T15:53:55.887 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:54:02.446 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-04-14T15:54:02.447 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:54:05.502 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.129 2024-04-14T15:54:17.514 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-04-14T15:54:17.515 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:54:35.934 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.129 2024-04-14T15:54:50.950 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-04-14T15:54:50.951 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:54:51.411 DEBUG:teuthology.orchestra.run.smithi129:> true 2024-04-14T15:54:51.806 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-04-14T15:54:51.807 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-435.el9.x86_64"... 2024-04-14T15:54:51.807 DEBUG:teuthology.orchestra.run.smithi129:> uname -r 2024-04-14T15:54:51.830 INFO:teuthology.orchestra.run.smithi129.stdout:5.14.0-435.el9.x86_64 2024-04-14T15:54:51.831 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-435.el9.x86_64 vs 5.14.0-435.el9.x86_64 2024-04-14T15:54:51.831 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-14T15:54:51.831 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-14T15:54:52.832 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-14T15:54:52.832 DEBUG:teuthology.orchestra.run.smithi129:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-14T15:54:52.934 INFO:teuthology.orchestra.run.smithi129.stdout:ttyS1 2024-04-14T15:54:52.968 DEBUG:teuthology.parallel:result is None 2024-04-14T15:54:55.890 DEBUG:teuthology.orchestra.remote:timed out 2024-04-14T15:55:04.894 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-04-14T15:55:04.895 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:55:05.300 DEBUG:teuthology.orchestra.run.smithi191:> true 2024-04-14T15:55:05.682 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-04-14T15:55:05.683 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-435.el9.x86_64"... 2024-04-14T15:55:05.683 DEBUG:teuthology.orchestra.run.smithi191:> uname -r 2024-04-14T15:55:05.696 INFO:teuthology.orchestra.run.smithi191.stdout:5.14.0-435.el9.x86_64 2024-04-14T15:55:05.697 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-435.el9.x86_64 vs 5.14.0-435.el9.x86_64 2024-04-14T15:55:05.697 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-14T15:55:05.697 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-14T15:55:06.697 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-14T15:55:06.698 DEBUG:teuthology.orchestra.run.smithi191:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-14T15:55:06.771 INFO:teuthology.orchestra.run.smithi191.stdout:ttyS1 2024-04-14T15:55:06.802 DEBUG:teuthology.parallel:result is None 2024-04-14T15:55:06.802 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-14T15:55:06.809 INFO:teuthology.task.internal:Creating test directory... 2024-04-14T15:55:06.810 DEBUG:teuthology.orchestra.run.smithi129:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-14T15:55:06.812 DEBUG:teuthology.orchestra.run.smithi191:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-14T15:55:06.828 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-14T15:55:06.834 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-14T15:55:06.844 INFO:teuthology.task.internal:Creating archive directory... 2024-04-14T15:55:06.845 DEBUG:teuthology.orchestra.run.smithi129:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-14T15:55:06.870 DEBUG:teuthology.orchestra.run.smithi191:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-14T15:55:06.899 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-14T15:55:06.906 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-14T15:55:06.906 DEBUG:teuthology.orchestra.run.smithi129:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-14T15:55:06.936 DEBUG:teuthology.orchestra.run.smithi191:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-14T15:55:06.970 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-14T15:55:06.973 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-14T15:55:06.984 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-14T15:55:06.986 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-14T15:55:06.987 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-14T15:55:06.994 INFO:teuthology.task.internal:Configuring sudo... 2024-04-14T15:55:06.995 DEBUG:teuthology.orchestra.run.smithi129:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-14T15:55:07.029 DEBUG:teuthology.orchestra.run.smithi191:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-14T15:55:07.056 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-14T15:55:07.066 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-14T15:55:07.066 DEBUG:teuthology.orchestra.run.smithi129:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-14T15:55:07.099 DEBUG:teuthology.orchestra.run.smithi191:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-14T15:55:07.113 DEBUG:teuthology.orchestra.run.smithi129:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-14T15:55:07.196 DEBUG:teuthology.orchestra.run.smithi129:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-14T15:55:07.243 DEBUG:teuthology.orchestra.run.smithi129:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-14T15:55:07.325 DEBUG:teuthology.orchestra.run.smithi129:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-14T15:55:07.367 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-04-14T15:55:07.367 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-14T15:55:07.433 DEBUG:teuthology.orchestra.run.smithi191:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-14T15:55:07.473 DEBUG:teuthology.orchestra.run.smithi191:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-14T15:55:07.524 DEBUG:teuthology.orchestra.run.smithi191:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-14T15:55:07.611 DEBUG:teuthology.orchestra.run.smithi191:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-14T15:55:07.655 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-04-14T15:55:07.655 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-14T15:55:07.725 DEBUG:teuthology.orchestra.run.smithi129:> sudo service rsyslog restart 2024-04-14T15:55:07.728 DEBUG:teuthology.orchestra.run.smithi191:> sudo service rsyslog restart 2024-04-14T15:55:07.767 INFO:teuthology.orchestra.run.smithi129.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-14T15:55:07.823 INFO:teuthology.orchestra.run.smithi191.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-14T15:55:08.198 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-14T15:55:08.206 INFO:teuthology.task.internal:Starting timer... 2024-04-14T15:55:08.206 INFO:teuthology.run_tasks:Running task pcp... 2024-04-14T15:55:08.217 INFO:teuthology.run_tasks:Running task selinux... 2024-04-14T15:55:08.225 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-14T15:55:08.225 DEBUG:teuthology.orchestra.run.smithi129:> sudo service auditd rotate 2024-04-14T15:55:08.297 INFO:teuthology.orchestra.run.smithi129.stdout:Rotating logs: 2024-04-14T15:55:08.299 DEBUG:teuthology.orchestra.run.smithi191:> sudo service auditd rotate 2024-04-14T15:55:08.386 INFO:teuthology.orchestra.run.smithi191.stdout:Rotating logs: 2024-04-14T15:55:08.388 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-14T15:55:08.388 DEBUG:teuthology.orchestra.run.smithi129:> /usr/sbin/getenforce 2024-04-14T15:55:08.417 INFO:teuthology.orchestra.run.smithi129.stdout:Permissive 2024-04-14T15:55:08.417 DEBUG:teuthology.orchestra.run.smithi191:> /usr/sbin/getenforce 2024-04-14T15:55:08.437 INFO:teuthology.orchestra.run.smithi191.stdout:Permissive 2024-04-14T15:55:08.437 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi129.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi191.front.sepia.ceph.com': 'permissive'} 2024-04-14T15:55:08.437 DEBUG:teuthology.orchestra.run.smithi129:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-14T15:55:08.483 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T15:55:08.484 DEBUG:teuthology.orchestra.run.smithi191:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-14T15:55:08.511 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T15:55:08.511 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-14T15:55:08.511 DEBUG:teuthology.orchestra.run.smithi129:> sudo /usr/sbin/setenforce permissive 2024-04-14T15:55:08.577 DEBUG:teuthology.orchestra.run.smithi191:> sudo /usr/sbin/setenforce permissive 2024-04-14T15:55:08.688 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-14T15:55:08.699 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-14T15:55:08.705 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-14T15:55:08.832 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-14T15:55:08.847 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-14T15:55:08.848 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi129.front.sepia.ceph.com,smithi191.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-14T15:59:27.558 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi129.front.sepia.ceph.com'), Remote(name='ubuntu@smithi191.front.sepia.ceph.com')] 2024-04-14T15:59:27.559 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-04-14T15:59:27.560 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:59:27.652 DEBUG:teuthology.orchestra.run.smithi129:> true 2024-04-14T15:59:27.733 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-04-14T15:59:27.733 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-04-14T15:59:27.733 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:59:27.829 DEBUG:teuthology.orchestra.run.smithi191:> true 2024-04-14T15:59:27.908 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-04-14T15:59:27.908 INFO:teuthology.run_tasks:Running task clock... 2024-04-14T15:59:27.918 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-14T15:59:27.918 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-14T15:59:27.919 DEBUG:teuthology.orchestra.run.smithi129:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-14T15:59:27.921 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-14T15:59:27.921 DEBUG:teuthology.orchestra.run.smithi191:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-14T15:59:27.951 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-14T15:59:27.969 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-14T15:59:27.979 INFO:teuthology.orchestra.run.smithi191.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-14T15:59:27.996 INFO:teuthology.orchestra.run.smithi191.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-14T15:59:27.998 INFO:teuthology.orchestra.run.smithi129.stderr:sudo: ntpd: command not found 2024-04-14T15:59:28.012 INFO:teuthology.orchestra.run.smithi129.stdout:506 Cannot talk to daemon 2024-04-14T15:59:28.025 INFO:teuthology.orchestra.run.smithi191.stderr:sudo: ntpd: command not found 2024-04-14T15:59:28.030 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-14T15:59:28.039 INFO:teuthology.orchestra.run.smithi191.stdout:506 Cannot talk to daemon 2024-04-14T15:59:28.046 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-14T15:59:28.054 INFO:teuthology.orchestra.run.smithi191.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-14T15:59:28.076 INFO:teuthology.orchestra.run.smithi191.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-14T15:59:28.097 INFO:teuthology.orchestra.run.smithi129.stderr:bash: line 1: ntpq: command not found 2024-04-14T15:59:28.101 INFO:teuthology.orchestra.run.smithi129.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-14T15:59:28.101 INFO:teuthology.orchestra.run.smithi129.stdout:=============================================================================== 2024-04-14T15:59:28.101 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T15:59:28.101 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T15:59:28.101 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T15:59:28.101 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T15:59:28.122 INFO:teuthology.orchestra.run.smithi191.stderr:bash: line 1: ntpq: command not found 2024-04-14T15:59:28.125 INFO:teuthology.orchestra.run.smithi191.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-14T15:59:28.125 INFO:teuthology.orchestra.run.smithi191.stdout:=============================================================================== 2024-04-14T15:59:28.125 INFO:teuthology.orchestra.run.smithi191.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T15:59:28.125 INFO:teuthology.orchestra.run.smithi191.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T15:59:28.125 INFO:teuthology.orchestra.run.smithi191.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T15:59:28.125 INFO:teuthology.orchestra.run.smithi191.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T15:59:28.126 INFO:teuthology.run_tasks:Running task install... 2024-04-14T15:59:28.135 DEBUG:teuthology.task.install:project ceph 2024-04-14T15:59:28.135 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'a971fd5f5719038c70b817bafacd6d5400b1d888'}} 2024-04-14T15:59:28.135 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'a971fd5f5719038c70b817bafacd6d5400b1d888'} 2024-04-14T15:59:28.135 INFO:teuthology.task.install:Using flavor: default 2024-04-14T15:59:28.142 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-04-14T15:59:28.142 INFO:teuthology.task.install:extra packages: [] 2024-04-14T15:59:28.142 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'a971fd5f5719038c70b817bafacd6d5400b1d888', 'tag': None, 'wait_for_package': False} 2024-04-14T15:59:28.143 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a971fd5f5719038c70b817bafacd6d5400b1d888 2024-04-14T15:59:28.144 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'a971fd5f5719038c70b817bafacd6d5400b1d888', 'tag': None, 'wait_for_package': False} 2024-04-14T15:59:28.145 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a971fd5f5719038c70b817bafacd6d5400b1d888 2024-04-14T15:59:28.298 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/flavors/default/ 2024-04-14T15:59:28.298 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2778.ga971fd5f 2024-04-14T15:59:28.360 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/flavors/default/ 2024-04-14T15:59:28.360 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2778.ga971fd5f 2024-04-14T15:59:28.472 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-14T15:59:28.472 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-04-14T15:59:28.472 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-14T15:59:28.500 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-14T15:59:28.500 DEBUG:teuthology.orchestra.run.smithi191:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/a971fd5f5719038c70b817bafacd6d5400b1d888/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-14T15:59:28.569 DEBUG:teuthology.orchestra.run.smithi191:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-14T15:59:28.648 DEBUG:teuthology.orchestra.run.smithi191:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-14T15:59:28.715 INFO:teuthology.orchestra.run.smithi191.stdout:check_obsoletes = 1 2024-04-14T15:59:28.717 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum clean all 2024-04-14T15:59:28.774 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-14T15:59:28.774 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-04-14T15:59:28.774 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-14T15:59:28.806 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-14T15:59:28.807 DEBUG:teuthology.orchestra.run.smithi129:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/a971fd5f5719038c70b817bafacd6d5400b1d888/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-14T15:59:28.876 DEBUG:teuthology.orchestra.run.smithi129:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-14T15:59:28.954 INFO:teuthology.orchestra.run.smithi191.stdout:74 files removed 2024-04-14T15:59:28.957 DEBUG:teuthology.orchestra.run.smithi129:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-14T15:59:28.981 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph-radosgw 2024-04-14T15:59:29.024 INFO:teuthology.orchestra.run.smithi129.stdout:check_obsoletes = 1 2024-04-14T15:59:29.026 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum clean all 2024-04-14T15:59:29.267 INFO:teuthology.orchestra.run.smithi129.stdout:74 files removed 2024-04-14T15:59:29.293 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install ceph-radosgw 2024-04-14T15:59:29.736 INFO:teuthology.orchestra.run.smithi191.stdout:ceph packages for x86_64 184 kB/s | 83 kB 00:00 2024-04-14T15:59:30.062 INFO:teuthology.orchestra.run.smithi191.stdout:ceph noarch packages 42 kB/s | 11 kB 00:00 2024-04-14T15:59:30.207 INFO:teuthology.orchestra.run.smithi129.stdout:ceph packages for x86_64 136 kB/s | 83 kB 00:00 2024-04-14T15:59:30.404 INFO:teuthology.orchestra.run.smithi191.stdout:ceph source packages 6.1 kB/s | 1.9 kB 00:00 2024-04-14T15:59:30.641 INFO:teuthology.orchestra.run.smithi129.stdout:ceph noarch packages 30 kB/s | 11 kB 00:00 2024-04-14T15:59:30.849 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS-9 - AppStream 20 MB/s | 8.1 MB 00:00 2024-04-14T15:59:31.527 INFO:teuthology.orchestra.run.smithi129.stdout:ceph source packages 2.2 kB/s | 1.9 kB 00:00 2024-04-14T15:59:31.953 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS-9 - AppStream 21 MB/s | 8.1 MB 00:00 2024-04-14T15:59:32.483 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS-9 - BaseOS 8.3 MB/s | 2.5 MB 00:00 2024-04-14T15:59:33.570 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS-9 - BaseOS 8.3 MB/s | 2.5 MB 00:00 2024-04-14T15:59:33.732 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.0 MB 00:00 2024-04-14T15:59:35.010 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 9 - BaseOS 8.1 MB/s | 8.0 MB 00:00 2024-04-14T15:59:35.717 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS Stream 9 - AppStream 22 MB/s | 19 MB 00:00 2024-04-14T15:59:36.712 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 9 - AppStream 31 MB/s | 19 MB 00:00 2024-04-14T15:59:40.502 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS Stream 9 - CRB 5.1 MB/s | 6.2 MB 00:01 2024-04-14T15:59:41.679 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 9 - CRB 4.2 MB/s | 6.2 MB 00:01 2024-04-14T15:59:41.870 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS Stream 9 - Extras packages 84 kB/s | 16 kB 00:00 2024-04-14T15:59:43.480 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 9 - Extras packages 26 kB/s | 16 kB 00:00 2024-04-14T15:59:44.769 INFO:teuthology.orchestra.run.smithi129.stdout:Extra Packages for Enterprise Linux 18 MB/s | 21 MB 00:01 2024-04-14T15:59:49.833 INFO:teuthology.orchestra.run.smithi129.stdout:lab-extras 25 kB/s | 1.7 kB 00:00 2024-04-14T15:59:52.413 INFO:teuthology.orchestra.run.smithi129.stderr:Modular dependency problems: 2024-04-14T15:59:52.413 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T15:59:52.413 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 1: conflicting requests 2024-04-14T15:59:52.414 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.414 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 2: conflicting requests 2024-04-14T15:59:52.414 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.414 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 3: conflicting requests 2024-04-14T15:59:52.414 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.414 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 4: conflicting requests 2024-04-14T15:59:52.414 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.414 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 5: conflicting requests 2024-04-14T15:59:52.414 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.414 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 6: conflicting requests 2024-04-14T15:59:52.414 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.415 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 7: conflicting requests 2024-04-14T15:59:52.415 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.415 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 8: conflicting requests 2024-04-14T15:59:52.415 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.415 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 9: conflicting requests 2024-04-14T15:59:52.415 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.415 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 10: conflicting requests 2024-04-14T15:59:52.415 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.415 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 11: conflicting requests 2024-04-14T15:59:52.415 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.415 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 12: conflicting requests 2024-04-14T15:59:52.415 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.415 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 13: conflicting requests 2024-04-14T15:59:52.416 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.416 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 14: conflicting requests 2024-04-14T15:59:52.416 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.416 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 15: conflicting requests 2024-04-14T15:59:52.416 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.416 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 16: conflicting requests 2024-04-14T15:59:52.416 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.416 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 17: conflicting requests 2024-04-14T15:59:52.416 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.416 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 18: conflicting requests 2024-04-14T15:59:52.416 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.416 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 19: conflicting requests 2024-04-14T15:59:52.416 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.417 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 20: conflicting requests 2024-04-14T15:59:52.417 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.417 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 21: conflicting requests 2024-04-14T15:59:52.417 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.417 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 22: conflicting requests 2024-04-14T15:59:52.417 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.417 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 23: conflicting requests 2024-04-14T15:59:52.417 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.417 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 24: conflicting requests 2024-04-14T15:59:52.417 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.417 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 25: conflicting requests 2024-04-14T15:59:52.417 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.417 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 26: conflicting requests 2024-04-14T15:59:52.418 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.418 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 27: conflicting requests 2024-04-14T15:59:52.418 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.418 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 28: conflicting requests 2024-04-14T15:59:52.418 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.418 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 29: conflicting requests 2024-04-14T15:59:52.418 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.418 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 30: conflicting requests 2024-04-14T15:59:52.418 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.418 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 31: conflicting requests 2024-04-14T15:59:52.418 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.418 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 32: conflicting requests 2024-04-14T15:59:52.418 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.419 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 33: conflicting requests 2024-04-14T15:59:52.419 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.419 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 34: conflicting requests 2024-04-14T15:59:52.419 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.419 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 35: conflicting requests 2024-04-14T15:59:52.419 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.419 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 36: conflicting requests 2024-04-14T15:59:52.419 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.419 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 37: conflicting requests 2024-04-14T15:59:52.419 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.419 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.419 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.419 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:59:52.419 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.420 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.420 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.420 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.420 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 39: conflicting requests 2024-04-14T15:59:52.420 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.420 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.420 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.420 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.420 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.420 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.420 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:59:52.420 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.420 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.420 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.421 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.421 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:59:52.421 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.421 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.421 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.421 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.421 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:59:52.421 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.421 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.421 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.421 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.422 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:59:52.422 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.422 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.422 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.422 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.422 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:59:52.422 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.422 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.422 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.422 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.422 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:59:52.422 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.422 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.422 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.423 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:59:52.916 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-14T15:59:52.925 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T15:59:52.925 INFO:teuthology.orchestra.run.smithi129.stdout: Package Arch Version Repository Size 2024-04-14T15:59:52.925 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T15:59:52.925 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-04-14T15:59:52.925 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-radosgw x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 10 M 2024-04-14T15:59:52.926 INFO:teuthology.orchestra.run.smithi129.stdout:Upgrading: 2024-04-14T15:59:52.926 INFO:teuthology.orchestra.run.smithi129.stdout: librados2 x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 3.4 M 2024-04-14T15:59:52.926 INFO:teuthology.orchestra.run.smithi129.stdout: librbd1 x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 3.1 M 2024-04-14T15:59:52.926 INFO:teuthology.orchestra.run.smithi129.stdout:Installing dependencies: 2024-04-14T15:59:52.926 INFO:teuthology.orchestra.run.smithi129.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-14T15:59:52.926 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-base x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 5.4 M 2024-04-14T15:59:52.926 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-common x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 21 M 2024-04-14T15:59:52.926 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-selinux x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 25 k 2024-04-14T15:59:52.926 INFO:teuthology.orchestra.run.smithi129.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-14T15:59:52.926 INFO:teuthology.orchestra.run.smithi129.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-14T15:59:52.926 INFO:teuthology.orchestra.run.smithi129.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-14T15:59:52.926 INFO:teuthology.orchestra.run.smithi129.stdout: libcephfs2 x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 746 k 2024-04-14T15:59:52.926 INFO:teuthology.orchestra.run.smithi129.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-14T15:59:52.927 INFO:teuthology.orchestra.run.smithi129.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-14T15:59:52.927 INFO:teuthology.orchestra.run.smithi129.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-14T15:59:52.927 INFO:teuthology.orchestra.run.smithi129.stdout: libradosstriper1 x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 501 k 2024-04-14T15:59:52.927 INFO:teuthology.orchestra.run.smithi129.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-14T15:59:52.927 INFO:teuthology.orchestra.run.smithi129.stdout: librgw2 x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 5.2 M 2024-04-14T15:59:52.927 INFO:teuthology.orchestra.run.smithi129.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-14T15:59:52.927 INFO:teuthology.orchestra.run.smithi129.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-14T15:59:52.927 INFO:teuthology.orchestra.run.smithi129.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-14T15:59:52.927 INFO:teuthology.orchestra.run.smithi129.stdout: python3-ceph-argparse x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 45 k 2024-04-14T15:59:52.927 INFO:teuthology.orchestra.run.smithi129.stdout: python3-ceph-common x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 135 k 2024-04-14T15:59:52.927 INFO:teuthology.orchestra.run.smithi129.stdout: python3-cephfs x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 161 k 2024-04-14T15:59:52.927 INFO:teuthology.orchestra.run.smithi129.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-14T15:59:52.927 INFO:teuthology.orchestra.run.smithi129.stdout: python3-rados x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 321 k 2024-04-14T15:59:52.928 INFO:teuthology.orchestra.run.smithi129.stdout: python3-rbd x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 298 k 2024-04-14T15:59:52.928 INFO:teuthology.orchestra.run.smithi129.stdout: python3-rgw x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 99 k 2024-04-14T15:59:52.928 INFO:teuthology.orchestra.run.smithi129.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-14T15:59:52.928 INFO:teuthology.orchestra.run.smithi129.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-14T15:59:52.928 INFO:teuthology.orchestra.run.smithi129.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-14T15:59:52.928 INFO:teuthology.orchestra.run.smithi129.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-14T15:59:52.928 INFO:teuthology.orchestra.run.smithi129.stdout:Installing weak dependencies: 2024-04-14T15:59:52.928 INFO:teuthology.orchestra.run.smithi129.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-14T15:59:52.928 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T15:59:52.928 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-04-14T15:59:52.928 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T15:59:52.928 INFO:teuthology.orchestra.run.smithi129.stdout:Install 30 Packages 2024-04-14T15:59:52.929 INFO:teuthology.orchestra.run.smithi129.stdout:Upgrade 2 Packages 2024-04-14T15:59:52.929 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T15:59:52.929 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 59 M 2024-04-14T15:59:52.929 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-04-14T15:59:53.156 INFO:teuthology.orchestra.run.smithi191.stdout:Extra Packages for Enterprise Linux 1.9 MB/s | 21 MB 00:11 2024-04-14T15:59:53.709 INFO:teuthology.orchestra.run.smithi129.stdout:(1/32): ceph-base-19.0.0-2778.ga971fd5f.el9.x86 10 MB/s | 5.4 MB 00:00 2024-04-14T15:59:53.751 INFO:teuthology.orchestra.run.smithi129.stdout:(2/32): ceph-selinux-19.0.0-2778.ga971fd5f.el9. 607 kB/s | 25 kB 00:00 2024-04-14T15:59:53.818 INFO:teuthology.orchestra.run.smithi129.stdout:(3/32): libcephfs2-19.0.0-2778.ga971fd5f.el9.x8 11 MB/s | 746 kB 00:00 2024-04-14T15:59:53.878 INFO:teuthology.orchestra.run.smithi129.stdout:(4/32): libradosstriper1-19.0.0-2778.ga971fd5f. 8.4 MB/s | 501 kB 00:00 2024-04-14T15:59:54.227 INFO:teuthology.orchestra.run.smithi129.stdout:(5/32): librgw2-19.0.0-2778.ga971fd5f.el9.x86_6 15 MB/s | 5.2 MB 00:00 2024-04-14T15:59:54.269 INFO:teuthology.orchestra.run.smithi129.stdout:(6/32): python3-ceph-argparse-19.0.0-2778.ga971 1.1 MB/s | 45 kB 00:00 2024-04-14T15:59:54.336 INFO:teuthology.orchestra.run.smithi129.stdout:(7/32): python3-ceph-common-19.0.0-2778.ga971fd 2.0 MB/s | 135 kB 00:00 2024-04-14T15:59:54.395 INFO:teuthology.orchestra.run.smithi129.stdout:(8/32): python3-cephfs-19.0.0-2778.ga971fd5f.el 2.7 MB/s | 161 kB 00:00 2024-04-14T15:59:54.470 INFO:teuthology.orchestra.run.smithi129.stdout:(9/32): python3-rados-19.0.0-2778.ga971fd5f.el9 4.2 MB/s | 321 kB 00:00 2024-04-14T15:59:54.537 INFO:teuthology.orchestra.run.smithi129.stdout:(10/32): python3-rbd-19.0.0-2778.ga971fd5f.el9. 4.4 MB/s | 298 kB 00:00 2024-04-14T15:59:54.596 INFO:teuthology.orchestra.run.smithi129.stdout:(11/32): python3-rgw-19.0.0-2778.ga971fd5f.el9. 1.7 MB/s | 99 kB 00:00 2024-04-14T15:59:54.721 INFO:teuthology.orchestra.run.smithi129.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 855 kB/s | 107 kB 00:00 2024-04-14T15:59:54.788 INFO:teuthology.orchestra.run.smithi129.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.4 MB/s | 160 kB 00:00 2024-04-14T15:59:54.846 INFO:teuthology.orchestra.run.smithi129.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 774 kB/s | 45 kB 00:00 2024-04-14T15:59:54.921 INFO:teuthology.orchestra.run.smithi129.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 8.6 MB/s | 662 kB 00:00 2024-04-14T15:59:54.974 INFO:teuthology.orchestra.run.smithi129.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 5.7 MB/s | 292 kB 00:00 2024-04-14T15:59:55.022 INFO:teuthology.orchestra.run.smithi129.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 843 kB/s | 42 kB 00:00 2024-04-14T15:59:55.322 INFO:teuthology.orchestra.run.smithi129.stdout:(18/32): ceph-common-19.0.0-2778.ga971fd5f.el9. 9.7 MB/s | 21 MB 00:02 2024-04-14T15:59:55.347 INFO:teuthology.orchestra.run.smithi129.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 679 kB/s | 221 kB 00:00 2024-04-14T15:59:55.389 INFO:teuthology.orchestra.run.smithi129.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 1.1 MB/s | 47 kB 00:00 2024-04-14T15:59:55.415 INFO:teuthology.orchestra.run.smithi129.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 391 kB/s | 36 kB 00:00 2024-04-14T15:59:55.612 INFO:teuthology.orchestra.run.smithi129.stdout:(22/32): ceph-radosgw-19.0.0-2778.ga971fd5f.el9 4.1 MB/s | 10 MB 00:02 2024-04-14T15:59:55.849 INFO:teuthology.orchestra.run.smithi129.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 107 kB/s | 26 kB 00:00 2024-04-14T15:59:55.941 INFO:teuthology.orchestra.run.smithi129.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 560 kB/s | 309 kB 00:00 2024-04-14T15:59:56.041 INFO:teuthology.orchestra.run.smithi129.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 253 kB/s | 49 kB 00:00 2024-04-14T15:59:56.066 INFO:teuthology.orchestra.run.smithi129.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 539 kB/s | 67 kB 00:00 2024-04-14T15:59:56.183 INFO:teuthology.orchestra.run.smithi129.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 1.6 MB/s | 192 kB 00:00 2024-04-14T15:59:56.250 INFO:teuthology.orchestra.run.smithi129.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 5.3 MB/s | 4.4 MB 00:00 2024-04-14T15:59:56.417 INFO:teuthology.orchestra.run.smithi129.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.2 MB/s | 838 kB 00:00 2024-04-14T15:59:56.476 INFO:teuthology.orchestra.run.smithi129.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 5.4 MB/s | 1.6 MB 00:00 2024-04-14T15:59:56.576 INFO:teuthology.orchestra.run.smithi129.stdout:(31/32): librados2-19.0.0-2778.ga971fd5f.el9.x8 10 MB/s | 3.4 MB 00:00 2024-04-14T15:59:56.826 INFO:teuthology.orchestra.run.smithi129.stdout:(32/32): librbd1-19.0.0-2778.ga971fd5f.el9.x86_ 7.7 MB/s | 3.1 MB 00:00 2024-04-14T15:59:56.829 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:59:56.830 INFO:teuthology.orchestra.run.smithi129.stdout:Total 15 MB/s | 59 MB 00:03 2024-04-14T15:59:56.933 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-04-14T15:59:56.968 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-04-14T15:59:56.968 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-04-14T15:59:57.459 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-04-14T15:59:57.459 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-04-14T15:59:58.238 INFO:teuthology.orchestra.run.smithi191.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-04-14T15:59:58.924 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-04-14T15:59:59.019 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-14T15:59:59.064 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-14T15:59:59.098 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-14T15:59:59.121 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-14T15:59:59.137 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-14T15:59:59.330 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-14T15:59:59.384 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-14T15:59:59.714 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-14T15:59:59.774 INFO:teuthology.orchestra.run.smithi129.stdout: Upgrading : librados2-2:19.0.0-2778.ga971fd5f.el9.x86_64 7/34 2024-04-14T15:59:59.854 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: librados2-2:19.0.0-2778.ga971fd5f.el9.x86_64 7/34 2024-04-14T15:59:59.940 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-rados-2:19.0.0-2778.ga971fd5f.el9.x86_64 8/34 2024-04-14T15:59:59.976 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : libcephfs2-2:19.0.0-2778.ga971fd5f.el9.x86_64 9/34 2024-04-14T16:00:00.030 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: libcephfs2-2:19.0.0-2778.ga971fd5f.el9.x86_64 9/34 2024-04-14T16:00:00.059 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-14T16:00:00.102 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-ceph-argparse-2:19.0.0-2778.ga971fd5f.el9. 11/34 2024-04-14T16:00:00.171 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-cephfs-2:19.0.0-2778.ga971fd5f.el9.x86_64 12/34 2024-04-14T16:00:00.195 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : libradosstriper1-2:19.0.0-2778.ga971fd5f.el9.x86_6 13/34 2024-04-14T16:00:00.259 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2778.ga971fd5f.el9.x86_6 13/34 2024-04-14T16:00:00.293 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-14T16:00:00.403 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-14T16:00:00.446 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-14T16:00:00.485 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-14T16:00:00.509 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-14T16:00:00.577 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-14T16:00:00.766 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-14T16:00:00.787 INFO:teuthology.orchestra.run.smithi191.stderr:Modular dependency problems: 2024-04-14T16:00:00.787 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T16:00:00.787 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 1: conflicting requests 2024-04-14T16:00:00.787 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.787 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 2: conflicting requests 2024-04-14T16:00:00.787 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.787 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 3: conflicting requests 2024-04-14T16:00:00.787 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.787 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 4: conflicting requests 2024-04-14T16:00:00.787 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.787 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 5: conflicting requests 2024-04-14T16:00:00.787 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.788 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 6: conflicting requests 2024-04-14T16:00:00.788 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.788 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 7: conflicting requests 2024-04-14T16:00:00.788 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.788 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 8: conflicting requests 2024-04-14T16:00:00.788 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.788 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 9: conflicting requests 2024-04-14T16:00:00.788 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.788 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 10: conflicting requests 2024-04-14T16:00:00.788 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.788 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 11: conflicting requests 2024-04-14T16:00:00.788 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.789 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 12: conflicting requests 2024-04-14T16:00:00.789 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.789 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 13: conflicting requests 2024-04-14T16:00:00.789 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.789 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 14: conflicting requests 2024-04-14T16:00:00.789 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.789 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 15: conflicting requests 2024-04-14T16:00:00.789 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.789 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 16: conflicting requests 2024-04-14T16:00:00.789 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.789 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 17: conflicting requests 2024-04-14T16:00:00.789 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.789 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 18: conflicting requests 2024-04-14T16:00:00.790 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.790 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 19: conflicting requests 2024-04-14T16:00:00.790 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.790 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 20: conflicting requests 2024-04-14T16:00:00.790 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.790 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 21: conflicting requests 2024-04-14T16:00:00.790 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.790 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 22: conflicting requests 2024-04-14T16:00:00.790 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.790 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 23: conflicting requests 2024-04-14T16:00:00.790 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.790 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 24: conflicting requests 2024-04-14T16:00:00.790 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.791 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 25: conflicting requests 2024-04-14T16:00:00.791 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.791 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 26: conflicting requests 2024-04-14T16:00:00.791 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.791 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 27: conflicting requests 2024-04-14T16:00:00.791 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.791 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 28: conflicting requests 2024-04-14T16:00:00.791 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.791 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 29: conflicting requests 2024-04-14T16:00:00.791 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.791 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 30: conflicting requests 2024-04-14T16:00:00.791 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.791 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 31: conflicting requests 2024-04-14T16:00:00.792 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.792 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 32: conflicting requests 2024-04-14T16:00:00.792 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.792 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 33: conflicting requests 2024-04-14T16:00:00.792 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.792 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 34: conflicting requests 2024-04-14T16:00:00.792 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.792 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 35: conflicting requests 2024-04-14T16:00:00.792 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.792 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 36: conflicting requests 2024-04-14T16:00:00.792 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.792 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 37: conflicting requests 2024-04-14T16:00:00.792 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.792 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.793 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.793 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:00:00.793 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.793 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.793 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.793 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.793 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 39: conflicting requests 2024-04-14T16:00:00.793 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.793 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.793 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.794 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.794 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.794 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.794 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:00:00.794 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.794 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.794 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.794 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.794 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:00:00.794 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.795 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.795 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.795 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.795 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:00:00.795 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.795 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.795 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.796 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.796 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:00:00.796 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.796 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.796 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.796 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.796 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:00:00.796 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.796 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.796 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.796 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.796 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:00:00.796 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.796 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.796 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:00:00.797 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:00:01.074 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-14T16:00:01.109 INFO:teuthology.orchestra.run.smithi129.stdout: Upgrading : librbd1-2:19.0.0-2778.ga971fd5f.el9.x86_64 22/34 2024-04-14T16:00:01.215 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: librbd1-2:19.0.0-2778.ga971fd5f.el9.x86_64 22/34 2024-04-14T16:00:01.247 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-rbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 23/34 2024-04-14T16:00:01.286 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-14T16:00:01.303 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-14T16:00:01.315 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:00:01.315 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repository Size 2024-04-14T16:00:01.315 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:00:01.315 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-14T16:00:01.315 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-radosgw x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 10 M 2024-04-14T16:00:01.315 INFO:teuthology.orchestra.run.smithi191.stdout:Upgrading: 2024-04-14T16:00:01.315 INFO:teuthology.orchestra.run.smithi191.stdout: librados2 x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 3.4 M 2024-04-14T16:00:01.315 INFO:teuthology.orchestra.run.smithi191.stdout: librbd1 x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 3.1 M 2024-04-14T16:00:01.315 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2024-04-14T16:00:01.315 INFO:teuthology.orchestra.run.smithi191.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-14T16:00:01.315 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-base x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 5.4 M 2024-04-14T16:00:01.316 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-common x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 21 M 2024-04-14T16:00:01.316 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-selinux x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 25 k 2024-04-14T16:00:01.316 INFO:teuthology.orchestra.run.smithi191.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-14T16:00:01.316 INFO:teuthology.orchestra.run.smithi191.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-14T16:00:01.316 INFO:teuthology.orchestra.run.smithi191.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-14T16:00:01.316 INFO:teuthology.orchestra.run.smithi191.stdout: libcephfs2 x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 746 k 2024-04-14T16:00:01.316 INFO:teuthology.orchestra.run.smithi191.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-14T16:00:01.316 INFO:teuthology.orchestra.run.smithi191.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-14T16:00:01.316 INFO:teuthology.orchestra.run.smithi191.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-14T16:00:01.316 INFO:teuthology.orchestra.run.smithi191.stdout: libradosstriper1 x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 501 k 2024-04-14T16:00:01.316 INFO:teuthology.orchestra.run.smithi191.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-14T16:00:01.316 INFO:teuthology.orchestra.run.smithi191.stdout: librgw2 x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 5.2 M 2024-04-14T16:00:01.316 INFO:teuthology.orchestra.run.smithi191.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-14T16:00:01.317 INFO:teuthology.orchestra.run.smithi191.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-14T16:00:01.317 INFO:teuthology.orchestra.run.smithi191.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-14T16:00:01.317 INFO:teuthology.orchestra.run.smithi191.stdout: python3-ceph-argparse x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 45 k 2024-04-14T16:00:01.317 INFO:teuthology.orchestra.run.smithi191.stdout: python3-ceph-common x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 135 k 2024-04-14T16:00:01.317 INFO:teuthology.orchestra.run.smithi191.stdout: python3-cephfs x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 161 k 2024-04-14T16:00:01.317 INFO:teuthology.orchestra.run.smithi191.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-14T16:00:01.317 INFO:teuthology.orchestra.run.smithi191.stdout: python3-rados x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 321 k 2024-04-14T16:00:01.317 INFO:teuthology.orchestra.run.smithi191.stdout: python3-rbd x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 298 k 2024-04-14T16:00:01.317 INFO:teuthology.orchestra.run.smithi191.stdout: python3-rgw x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 99 k 2024-04-14T16:00:01.317 INFO:teuthology.orchestra.run.smithi191.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-14T16:00:01.317 INFO:teuthology.orchestra.run.smithi191.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-14T16:00:01.317 INFO:teuthology.orchestra.run.smithi191.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-14T16:00:01.317 INFO:teuthology.orchestra.run.smithi191.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-14T16:00:01.317 INFO:teuthology.orchestra.run.smithi191.stdout:Installing weak dependencies: 2024-04-14T16:00:01.317 INFO:teuthology.orchestra.run.smithi191.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-14T16:00:01.318 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:00:01.318 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-14T16:00:01.318 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:00:01.318 INFO:teuthology.orchestra.run.smithi191.stdout:Install 30 Packages 2024-04-14T16:00:01.318 INFO:teuthology.orchestra.run.smithi191.stdout:Upgrade 2 Packages 2024-04-14T16:00:01.318 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:00:01.318 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 59 M 2024-04-14T16:00:01.319 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-14T16:00:01.753 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-14T16:00:01.786 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : librgw2-2:19.0.0-2778.ga971fd5f.el9.x86_64 26/34 2024-04-14T16:00:01.857 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: librgw2-2:19.0.0-2778.ga971fd5f.el9.x86_64 26/34 2024-04-14T16:00:01.927 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-rgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 27/34 2024-04-14T16:00:01.955 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-ceph-common-2:19.0.0-2778.ga971fd5f.el9.x8 28/34 2024-04-14T16:00:02.555 INFO:teuthology.orchestra.run.smithi191.stdout:(1/32): ceph-base-19.0.0-2778.ga971fd5f.el9.x86 5.5 MB/s | 5.4 MB 00:00 2024-04-14T16:00:02.615 INFO:teuthology.orchestra.run.smithi191.stdout:(2/32): ceph-selinux-19.0.0-2778.ga971fd5f.el9. 431 kB/s | 25 kB 00:00 2024-04-14T16:00:02.748 INFO:teuthology.orchestra.run.smithi191.stdout:(3/32): libcephfs2-19.0.0-2778.ga971fd5f.el9.x8 5.5 MB/s | 746 kB 00:00 2024-04-14T16:00:02.848 INFO:teuthology.orchestra.run.smithi191.stdout:(4/32): libradosstriper1-19.0.0-2778.ga971fd5f. 4.9 MB/s | 501 kB 00:00 2024-04-14T16:00:03.098 INFO:teuthology.orchestra.run.smithi191.stdout:(5/32): ceph-radosgw-19.0.0-2778.ga971fd5f.el9. 6.6 MB/s | 10 MB 00:01 2024-04-14T16:00:03.199 INFO:teuthology.orchestra.run.smithi191.stdout:(6/32): python3-ceph-argparse-19.0.0-2778.ga971 451 kB/s | 45 kB 00:00 2024-04-14T16:00:03.282 INFO:teuthology.orchestra.run.smithi191.stdout:(7/32): python3-ceph-common-19.0.0-2778.ga971fd 1.6 MB/s | 135 kB 00:00 2024-04-14T16:00:03.366 INFO:teuthology.orchestra.run.smithi191.stdout:(8/32): python3-cephfs-19.0.0-2778.ga971fd5f.el 1.9 MB/s | 161 kB 00:00 2024-04-14T16:00:03.450 INFO:teuthology.orchestra.run.smithi191.stdout:(9/32): librgw2-19.0.0-2778.ga971fd5f.el9.x86_6 8.7 MB/s | 5.2 MB 00:00 2024-04-14T16:00:03.475 INFO:teuthology.orchestra.run.smithi191.stdout:(10/32): python3-rados-19.0.0-2778.ga971fd5f.el 2.9 MB/s | 321 kB 00:00 2024-04-14T16:00:03.525 INFO:teuthology.orchestra.run.smithi191.stdout:(11/32): python3-rbd-19.0.0-2778.ga971fd5f.el9. 3.9 MB/s | 298 kB 00:00 2024-04-14T16:00:03.551 INFO:teuthology.orchestra.run.smithi191.stdout:(12/32): python3-rgw-19.0.0-2778.ga971fd5f.el9. 1.3 MB/s | 99 kB 00:00 2024-04-14T16:00:03.852 INFO:teuthology.orchestra.run.smithi191.stdout:(13/32): ceph-common-19.0.0-2778.ga971fd5f.el9. 9.2 MB/s | 21 MB 00:02 2024-04-14T16:00:03.946 INFO:teuthology.orchestra.run.smithi191.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 256 kB/s | 107 kB 00:00 2024-04-14T16:00:03.986 INFO:teuthology.orchestra.run.smithi191.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 369 kB/s | 160 kB 00:00 2024-04-14T16:00:04.020 INFO:teuthology.orchestra.run.smithi191.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 272 kB/s | 45 kB 00:00 2024-04-14T16:00:04.078 INFO:teuthology.orchestra.run.smithi191.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.1 MB/s | 292 kB 00:00 2024-04-14T16:00:04.095 INFO:teuthology.orchestra.run.smithi191.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 559 kB/s | 42 kB 00:00 2024-04-14T16:00:04.129 INFO:teuthology.orchestra.run.smithi191.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.5 MB/s | 662 kB 00:00 2024-04-14T16:00:04.162 INFO:teuthology.orchestra.run.smithi191.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 535 kB/s | 36 kB 00:00 2024-04-14T16:00:04.188 INFO:teuthology.orchestra.run.smithi191.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.0 MB/s | 221 kB 00:00 2024-04-14T16:00:04.204 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 29/34 2024-04-14T16:00:04.205 INFO:teuthology.orchestra.run.smithi191.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 625 kB/s | 47 kB 00:00 2024-04-14T16:00:04.252 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 29/34 2024-04-14T16:00:04.297 INFO:teuthology.orchestra.run.smithi191.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 283 kB/s | 26 kB 00:00 2024-04-14T16:00:04.431 INFO:teuthology.orchestra.run.smithi191.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.1 MB/s | 309 kB 00:00 2024-04-14T16:00:04.448 INFO:teuthology.orchestra.run.smithi191.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 322 kB/s | 49 kB 00:00 2024-04-14T16:00:04.481 INFO:teuthology.orchestra.run.smithi191.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-04-14T16:00:04.540 INFO:teuthology.orchestra.run.smithi191.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 3.2 MB/s | 192 kB 00:00 2024-04-14T16:00:04.632 INFO:teuthology.orchestra.run.smithi191.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 9.9 MB/s | 4.4 MB 00:00 2024-04-14T16:00:04.674 INFO:teuthology.orchestra.run.smithi191.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.6 MB/s | 838 kB 00:00 2024-04-14T16:00:04.733 INFO:teuthology.orchestra.run.smithi191.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 8.2 MB/s | 1.6 MB 00:00 2024-04-14T16:00:04.809 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 29/34 2024-04-14T16:00:04.847 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-base-2:19.0.0-2778.ga971fd5f.el9.x86_64 30/34 2024-04-14T16:00:04.923 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-base-2:19.0.0-2778.ga971fd5f.el9.x86_64 30/34 2024-04-14T16:00:04.923 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-14T16:00:04.923 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-14T16:00:04.923 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:04.965 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-selinux-2:19.0.0-2778.ga971fd5f.el9.x86_64 31/34 2024-04-14T16:00:05.059 INFO:teuthology.orchestra.run.smithi191.stdout:(31/32): librbd1-19.0.0-2778.ga971fd5f.el9.x86_ 8.2 MB/s | 3.1 MB 00:00 2024-04-14T16:00:05.125 INFO:teuthology.orchestra.run.smithi191.stdout:(32/32): librados2-19.0.0-2778.ga971fd5f.el9.x8 6.9 MB/s | 3.4 MB 00:00 2024-04-14T16:00:05.129 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:00:05.129 INFO:teuthology.orchestra.run.smithi191.stdout:Total 16 MB/s | 59 MB 00:03 2024-04-14T16:00:05.222 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-14T16:00:05.258 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-14T16:00:05.258 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-14T16:00:05.755 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-14T16:00:05.756 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-14T16:00:07.328 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-14T16:00:07.419 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-14T16:00:07.448 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-14T16:00:07.482 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-14T16:00:07.505 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-14T16:00:07.522 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-14T16:00:07.689 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-14T16:00:07.745 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-14T16:00:08.090 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-14T16:00:08.177 INFO:teuthology.orchestra.run.smithi191.stdout: Upgrading : librados2-2:19.0.0-2778.ga971fd5f.el9.x86_64 7/34 2024-04-14T16:00:08.262 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: librados2-2:19.0.0-2778.ga971fd5f.el9.x86_64 7/34 2024-04-14T16:00:08.347 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-rados-2:19.0.0-2778.ga971fd5f.el9.x86_64 8/34 2024-04-14T16:00:08.371 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : libcephfs2-2:19.0.0-2778.ga971fd5f.el9.x86_64 9/34 2024-04-14T16:00:08.450 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: libcephfs2-2:19.0.0-2778.ga971fd5f.el9.x86_64 9/34 2024-04-14T16:00:08.488 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-14T16:00:08.531 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-ceph-argparse-2:19.0.0-2778.ga971fd5f.el9. 11/34 2024-04-14T16:00:08.601 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-cephfs-2:19.0.0-2778.ga971fd5f.el9.x86_64 12/34 2024-04-14T16:00:08.624 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : libradosstriper1-2:19.0.0-2778.ga971fd5f.el9.x86_6 13/34 2024-04-14T16:00:08.671 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2778.ga971fd5f.el9.x86_6 13/34 2024-04-14T16:00:08.707 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-14T16:00:08.818 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-14T16:00:08.850 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-14T16:00:08.890 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-14T16:00:08.923 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-14T16:00:08.952 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-14T16:00:08.985 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-14T16:00:09.298 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-14T16:00:09.326 INFO:teuthology.orchestra.run.smithi191.stdout: Upgrading : librbd1-2:19.0.0-2778.ga971fd5f.el9.x86_64 22/34 2024-04-14T16:00:09.414 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: librbd1-2:19.0.0-2778.ga971fd5f.el9.x86_64 22/34 2024-04-14T16:00:09.446 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-rbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 23/34 2024-04-14T16:00:09.484 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-14T16:00:09.958 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-14T16:00:09.994 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : librgw2-2:19.0.0-2778.ga971fd5f.el9.x86_64 26/34 2024-04-14T16:00:10.065 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: librgw2-2:19.0.0-2778.ga971fd5f.el9.x86_64 26/34 2024-04-14T16:00:10.134 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-rgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 27/34 2024-04-14T16:00:10.172 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-ceph-common-2:19.0.0-2778.ga971fd5f.el9.x8 28/34 2024-04-14T16:00:12.398 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 29/34 2024-04-14T16:00:12.446 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 29/34 2024-04-14T16:00:13.035 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 29/34 2024-04-14T16:00:13.076 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-base-2:19.0.0-2778.ga971fd5f.el9.x86_64 30/34 2024-04-14T16:00:13.168 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-base-2:19.0.0-2778.ga971fd5f.el9.x86_64 30/34 2024-04-14T16:00:13.168 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-14T16:00:13.168 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-14T16:00:13.169 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:00:13.203 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-selinux-2:19.0.0-2778.ga971fd5f.el9.x86_64 31/34 2024-04-14T16:00:14.775 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2778.ga971fd5f.el9.x86_64 31/34 2024-04-14T16:00:14.775 INFO:teuthology.orchestra.run.smithi129.stdout:skipping the directory /sys 2024-04-14T16:00:14.775 INFO:teuthology.orchestra.run.smithi129.stdout:skipping the directory /proc 2024-04-14T16:00:14.775 INFO:teuthology.orchestra.run.smithi129.stdout:skipping the directory /mnt 2024-04-14T16:00:14.775 INFO:teuthology.orchestra.run.smithi129.stdout:skipping the directory /var/tmp 2024-04-14T16:00:14.775 INFO:teuthology.orchestra.run.smithi129.stdout:skipping the directory /home 2024-04-14T16:00:14.775 INFO:teuthology.orchestra.run.smithi129.stdout:skipping the directory /root 2024-04-14T16:00:14.775 INFO:teuthology.orchestra.run.smithi129.stdout:skipping the directory /tmp 2024-04-14T16:00:14.776 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:15.709 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-radosgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 32/34 2024-04-14T16:00:15.734 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 32/34 2024-04-14T16:00:15.734 INFO:teuthology.orchestra.run.smithi129.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T16:00:15.734 INFO:teuthology.orchestra.run.smithi129.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-14T16:00:15.734 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-14T16:00:15.734 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-14T16:00:15.734 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:15.736 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-14T16:00:15.795 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-14T16:00:15.795 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-14T16:00:16.904 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-14T16:00:16.904 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-base-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/34 2024-04-14T16:00:16.904 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 2/34 2024-04-14T16:00:16.904 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-radosgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 3/34 2024-04-14T16:00:16.904 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-selinux-2:19.0.0-2778.ga971fd5f.el9.x86_64 4/34 2024-04-14T16:00:16.904 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : libcephfs2-2:19.0.0-2778.ga971fd5f.el9.x86_64 5/34 2024-04-14T16:00:16.905 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : libradosstriper1-2:19.0.0-2778.ga971fd5f.el9.x86_6 6/34 2024-04-14T16:00:16.905 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : librgw2-2:19.0.0-2778.ga971fd5f.el9.x86_64 7/34 2024-04-14T16:00:16.905 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2778.ga971fd5f.el9. 8/34 2024-04-14T16:00:16.905 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-ceph-common-2:19.0.0-2778.ga971fd5f.el9.x8 9/34 2024-04-14T16:00:16.905 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-cephfs-2:19.0.0-2778.ga971fd5f.el9.x86_64 10/34 2024-04-14T16:00:16.905 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-rados-2:19.0.0-2778.ga971fd5f.el9.x86_64 11/34 2024-04-14T16:00:16.905 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-rbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 12/34 2024-04-14T16:00:16.905 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-rgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 13/34 2024-04-14T16:00:16.905 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-14T16:00:16.905 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-14T16:00:16.905 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-14T16:00:16.905 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-14T16:00:16.905 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-14T16:00:16.906 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-14T16:00:16.906 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-14T16:00:16.906 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-14T16:00:16.906 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-14T16:00:16.906 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-14T16:00:16.906 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-14T16:00:16.906 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-14T16:00:16.907 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-14T16:00:16.907 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-14T16:00:16.907 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-14T16:00:16.907 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-14T16:00:16.907 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-14T16:00:16.907 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : librados2-2:19.0.0-2778.ga971fd5f.el9.x86_64 31/34 2024-04-14T16:00:16.908 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-14T16:00:16.908 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : librbd1-2:19.0.0-2778.ga971fd5f.el9.x86_64 33/34 2024-04-14T16:00:17.904 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-14T16:00:17.904 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:17.904 INFO:teuthology.orchestra.run.smithi129.stdout:Upgraded: 2024-04-14T16:00:17.904 INFO:teuthology.orchestra.run.smithi129.stdout: librados2-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:17.904 INFO:teuthology.orchestra.run.smithi129.stdout: librbd1-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:17.904 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-04-14T16:00:17.905 INFO:teuthology.orchestra.run.smithi129.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-14T16:00:17.905 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-base-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:17.905 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:17.905 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-radosgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:17.905 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-selinux-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:17.905 INFO:teuthology.orchestra.run.smithi129.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-14T16:00:17.906 INFO:teuthology.orchestra.run.smithi129.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-14T16:00:17.906 INFO:teuthology.orchestra.run.smithi129.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-14T16:00:17.906 INFO:teuthology.orchestra.run.smithi129.stdout: libcephfs2-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:17.906 INFO:teuthology.orchestra.run.smithi129.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-14T16:00:17.906 INFO:teuthology.orchestra.run.smithi129.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-14T16:00:17.906 INFO:teuthology.orchestra.run.smithi129.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-14T16:00:17.906 INFO:teuthology.orchestra.run.smithi129.stdout: libradosstriper1-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:17.906 INFO:teuthology.orchestra.run.smithi129.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-14T16:00:17.907 INFO:teuthology.orchestra.run.smithi129.stdout: librgw2-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:17.907 INFO:teuthology.orchestra.run.smithi129.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-14T16:00:17.907 INFO:teuthology.orchestra.run.smithi129.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-14T16:00:17.907 INFO:teuthology.orchestra.run.smithi129.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-14T16:00:17.907 INFO:teuthology.orchestra.run.smithi129.stdout: python3-ceph-argparse-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:17.907 INFO:teuthology.orchestra.run.smithi129.stdout: python3-ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:17.907 INFO:teuthology.orchestra.run.smithi129.stdout: python3-cephfs-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:17.907 INFO:teuthology.orchestra.run.smithi129.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-14T16:00:17.908 INFO:teuthology.orchestra.run.smithi129.stdout: python3-rados-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:17.908 INFO:teuthology.orchestra.run.smithi129.stdout: python3-rbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:17.908 INFO:teuthology.orchestra.run.smithi129.stdout: python3-rgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:17.908 INFO:teuthology.orchestra.run.smithi129.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-14T16:00:17.908 INFO:teuthology.orchestra.run.smithi129.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-14T16:00:17.908 INFO:teuthology.orchestra.run.smithi129.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-14T16:00:17.908 INFO:teuthology.orchestra.run.smithi129.stdout: re2-1:20211101-3.el9.x86_64 2024-04-14T16:00:17.908 INFO:teuthology.orchestra.run.smithi129.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-14T16:00:17.908 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:17.909 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-14T16:00:18.158 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install ceph-test 2024-04-14T16:00:18.770 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:00:29 ago on Sun 14 Apr 2024 03:59:49 PM UTC. 2024-04-14T16:00:19.059 INFO:teuthology.orchestra.run.smithi129.stderr:Modular dependency problems: 2024-04-14T16:00:19.059 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T16:00:19.059 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 1: conflicting requests 2024-04-14T16:00:19.059 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.059 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 2: conflicting requests 2024-04-14T16:00:19.059 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.059 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 3: conflicting requests 2024-04-14T16:00:19.059 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.059 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 4: conflicting requests 2024-04-14T16:00:19.059 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.059 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 5: conflicting requests 2024-04-14T16:00:19.059 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.060 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 6: conflicting requests 2024-04-14T16:00:19.060 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.060 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 7: conflicting requests 2024-04-14T16:00:19.060 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.060 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 8: conflicting requests 2024-04-14T16:00:19.060 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.060 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 9: conflicting requests 2024-04-14T16:00:19.060 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.060 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 10: conflicting requests 2024-04-14T16:00:19.060 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.060 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 11: conflicting requests 2024-04-14T16:00:19.060 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.060 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 12: conflicting requests 2024-04-14T16:00:19.061 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.061 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 13: conflicting requests 2024-04-14T16:00:19.061 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.061 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 14: conflicting requests 2024-04-14T16:00:19.061 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.061 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 15: conflicting requests 2024-04-14T16:00:19.061 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.061 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 16: conflicting requests 2024-04-14T16:00:19.061 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.061 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 17: conflicting requests 2024-04-14T16:00:19.061 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.061 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 18: conflicting requests 2024-04-14T16:00:19.061 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.061 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 19: conflicting requests 2024-04-14T16:00:19.062 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.062 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 20: conflicting requests 2024-04-14T16:00:19.062 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.062 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 21: conflicting requests 2024-04-14T16:00:19.062 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.062 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 22: conflicting requests 2024-04-14T16:00:19.062 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.062 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 23: conflicting requests 2024-04-14T16:00:19.062 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.062 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 24: conflicting requests 2024-04-14T16:00:19.062 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.062 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 25: conflicting requests 2024-04-14T16:00:19.063 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.063 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 26: conflicting requests 2024-04-14T16:00:19.063 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.063 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 27: conflicting requests 2024-04-14T16:00:19.063 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.063 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 28: conflicting requests 2024-04-14T16:00:19.063 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.063 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 29: conflicting requests 2024-04-14T16:00:19.063 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.063 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 30: conflicting requests 2024-04-14T16:00:19.063 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.063 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 31: conflicting requests 2024-04-14T16:00:19.063 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.063 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 32: conflicting requests 2024-04-14T16:00:19.064 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.064 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 33: conflicting requests 2024-04-14T16:00:19.064 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.064 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 34: conflicting requests 2024-04-14T16:00:19.064 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.064 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 35: conflicting requests 2024-04-14T16:00:19.064 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.064 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 36: conflicting requests 2024-04-14T16:00:19.064 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.064 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 37: conflicting requests 2024-04-14T16:00:19.064 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.064 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.064 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.064 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:00:19.064 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.065 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.065 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.065 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.065 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 39: conflicting requests 2024-04-14T16:00:19.065 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.065 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.065 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.065 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.065 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.065 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.066 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:00:19.066 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.066 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.066 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.069 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.069 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:00:19.069 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.069 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.069 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.069 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.070 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:00:19.070 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.070 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.070 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.070 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.070 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:00:19.070 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.070 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.070 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.070 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.070 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:00:19.071 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.071 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.071 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.071 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.071 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:00:19.071 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.071 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.071 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.071 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:00:19.130 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-14T16:00:19.131 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:00:19.131 INFO:teuthology.orchestra.run.smithi129.stdout: Package Arch Version Repository Size 2024-04-14T16:00:19.131 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:00:19.131 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-04-14T16:00:19.132 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-test x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 49 M 2024-04-14T16:00:19.132 INFO:teuthology.orchestra.run.smithi129.stdout:Installing dependencies: 2024-04-14T16:00:19.132 INFO:teuthology.orchestra.run.smithi129.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-14T16:00:19.132 INFO:teuthology.orchestra.run.smithi129.stdout: libcephsqlite x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 163 k 2024-04-14T16:00:19.132 INFO:teuthology.orchestra.run.smithi129.stdout: oniguruma x86_64 6.9.6-1.el9.5 baseos 218 k 2024-04-14T16:00:19.132 INFO:teuthology.orchestra.run.smithi129.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-14T16:00:19.132 INFO:teuthology.orchestra.run.smithi129.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-14T16:00:19.132 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:19.132 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-04-14T16:00:19.132 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:00:19.132 INFO:teuthology.orchestra.run.smithi129.stdout:Install 6 Packages 2024-04-14T16:00:19.132 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:19.133 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 49 M 2024-04-14T16:00:19.133 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 210 M 2024-04-14T16:00:19.133 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-04-14T16:00:20.082 INFO:teuthology.orchestra.run.smithi129.stdout:(1/6): libcephsqlite-19.0.0-2778.ga971fd5f.el9. 303 kB/s | 163 kB 00:00 2024-04-14T16:00:20.641 INFO:teuthology.orchestra.run.smithi129.stdout:(2/6): jq-1.6-16.el9.x86_64.rpm 171 kB/s | 187 kB 00:01 2024-04-14T16:00:20.724 INFO:teuthology.orchestra.run.smithi129.stdout:(3/6): socat-1.7.4.1-5.el9.x86_64.rpm 3.6 MB/s | 305 kB 00:00 2024-04-14T16:00:20.791 INFO:teuthology.orchestra.run.smithi129.stdout:(4/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 959 kB/s | 64 kB 00:00 2024-04-14T16:00:21.133 INFO:teuthology.orchestra.run.smithi129.stdout:(5/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 207 kB/s | 218 kB 00:01 2024-04-14T16:00:22.333 INFO:teuthology.orchestra.run.smithi129.stdout:(6/6): ceph-test-19.0.0-2778.ga971fd5f.el9.x86_ 17 MB/s | 49 MB 00:02 2024-04-14T16:00:22.335 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:00:22.335 INFO:teuthology.orchestra.run.smithi129.stdout:Total 15 MB/s | 49 MB 00:03 2024-04-14T16:00:22.387 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-04-14T16:00:22.406 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-04-14T16:00:22.407 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-04-14T16:00:22.791 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-04-14T16:00:22.791 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-04-14T16:00:22.871 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2778.ga971fd5f.el9.x86_64 31/34 2024-04-14T16:00:22.871 INFO:teuthology.orchestra.run.smithi191.stdout:skipping the directory /sys 2024-04-14T16:00:22.871 INFO:teuthology.orchestra.run.smithi191.stdout:skipping the directory /proc 2024-04-14T16:00:22.871 INFO:teuthology.orchestra.run.smithi191.stdout:skipping the directory /mnt 2024-04-14T16:00:22.871 INFO:teuthology.orchestra.run.smithi191.stdout:skipping the directory /var/tmp 2024-04-14T16:00:22.871 INFO:teuthology.orchestra.run.smithi191.stdout:skipping the directory /home 2024-04-14T16:00:22.871 INFO:teuthology.orchestra.run.smithi191.stdout:skipping the directory /root 2024-04-14T16:00:22.871 INFO:teuthology.orchestra.run.smithi191.stdout:skipping the directory /tmp 2024-04-14T16:00:22.871 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:00:23.386 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-04-14T16:00:23.457 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-14T16:00:23.501 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-14T16:00:23.541 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-14T16:00:23.584 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-14T16:00:23.612 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : libcephsqlite-2:19.0.0-2778.ga971fd5f.el9.x86_64 5/6 2024-04-14T16:00:23.826 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-radosgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 32/34 2024-04-14T16:00:23.851 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 32/34 2024-04-14T16:00:23.851 INFO:teuthology.orchestra.run.smithi191.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T16:00:23.851 INFO:teuthology.orchestra.run.smithi191.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-14T16:00:23.851 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-14T16:00:23.851 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-14T16:00:23.851 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:00:23.854 INFO:teuthology.orchestra.run.smithi191.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-14T16:00:23.946 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-14T16:00:23.946 INFO:teuthology.orchestra.run.smithi191.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-14T16:00:25.139 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-14T16:00:25.139 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-base-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/34 2024-04-14T16:00:25.139 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 2/34 2024-04-14T16:00:25.139 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-radosgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 3/34 2024-04-14T16:00:25.139 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-selinux-2:19.0.0-2778.ga971fd5f.el9.x86_64 4/34 2024-04-14T16:00:25.139 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : libcephfs2-2:19.0.0-2778.ga971fd5f.el9.x86_64 5/34 2024-04-14T16:00:25.139 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : libradosstriper1-2:19.0.0-2778.ga971fd5f.el9.x86_6 6/34 2024-04-14T16:00:25.139 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : librgw2-2:19.0.0-2778.ga971fd5f.el9.x86_64 7/34 2024-04-14T16:00:25.139 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2778.ga971fd5f.el9. 8/34 2024-04-14T16:00:25.139 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-ceph-common-2:19.0.0-2778.ga971fd5f.el9.x8 9/34 2024-04-14T16:00:25.140 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-cephfs-2:19.0.0-2778.ga971fd5f.el9.x86_64 10/34 2024-04-14T16:00:25.140 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-rados-2:19.0.0-2778.ga971fd5f.el9.x86_64 11/34 2024-04-14T16:00:25.140 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-rbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 12/34 2024-04-14T16:00:25.140 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-rgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 13/34 2024-04-14T16:00:25.140 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-14T16:00:25.140 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-14T16:00:25.140 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-14T16:00:25.140 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-14T16:00:25.140 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-14T16:00:25.140 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-14T16:00:25.140 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-14T16:00:25.140 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-14T16:00:25.140 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-14T16:00:25.140 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-14T16:00:25.141 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-14T16:00:25.141 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-14T16:00:25.141 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-14T16:00:25.141 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-14T16:00:25.141 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-14T16:00:25.141 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-14T16:00:25.141 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-14T16:00:25.141 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : librados2-2:19.0.0-2778.ga971fd5f.el9.x86_64 31/34 2024-04-14T16:00:25.141 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-14T16:00:25.141 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : librbd1-2:19.0.0-2778.ga971fd5f.el9.x86_64 33/34 2024-04-14T16:00:26.290 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-14T16:00:26.290 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:00:26.291 INFO:teuthology.orchestra.run.smithi191.stdout:Upgraded: 2024-04-14T16:00:26.291 INFO:teuthology.orchestra.run.smithi191.stdout: librados2-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:26.291 INFO:teuthology.orchestra.run.smithi191.stdout: librbd1-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:26.291 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-14T16:00:26.291 INFO:teuthology.orchestra.run.smithi191.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-14T16:00:26.291 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-base-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:26.291 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:26.291 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-radosgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:26.291 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-selinux-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:26.291 INFO:teuthology.orchestra.run.smithi191.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-14T16:00:26.291 INFO:teuthology.orchestra.run.smithi191.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-14T16:00:26.292 INFO:teuthology.orchestra.run.smithi191.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-14T16:00:26.292 INFO:teuthology.orchestra.run.smithi191.stdout: libcephfs2-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:26.292 INFO:teuthology.orchestra.run.smithi191.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-14T16:00:26.292 INFO:teuthology.orchestra.run.smithi191.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-14T16:00:26.292 INFO:teuthology.orchestra.run.smithi191.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-14T16:00:26.292 INFO:teuthology.orchestra.run.smithi191.stdout: libradosstriper1-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:26.292 INFO:teuthology.orchestra.run.smithi191.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-14T16:00:26.292 INFO:teuthology.orchestra.run.smithi191.stdout: librgw2-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:26.292 INFO:teuthology.orchestra.run.smithi191.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-14T16:00:26.292 INFO:teuthology.orchestra.run.smithi191.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-14T16:00:26.292 INFO:teuthology.orchestra.run.smithi191.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-14T16:00:26.293 INFO:teuthology.orchestra.run.smithi191.stdout: python3-ceph-argparse-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:26.293 INFO:teuthology.orchestra.run.smithi191.stdout: python3-ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:26.293 INFO:teuthology.orchestra.run.smithi191.stdout: python3-cephfs-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:26.293 INFO:teuthology.orchestra.run.smithi191.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-14T16:00:26.293 INFO:teuthology.orchestra.run.smithi191.stdout: python3-rados-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:26.293 INFO:teuthology.orchestra.run.smithi191.stdout: python3-rbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:26.293 INFO:teuthology.orchestra.run.smithi191.stdout: python3-rgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:26.293 INFO:teuthology.orchestra.run.smithi191.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-14T16:00:26.293 INFO:teuthology.orchestra.run.smithi191.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-14T16:00:26.293 INFO:teuthology.orchestra.run.smithi191.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-14T16:00:26.293 INFO:teuthology.orchestra.run.smithi191.stdout: re2-1:20211101-3.el9.x86_64 2024-04-14T16:00:26.293 INFO:teuthology.orchestra.run.smithi191.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-14T16:00:26.294 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:00:26.294 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-14T16:00:26.586 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph-test 2024-04-14T16:00:27.178 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:00:29 ago on Sun 14 Apr 2024 03:59:58 PM UTC. 2024-04-14T16:00:27.470 INFO:teuthology.orchestra.run.smithi191.stderr:Modular dependency problems: 2024-04-14T16:00:27.470 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T16:00:27.470 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 1: conflicting requests 2024-04-14T16:00:27.470 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.470 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 2: conflicting requests 2024-04-14T16:00:27.471 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.471 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 3: conflicting requests 2024-04-14T16:00:27.471 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.471 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 4: conflicting requests 2024-04-14T16:00:27.471 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.471 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 5: conflicting requests 2024-04-14T16:00:27.471 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.471 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 6: conflicting requests 2024-04-14T16:00:27.471 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.471 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 7: conflicting requests 2024-04-14T16:00:27.471 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.471 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 8: conflicting requests 2024-04-14T16:00:27.472 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.472 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 9: conflicting requests 2024-04-14T16:00:27.472 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.472 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 10: conflicting requests 2024-04-14T16:00:27.472 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.472 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 11: conflicting requests 2024-04-14T16:00:27.472 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.472 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 12: conflicting requests 2024-04-14T16:00:27.472 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.472 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 13: conflicting requests 2024-04-14T16:00:27.472 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.472 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 14: conflicting requests 2024-04-14T16:00:27.473 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.473 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 15: conflicting requests 2024-04-14T16:00:27.473 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.473 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 16: conflicting requests 2024-04-14T16:00:27.473 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.473 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 17: conflicting requests 2024-04-14T16:00:27.473 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.473 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 18: conflicting requests 2024-04-14T16:00:27.473 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.473 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 19: conflicting requests 2024-04-14T16:00:27.473 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.473 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 20: conflicting requests 2024-04-14T16:00:27.473 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.474 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 21: conflicting requests 2024-04-14T16:00:27.474 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.474 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 22: conflicting requests 2024-04-14T16:00:27.474 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.474 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 23: conflicting requests 2024-04-14T16:00:27.474 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.474 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 24: conflicting requests 2024-04-14T16:00:27.474 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.474 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 25: conflicting requests 2024-04-14T16:00:27.474 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.474 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 26: conflicting requests 2024-04-14T16:00:27.474 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.474 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 27: conflicting requests 2024-04-14T16:00:27.475 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.475 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 28: conflicting requests 2024-04-14T16:00:27.475 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.475 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 29: conflicting requests 2024-04-14T16:00:27.475 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.475 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 30: conflicting requests 2024-04-14T16:00:27.475 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.475 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 31: conflicting requests 2024-04-14T16:00:27.475 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.475 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 32: conflicting requests 2024-04-14T16:00:27.475 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.475 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 33: conflicting requests 2024-04-14T16:00:27.475 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.476 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 34: conflicting requests 2024-04-14T16:00:27.476 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.476 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 35: conflicting requests 2024-04-14T16:00:27.476 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.476 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 36: conflicting requests 2024-04-14T16:00:27.476 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.476 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 37: conflicting requests 2024-04-14T16:00:27.476 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.476 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.476 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.476 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:00:27.476 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.476 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.477 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.477 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.477 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 39: conflicting requests 2024-04-14T16:00:27.477 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.477 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.477 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.477 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.477 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.477 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.477 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:00:27.477 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.477 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.477 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.477 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.478 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:00:27.478 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.478 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.478 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.478 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.478 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:00:27.478 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.478 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.478 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.479 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.479 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:00:27.479 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.479 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.479 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.479 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.479 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:00:27.479 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.479 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.479 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.479 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.480 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:00:27.480 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.480 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.480 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.480 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:00:27.541 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-14T16:00:27.541 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:00:27.541 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repository Size 2024-04-14T16:00:27.541 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:00:27.541 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-14T16:00:27.541 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-test x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 49 M 2024-04-14T16:00:27.541 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2024-04-14T16:00:27.542 INFO:teuthology.orchestra.run.smithi191.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-14T16:00:27.542 INFO:teuthology.orchestra.run.smithi191.stdout: libcephsqlite x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 163 k 2024-04-14T16:00:27.542 INFO:teuthology.orchestra.run.smithi191.stdout: oniguruma x86_64 6.9.6-1.el9.5 baseos 218 k 2024-04-14T16:00:27.542 INFO:teuthology.orchestra.run.smithi191.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-14T16:00:27.542 INFO:teuthology.orchestra.run.smithi191.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-14T16:00:27.542 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:00:27.542 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-14T16:00:27.542 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:00:27.542 INFO:teuthology.orchestra.run.smithi191.stdout:Install 6 Packages 2024-04-14T16:00:27.542 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:00:27.543 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 49 M 2024-04-14T16:00:27.543 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 210 M 2024-04-14T16:00:27.543 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-14T16:00:28.191 INFO:teuthology.orchestra.run.smithi191.stdout:(1/6): jq-1.6-16.el9.x86_64.rpm 714 kB/s | 187 kB 00:00 2024-04-14T16:00:28.211 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2778.ga971fd5f.el9.x86_64 5/6 2024-04-14T16:00:28.275 INFO:teuthology.orchestra.run.smithi191.stdout:(2/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.6 MB/s | 218 kB 00:00 2024-04-14T16:00:28.287 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-test-2:19.0.0-2778.ga971fd5f.el9.x86_64 6/6 2024-04-14T16:00:28.775 INFO:teuthology.orchestra.run.smithi191.stdout:(3/6): libcephsqlite-19.0.0-2778.ga971fd5f.el9. 193 kB/s | 163 kB 00:00 2024-04-14T16:00:29.242 INFO:teuthology.orchestra.run.smithi191.stdout:(4/6): socat-1.7.4.1-5.el9.x86_64.rpm 315 kB/s | 305 kB 00:00 2024-04-14T16:00:29.442 INFO:teuthology.orchestra.run.smithi191.stdout:(5/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 95 kB/s | 64 kB 00:00 2024-04-14T16:00:30.326 INFO:teuthology.orchestra.run.smithi191.stdout:(6/6): ceph-test-19.0.0-2778.ga971fd5f.el9.x86_ 20 MB/s | 49 MB 00:02 2024-04-14T16:00:30.329 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:00:30.329 INFO:teuthology.orchestra.run.smithi191.stdout:Total 18 MB/s | 49 MB 00:02 2024-04-14T16:00:30.379 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-14T16:00:30.400 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-14T16:00:30.400 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-14T16:00:30.786 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-14T16:00:30.787 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-14T16:00:30.800 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-test-2:19.0.0-2778.ga971fd5f.el9.x86_64 6/6 2024-04-14T16:00:30.801 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-test-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/6 2024-04-14T16:00:30.801 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : libcephsqlite-2:19.0.0-2778.ga971fd5f.el9.x86_64 2/6 2024-04-14T16:00:30.801 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2024-04-14T16:00:30.801 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2024-04-14T16:00:30.801 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2024-04-14T16:00:31.197 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2024-04-14T16:00:31.197 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:31.197 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-04-14T16:00:31.197 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-test-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:31.197 INFO:teuthology.orchestra.run.smithi129.stdout: jq-1.6-16.el9.x86_64 2024-04-14T16:00:31.197 INFO:teuthology.orchestra.run.smithi129.stdout: libcephsqlite-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:31.197 INFO:teuthology.orchestra.run.smithi129.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-14T16:00:31.198 INFO:teuthology.orchestra.run.smithi129.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-14T16:00:31.198 INFO:teuthology.orchestra.run.smithi129.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-14T16:00:31.198 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:31.198 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-14T16:00:31.366 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-14T16:00:31.457 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-14T16:00:31.501 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-14T16:00:31.502 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install ceph 2024-04-14T16:00:31.557 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-14T16:00:31.593 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-14T16:00:31.621 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : libcephsqlite-2:19.0.0-2778.ga971fd5f.el9.x86_64 5/6 2024-04-14T16:00:32.096 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:00:43 ago on Sun 14 Apr 2024 03:59:49 PM UTC. 2024-04-14T16:00:32.391 INFO:teuthology.orchestra.run.smithi129.stderr:Modular dependency problems: 2024-04-14T16:00:32.391 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T16:00:32.391 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 1: conflicting requests 2024-04-14T16:00:32.391 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.391 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 2: conflicting requests 2024-04-14T16:00:32.391 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.392 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 3: conflicting requests 2024-04-14T16:00:32.392 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.392 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 4: conflicting requests 2024-04-14T16:00:32.392 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.392 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 5: conflicting requests 2024-04-14T16:00:32.392 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.392 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 6: conflicting requests 2024-04-14T16:00:32.392 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.392 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 7: conflicting requests 2024-04-14T16:00:32.392 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.392 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 8: conflicting requests 2024-04-14T16:00:32.392 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.392 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 9: conflicting requests 2024-04-14T16:00:32.393 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.393 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 10: conflicting requests 2024-04-14T16:00:32.393 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.393 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 11: conflicting requests 2024-04-14T16:00:32.393 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.393 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 12: conflicting requests 2024-04-14T16:00:32.393 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.393 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 13: conflicting requests 2024-04-14T16:00:32.393 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.393 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 14: conflicting requests 2024-04-14T16:00:32.393 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.393 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 15: conflicting requests 2024-04-14T16:00:32.394 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.394 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 16: conflicting requests 2024-04-14T16:00:32.394 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.394 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 17: conflicting requests 2024-04-14T16:00:32.394 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.394 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 18: conflicting requests 2024-04-14T16:00:32.394 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.394 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 19: conflicting requests 2024-04-14T16:00:32.394 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.394 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 20: conflicting requests 2024-04-14T16:00:32.394 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.394 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 21: conflicting requests 2024-04-14T16:00:32.394 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.395 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 22: conflicting requests 2024-04-14T16:00:32.395 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.395 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 23: conflicting requests 2024-04-14T16:00:32.395 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.395 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 24: conflicting requests 2024-04-14T16:00:32.395 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.395 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 25: conflicting requests 2024-04-14T16:00:32.395 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.395 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 26: conflicting requests 2024-04-14T16:00:32.395 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.395 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 27: conflicting requests 2024-04-14T16:00:32.395 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.395 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 28: conflicting requests 2024-04-14T16:00:32.395 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.396 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 29: conflicting requests 2024-04-14T16:00:32.396 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.396 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 30: conflicting requests 2024-04-14T16:00:32.396 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.396 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 31: conflicting requests 2024-04-14T16:00:32.396 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.396 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 32: conflicting requests 2024-04-14T16:00:32.396 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.396 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 33: conflicting requests 2024-04-14T16:00:32.396 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.396 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 34: conflicting requests 2024-04-14T16:00:32.396 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.396 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 35: conflicting requests 2024-04-14T16:00:32.396 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.397 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 36: conflicting requests 2024-04-14T16:00:32.397 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.397 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 37: conflicting requests 2024-04-14T16:00:32.397 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.397 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.397 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.397 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:00:32.397 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.397 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.397 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.397 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.397 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 39: conflicting requests 2024-04-14T16:00:32.397 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.397 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.397 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.398 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.398 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.398 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.398 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:00:32.398 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.398 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.398 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.398 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.399 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:00:32.399 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.399 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.399 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.399 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.399 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:00:32.399 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.399 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.399 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.399 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.400 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:00:32.400 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.400 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.400 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.400 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.400 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:00:32.400 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.400 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.400 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.400 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.400 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:00:32.400 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.400 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.400 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.401 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:00:32.474 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-14T16:00:32.477 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:00:32.477 INFO:teuthology.orchestra.run.smithi129.stdout: Package Arch Version Repository Size 2024-04-14T16:00:32.477 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:00:32.477 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-04-14T16:00:32.477 INFO:teuthology.orchestra.run.smithi129.stdout: ceph x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 6.6 k 2024-04-14T16:00:32.477 INFO:teuthology.orchestra.run.smithi129.stdout:Installing dependencies: 2024-04-14T16:00:32.477 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-mds x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 2.4 M 2024-04-14T16:00:32.477 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-mgr x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 1.5 M 2024-04-14T16:00:32.477 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 249 k 2024-04-14T16:00:32.477 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-mon x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 4.7 M 2024-04-14T16:00:32.478 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-osd x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 17 M 2024-04-14T16:00:32.478 INFO:teuthology.orchestra.run.smithi129.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-14T16:00:32.478 INFO:teuthology.orchestra.run.smithi129.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-14T16:00:32.478 INFO:teuthology.orchestra.run.smithi129.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-14T16:00:32.478 INFO:teuthology.orchestra.run.smithi129.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-14T16:00:32.478 INFO:teuthology.orchestra.run.smithi129.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-14T16:00:32.478 INFO:teuthology.orchestra.run.smithi129.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-14T16:00:32.478 INFO:teuthology.orchestra.run.smithi129.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-14T16:00:32.478 INFO:teuthology.orchestra.run.smithi129.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-14T16:00:32.478 INFO:teuthology.orchestra.run.smithi129.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-14T16:00:32.478 INFO:teuthology.orchestra.run.smithi129.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-14T16:00:32.478 INFO:teuthology.orchestra.run.smithi129.stdout: python3-jaraco-collections 2024-04-14T16:00:32.478 INFO:teuthology.orchestra.run.smithi129.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-14T16:00:32.479 INFO:teuthology.orchestra.run.smithi129.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-14T16:00:32.479 INFO:teuthology.orchestra.run.smithi129.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-14T16:00:32.479 INFO:teuthology.orchestra.run.smithi129.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-14T16:00:32.479 INFO:teuthology.orchestra.run.smithi129.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-14T16:00:32.479 INFO:teuthology.orchestra.run.smithi129.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-14T16:00:32.479 INFO:teuthology.orchestra.run.smithi129.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-14T16:00:32.479 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-14T16:00:32.479 INFO:teuthology.orchestra.run.smithi129.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-14T16:00:32.479 INFO:teuthology.orchestra.run.smithi129.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-14T16:00:32.479 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-14T16:00:32.479 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-14T16:00:32.479 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-14T16:00:32.479 INFO:teuthology.orchestra.run.smithi129.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-14T16:00:32.479 INFO:teuthology.orchestra.run.smithi129.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-14T16:00:32.480 INFO:teuthology.orchestra.run.smithi129.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-14T16:00:32.480 INFO:teuthology.orchestra.run.smithi129.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-14T16:00:32.480 INFO:teuthology.orchestra.run.smithi129.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-14T16:00:32.480 INFO:teuthology.orchestra.run.smithi129.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-14T16:00:32.480 INFO:teuthology.orchestra.run.smithi129.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-14T16:00:32.480 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:32.480 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-04-14T16:00:32.480 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:00:32.480 INFO:teuthology.orchestra.run.smithi129.stdout:Install 36 Packages 2024-04-14T16:00:32.480 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:32.481 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 30 M 2024-04-14T16:00:32.481 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 108 M 2024-04-14T16:00:32.481 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-04-14T16:00:33.269 INFO:teuthology.orchestra.run.smithi129.stdout:(1/36): ceph-19.0.0-2778.ga971fd5f.el9.x86_64.r 27 kB/s | 6.6 kB 00:00 2024-04-14T16:00:33.444 INFO:teuthology.orchestra.run.smithi129.stdout:(2/36): ceph-mds-19.0.0-2778.ga971fd5f.el9.x86_ 5.7 MB/s | 2.4 MB 00:00 2024-04-14T16:00:33.911 INFO:teuthology.orchestra.run.smithi129.stdout:(3/36): ceph-mgr-19.0.0-2778.ga971fd5f.el9.x86_ 1.7 MB/s | 1.5 MB 00:00 2024-04-14T16:00:34.161 INFO:teuthology.orchestra.run.smithi129.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2778.ga971 995 kB/s | 249 kB 00:00 2024-04-14T16:00:34.404 INFO:teuthology.orchestra.run.smithi129.stdout:(5/36): ceph-osd-19.0.0-2778.ga971fd5f.el9.x86_ 18 MB/s | 17 MB 00:00 2024-04-14T16:00:34.504 INFO:teuthology.orchestra.run.smithi129.stdout:(6/36): ceph-mon-19.0.0-2778.ga971fd5f.el9.x86_ 3.8 MB/s | 4.7 MB 00:01 2024-04-14T16:00:34.587 INFO:teuthology.orchestra.run.smithi129.stdout:(7/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 595 kB/s | 253 kB 00:00 2024-04-14T16:00:34.638 INFO:teuthology.orchestra.run.smithi129.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.6 MB/s | 135 kB 00:00 2024-04-14T16:00:34.663 INFO:teuthology.orchestra.run.smithi129.stdout:(9/36): python3-ply-3.11-14.el9.noarch.rpm 671 kB/s | 106 kB 00:00 2024-04-14T16:00:34.696 INFO:teuthology.orchestra.run.smithi129.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 2.1 MB/s | 125 kB 00:00 2024-04-14T16:00:34.746 INFO:teuthology.orchestra.run.smithi129.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.5 MB/s | 215 kB 00:00 2024-04-14T16:00:34.872 INFO:teuthology.orchestra.run.smithi129.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 2.6 MB/s | 1.2 MB 00:00 2024-04-14T16:00:34.964 INFO:teuthology.orchestra.run.smithi129.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 706 kB/s | 188 kB 00:00 2024-04-14T16:00:34.989 INFO:teuthology.orchestra.run.smithi129.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 711 kB/s | 172 kB 00:00 2024-04-14T16:00:35.023 INFO:teuthology.orchestra.run.smithi129.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 231 kB/s | 35 kB 00:00 2024-04-14T16:00:35.050 INFO:teuthology.orchestra.run.smithi129.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 613 kB/s | 51 kB 00:00 2024-04-14T16:00:35.073 INFO:teuthology.orchestra.run.smithi129.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 497 kB/s | 42 kB 00:00 2024-04-14T16:00:35.098 INFO:teuthology.orchestra.run.smithi129.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 296 kB/s | 22 kB 00:00 2024-04-14T16:00:35.357 INFO:teuthology.orchestra.run.smithi129.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 153 kB/s | 43 kB 00:00 2024-04-14T16:00:35.441 INFO:teuthology.orchestra.run.smithi129.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 385 kB/s | 151 kB 00:00 2024-04-14T16:00:35.482 INFO:teuthology.orchestra.run.smithi129.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 447 kB/s | 172 kB 00:00 2024-04-14T16:00:35.499 INFO:teuthology.orchestra.run.smithi129.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 183 kB/s | 11 kB 00:00 2024-04-14T16:00:35.533 INFO:teuthology.orchestra.run.smithi129.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 352 kB/s | 18 kB 00:00 2024-04-14T16:00:35.558 INFO:teuthology.orchestra.run.smithi129.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 395 kB/s | 23 kB 00:00 2024-04-14T16:00:35.592 INFO:teuthology.orchestra.run.smithi129.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 330 kB/s | 19 kB 00:00 2024-04-14T16:00:35.625 INFO:teuthology.orchestra.run.smithi129.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 293 kB/s | 20 kB 00:00 2024-04-14T16:00:35.651 INFO:teuthology.orchestra.run.smithi129.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 790 kB/s | 46 kB 00:00 2024-04-14T16:00:35.695 INFO:teuthology.orchestra.run.smithi129.stdout:(28/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.0 MB/s | 358 kB 00:00 2024-04-14T16:00:35.728 INFO:teuthology.orchestra.run.smithi129.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 768 kB/s | 79 kB 00:00 2024-04-14T16:00:35.745 INFO:teuthology.orchestra.run.smithi129.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 326 kB/s | 16 kB 00:00 2024-04-14T16:00:35.804 INFO:teuthology.orchestra.run.smithi129.stdout:(31/36): python3-tempora-5.0.0-2.el9.noarch.rpm 611 kB/s | 36 kB 00:00 2024-04-14T16:00:35.829 INFO:teuthology.orchestra.run.smithi129.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 893 kB/s | 90 kB 00:00 2024-04-14T16:00:35.896 INFO:teuthology.orchestra.run.smithi129.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.1 MB/s | 272 kB 00:00 2024-04-14T16:00:35.963 INFO:teuthology.orchestra.run.smithi129.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 299 kB/s | 20 kB 00:00 2024-04-14T16:00:35.997 INFO:teuthology.orchestra.run.smithi129.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.2 MB/s | 230 kB 00:00 2024-04-14T16:00:36.114 INFO:teuthology.orchestra.run.smithi129.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.5 MB/s | 427 kB 00:00 2024-04-14T16:00:36.119 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:00:36.119 INFO:teuthology.orchestra.run.smithi129.stdout:Total 8.3 MB/s | 30 MB 00:03 2024-04-14T16:00:36.203 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2778.ga971fd5f.el9.x86_64 5/6 2024-04-14T16:00:36.252 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-04-14T16:00:36.278 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-test-2:19.0.0-2778.ga971fd5f.el9.x86_64 6/6 2024-04-14T16:00:36.292 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-04-14T16:00:36.292 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-04-14T16:00:36.733 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-04-14T16:00:36.733 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-04-14T16:00:38.065 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-04-14T16:00:38.124 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-14T16:00:38.168 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-14T16:00:38.202 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-14T16:00:38.274 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-14T16:00:38.326 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-14T16:00:38.359 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-14T16:00:38.452 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-14T16:00:38.537 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-14T16:00:38.579 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-14T16:00:38.613 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-14T16:00:38.643 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-14T16:00:38.678 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-14T16:00:38.711 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-14T16:00:38.752 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-14T16:00:38.787 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-14T16:00:38.821 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-14T16:00:38.852 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-14T16:00:38.913 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-test-2:19.0.0-2778.ga971fd5f.el9.x86_64 6/6 2024-04-14T16:00:38.914 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-test-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/6 2024-04-14T16:00:38.914 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : libcephsqlite-2:19.0.0-2778.ga971fd5f.el9.x86_64 2/6 2024-04-14T16:00:38.914 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2024-04-14T16:00:38.914 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2024-04-14T16:00:38.914 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2024-04-14T16:00:38.925 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-14T16:00:39.062 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-14T16:00:39.143 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-14T16:00:39.197 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-14T16:00:39.235 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-14T16:00:39.264 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2024-04-14T16:00:39.264 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:00:39.264 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-14T16:00:39.265 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-test-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:39.265 INFO:teuthology.orchestra.run.smithi191.stdout: jq-1.6-16.el9.x86_64 2024-04-14T16:00:39.265 INFO:teuthology.orchestra.run.smithi191.stdout: libcephsqlite-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:39.265 INFO:teuthology.orchestra.run.smithi191.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-14T16:00:39.265 INFO:teuthology.orchestra.run.smithi191.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-14T16:00:39.265 INFO:teuthology.orchestra.run.smithi191.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-14T16:00:39.265 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:00:39.265 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-14T16:00:39.284 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-14T16:00:39.339 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-14T16:00:39.535 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-14T16:00:39.598 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-14T16:00:39.618 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph 2024-04-14T16:00:39.677 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-14T16:00:39.773 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-14T16:00:39.805 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-14T16:00:39.921 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-14T16:00:40.081 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2778.ga971fd5f.el9. 31/36 2024-04-14T16:00:40.108 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-mgr-2:19.0.0-2778.ga971fd5f.el9.x86_64 32/36 2024-04-14T16:00:40.134 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2778.ga971fd5f.el9.x86_64 32/36 2024-04-14T16:00:40.134 INFO:teuthology.orchestra.run.smithi129.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T16:00:40.134 INFO:teuthology.orchestra.run.smithi129.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-14T16:00:40.134 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-14T16:00:40.134 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-14T16:00:40.134 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:40.231 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:00:42 ago on Sun 14 Apr 2024 03:59:58 PM UTC. 2024-04-14T16:00:40.534 INFO:teuthology.orchestra.run.smithi191.stderr:Modular dependency problems: 2024-04-14T16:00:40.534 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T16:00:40.535 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 1: conflicting requests 2024-04-14T16:00:40.535 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.535 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 2: conflicting requests 2024-04-14T16:00:40.535 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.535 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 3: conflicting requests 2024-04-14T16:00:40.535 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.535 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 4: conflicting requests 2024-04-14T16:00:40.535 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.535 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 5: conflicting requests 2024-04-14T16:00:40.535 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.536 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 6: conflicting requests 2024-04-14T16:00:40.536 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.536 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 7: conflicting requests 2024-04-14T16:00:40.536 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.536 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 8: conflicting requests 2024-04-14T16:00:40.536 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.536 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 9: conflicting requests 2024-04-14T16:00:40.536 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.536 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 10: conflicting requests 2024-04-14T16:00:40.536 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.536 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 11: conflicting requests 2024-04-14T16:00:40.536 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.537 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 12: conflicting requests 2024-04-14T16:00:40.537 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.537 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 13: conflicting requests 2024-04-14T16:00:40.537 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.537 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 14: conflicting requests 2024-04-14T16:00:40.537 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.537 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 15: conflicting requests 2024-04-14T16:00:40.537 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.537 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 16: conflicting requests 2024-04-14T16:00:40.537 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.537 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 17: conflicting requests 2024-04-14T16:00:40.538 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.538 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 18: conflicting requests 2024-04-14T16:00:40.538 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.538 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 19: conflicting requests 2024-04-14T16:00:40.538 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.538 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 20: conflicting requests 2024-04-14T16:00:40.538 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.538 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 21: conflicting requests 2024-04-14T16:00:40.538 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.538 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 22: conflicting requests 2024-04-14T16:00:40.538 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.539 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 23: conflicting requests 2024-04-14T16:00:40.539 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.539 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 24: conflicting requests 2024-04-14T16:00:40.539 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.539 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 25: conflicting requests 2024-04-14T16:00:40.539 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.539 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 26: conflicting requests 2024-04-14T16:00:40.540 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.540 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 27: conflicting requests 2024-04-14T16:00:40.540 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.540 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 28: conflicting requests 2024-04-14T16:00:40.540 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.541 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 29: conflicting requests 2024-04-14T16:00:40.541 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.541 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 30: conflicting requests 2024-04-14T16:00:40.541 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.541 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 31: conflicting requests 2024-04-14T16:00:40.541 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.541 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 32: conflicting requests 2024-04-14T16:00:40.541 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.541 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 33: conflicting requests 2024-04-14T16:00:40.541 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.541 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 34: conflicting requests 2024-04-14T16:00:40.542 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.542 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 35: conflicting requests 2024-04-14T16:00:40.542 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.542 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 36: conflicting requests 2024-04-14T16:00:40.542 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.542 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 37: conflicting requests 2024-04-14T16:00:40.542 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.542 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.542 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.542 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:00:40.542 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.543 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.543 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.543 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.543 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 39: conflicting requests 2024-04-14T16:00:40.543 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.543 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.543 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.543 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.543 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.543 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.543 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:00:40.543 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.543 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.544 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.544 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.544 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:00:40.544 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.544 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.544 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.544 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.544 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:00:40.544 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.544 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.544 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.545 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.545 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:00:40.545 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.545 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.545 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.545 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.545 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:00:40.545 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.545 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.545 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.545 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.545 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:00:40.546 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.546 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.546 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.546 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:00:40.619 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-14T16:00:40.621 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:00:40.621 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repository Size 2024-04-14T16:00:40.621 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:00:40.621 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-14T16:00:40.622 INFO:teuthology.orchestra.run.smithi191.stdout: ceph x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 6.6 k 2024-04-14T16:00:40.622 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2024-04-14T16:00:40.622 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mds x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 2.4 M 2024-04-14T16:00:40.622 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mgr x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 1.5 M 2024-04-14T16:00:40.622 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 249 k 2024-04-14T16:00:40.622 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mon x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 4.7 M 2024-04-14T16:00:40.622 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-osd x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 17 M 2024-04-14T16:00:40.622 INFO:teuthology.orchestra.run.smithi191.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-14T16:00:40.622 INFO:teuthology.orchestra.run.smithi191.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-14T16:00:40.622 INFO:teuthology.orchestra.run.smithi191.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-14T16:00:40.622 INFO:teuthology.orchestra.run.smithi191.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-14T16:00:40.622 INFO:teuthology.orchestra.run.smithi191.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-14T16:00:40.622 INFO:teuthology.orchestra.run.smithi191.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-14T16:00:40.622 INFO:teuthology.orchestra.run.smithi191.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-14T16:00:40.623 INFO:teuthology.orchestra.run.smithi191.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-14T16:00:40.623 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-14T16:00:40.623 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-14T16:00:40.623 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jaraco-collections 2024-04-14T16:00:40.623 INFO:teuthology.orchestra.run.smithi191.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-14T16:00:40.623 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-14T16:00:40.623 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-14T16:00:40.623 INFO:teuthology.orchestra.run.smithi191.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-14T16:00:40.623 INFO:teuthology.orchestra.run.smithi191.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-14T16:00:40.623 INFO:teuthology.orchestra.run.smithi191.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-14T16:00:40.623 INFO:teuthology.orchestra.run.smithi191.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-14T16:00:40.623 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-14T16:00:40.623 INFO:teuthology.orchestra.run.smithi191.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-14T16:00:40.624 INFO:teuthology.orchestra.run.smithi191.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-14T16:00:40.624 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-14T16:00:40.624 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-14T16:00:40.624 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-14T16:00:40.624 INFO:teuthology.orchestra.run.smithi191.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-14T16:00:40.624 INFO:teuthology.orchestra.run.smithi191.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-14T16:00:40.624 INFO:teuthology.orchestra.run.smithi191.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-14T16:00:40.624 INFO:teuthology.orchestra.run.smithi191.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-14T16:00:40.624 INFO:teuthology.orchestra.run.smithi191.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-14T16:00:40.624 INFO:teuthology.orchestra.run.smithi191.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-14T16:00:40.624 INFO:teuthology.orchestra.run.smithi191.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-14T16:00:40.624 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:00:40.624 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-14T16:00:40.624 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:00:40.624 INFO:teuthology.orchestra.run.smithi191.stdout:Install 36 Packages 2024-04-14T16:00:40.625 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:00:40.625 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 30 M 2024-04-14T16:00:40.625 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 108 M 2024-04-14T16:00:40.625 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-14T16:00:41.328 INFO:teuthology.orchestra.run.smithi191.stdout:(1/36): ceph-19.0.0-2778.ga971fd5f.el9.x86_64.r 46 kB/s | 6.6 kB 00:00 2024-04-14T16:00:41.601 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-osd-2:19.0.0-2778.ga971fd5f.el9.x86_64 33/36 2024-04-14T16:00:41.627 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-osd-2:19.0.0-2778.ga971fd5f.el9.x86_64 33/36 2024-04-14T16:00:41.627 INFO:teuthology.orchestra.run.smithi129.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T16:00:41.627 INFO:teuthology.orchestra.run.smithi129.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-14T16:00:41.627 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-14T16:00:41.627 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-14T16:00:41.627 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:41.712 INFO:teuthology.orchestra.run.smithi191.stdout:(2/36): ceph-mon-19.0.0-2778.ga971fd5f.el9.x86_ 12 MB/s | 4.7 MB 00:00 2024-04-14T16:00:41.928 INFO:teuthology.orchestra.run.smithi191.stdout:(3/36): ceph-mgr-19.0.0-2778.ga971fd5f.el9.x86_ 2.0 MB/s | 1.5 MB 00:00 2024-04-14T16:00:42.076 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-mon-2:19.0.0-2778.ga971fd5f.el9.x86_64 34/36 2024-04-14T16:00:42.099 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-mon-2:19.0.0-2778.ga971fd5f.el9.x86_64 34/36 2024-04-14T16:00:42.100 INFO:teuthology.orchestra.run.smithi129.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T16:00:42.100 INFO:teuthology.orchestra.run.smithi129.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-14T16:00:42.100 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-14T16:00:42.100 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-14T16:00:42.100 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:42.328 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-mds-2:19.0.0-2778.ga971fd5f.el9.x86_64 35/36 2024-04-14T16:00:42.350 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-mds-2:19.0.0-2778.ga971fd5f.el9.x86_64 35/36 2024-04-14T16:00:42.350 INFO:teuthology.orchestra.run.smithi129.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T16:00:42.350 INFO:teuthology.orchestra.run.smithi129.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-14T16:00:42.350 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-14T16:00:42.351 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-14T16:00:42.351 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:42.416 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-2:19.0.0-2778.ga971fd5f.el9.x86_64 36/36 2024-04-14T16:00:42.520 INFO:teuthology.orchestra.run.smithi191.stdout:(4/36): ceph-osd-19.0.0-2778.ga971fd5f.el9.x86_ 21 MB/s | 17 MB 00:00 2024-04-14T16:00:42.612 INFO:teuthology.orchestra.run.smithi191.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.7 MB/s | 253 kB 00:00 2024-04-14T16:00:42.654 INFO:teuthology.orchestra.run.smithi191.stdout:(6/36): ceph-mgr-modules-core-19.0.0-2778.ga971 343 kB/s | 249 kB 00:00 2024-04-14T16:00:42.729 INFO:teuthology.orchestra.run.smithi191.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.4 MB/s | 106 kB 00:00 2024-04-14T16:00:42.771 INFO:teuthology.orchestra.run.smithi191.stdout:(8/36): python3-cryptography-36.0.1-4.el9.x86_6 7.7 MB/s | 1.2 MB 00:00 2024-04-14T16:00:42.846 INFO:teuthology.orchestra.run.smithi191.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.1 MB/s | 135 kB 00:00 2024-04-14T16:00:42.872 INFO:teuthology.orchestra.run.smithi191.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 1.2 MB/s | 125 kB 00:00 2024-04-14T16:00:42.955 INFO:teuthology.orchestra.run.smithi191.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.9 MB/s | 215 kB 00:00 2024-04-14T16:00:43.031 INFO:teuthology.orchestra.run.smithi191.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 188 kB 00:00 2024-04-14T16:00:43.081 INFO:teuthology.orchestra.run.smithi191.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 696 kB/s | 35 kB 00:00 2024-04-14T16:00:43.115 INFO:teuthology.orchestra.run.smithi191.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-04-14T16:00:43.165 INFO:teuthology.orchestra.run.smithi191.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 611 kB/s | 51 kB 00:00 2024-04-14T16:00:43.191 INFO:teuthology.orchestra.run.smithi191.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 554 kB/s | 42 kB 00:00 2024-04-14T16:00:43.549 INFO:teuthology.orchestra.run.smithi191.stdout:(17/36): luarocks-3.9.2-1.el9.noarch.rpm 422 kB/s | 151 kB 00:00 2024-04-14T16:00:43.632 INFO:teuthology.orchestra.run.smithi191.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 521 kB/s | 43 kB 00:00 2024-04-14T16:00:43.741 INFO:teuthology.orchestra.run.smithi191.stdout:(19/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.6 MB/s | 172 kB 00:00 2024-04-14T16:00:43.766 INFO:teuthology.orchestra.run.smithi191.stdout:(20/36): lua-devel-5.4.4-4.el9.x86_64.rpm 37 kB/s | 22 kB 00:00 2024-04-14T16:00:43.883 INFO:teuthology.orchestra.run.smithi191.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.5 MB/s | 358 kB 00:00 2024-04-14T16:00:43.908 INFO:teuthology.orchestra.run.smithi191.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 75 kB/s | 11 kB 00:00 2024-04-14T16:00:43.950 INFO:teuthology.orchestra.run.smithi191.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 264 kB/s | 18 kB 00:00 2024-04-14T16:00:43.976 INFO:teuthology.orchestra.run.smithi191.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 345 kB/s | 23 kB 00:00 2024-04-14T16:00:44.017 INFO:teuthology.orchestra.run.smithi191.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 291 kB/s | 19 kB 00:00 2024-04-14T16:00:44.043 INFO:teuthology.orchestra.run.smithi191.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 294 kB/s | 20 kB 00:00 2024-04-14T16:00:44.093 INFO:teuthology.orchestra.run.smithi191.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 615 kB/s | 46 kB 00:00 2024-04-14T16:00:44.110 INFO:teuthology.orchestra.run.smithi191.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.1 MB/s | 79 kB 00:00 2024-04-14T16:00:44.177 INFO:teuthology.orchestra.run.smithi191.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 3.2 MB/s | 272 kB 00:00 2024-04-14T16:00:44.195 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-2:19.0.0-2778.ga971fd5f.el9.x86_64 36/36 2024-04-14T16:00:44.195 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/36 2024-04-14T16:00:44.195 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-mds-2:19.0.0-2778.ga971fd5f.el9.x86_64 2/36 2024-04-14T16:00:44.195 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-mgr-2:19.0.0-2778.ga971fd5f.el9.x86_64 3/36 2024-04-14T16:00:44.196 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-mon-2:19.0.0-2778.ga971fd5f.el9.x86_64 4/36 2024-04-14T16:00:44.196 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-osd-2:19.0.0-2778.ga971fd5f.el9.x86_64 5/36 2024-04-14T16:00:44.196 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2778.ga971fd5f.el9. 6/36 2024-04-14T16:00:44.196 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-14T16:00:44.196 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-14T16:00:44.196 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-14T16:00:44.196 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-14T16:00:44.196 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-14T16:00:44.196 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-14T16:00:44.196 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-14T16:00:44.196 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-14T16:00:44.196 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-14T16:00:44.196 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-14T16:00:44.196 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-14T16:00:44.197 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-14T16:00:44.197 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-14T16:00:44.197 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-14T16:00:44.197 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-14T16:00:44.197 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-14T16:00:44.197 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-14T16:00:44.197 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-14T16:00:44.198 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-14T16:00:44.198 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-14T16:00:44.198 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-14T16:00:44.198 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-14T16:00:44.198 INFO:teuthology.orchestra.run.smithi191.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 196 kB/s | 16 kB 00:00 2024-04-14T16:00:44.199 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-14T16:00:44.199 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-14T16:00:44.199 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-14T16:00:44.199 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-14T16:00:44.199 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-14T16:00:44.200 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-14T16:00:44.200 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-14T16:00:44.252 INFO:teuthology.orchestra.run.smithi191.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-04-14T16:00:44.269 INFO:teuthology.orchestra.run.smithi191.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 475 kB/s | 36 kB 00:00 2024-04-14T16:00:44.361 INFO:teuthology.orchestra.run.smithi191.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.1 MB/s | 230 kB 00:00 2024-04-14T16:00:44.387 INFO:teuthology.orchestra.run.smithi191.stdout:(34/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.6 MB/s | 427 kB 00:00 2024-04-14T16:00:44.428 INFO:teuthology.orchestra.run.smithi191.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 304 kB/s | 20 kB 00:00 2024-04-14T16:00:44.645 INFO:teuthology.orchestra.run.smithi191.stdout:(36/36): ceph-mds-19.0.0-2778.ga971fd5f.el9.x86 699 kB/s | 2.4 MB 00:03 2024-04-14T16:00:44.649 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:00:44.650 INFO:teuthology.orchestra.run.smithi191.stdout:Total 7.5 MB/s | 30 MB 00:04 2024-04-14T16:00:44.790 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-14T16:00:44.830 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-14T16:00:44.830 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-14T16:00:45.051 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-14T16:00:45.051 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:45.051 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-04-14T16:00:45.051 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:45.052 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-mds-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:45.052 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-mgr-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:45.052 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-mgr-modules-core-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T16:00:45.052 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-mon-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:45.052 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-osd-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:45.052 INFO:teuthology.orchestra.run.smithi129.stdout: lua-5.4.4-4.el9.x86_64 2024-04-14T16:00:45.053 INFO:teuthology.orchestra.run.smithi129.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-14T16:00:45.053 INFO:teuthology.orchestra.run.smithi129.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-14T16:00:45.053 INFO:teuthology.orchestra.run.smithi129.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-14T16:00:45.053 INFO:teuthology.orchestra.run.smithi129.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-14T16:00:45.053 INFO:teuthology.orchestra.run.smithi129.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-14T16:00:45.053 INFO:teuthology.orchestra.run.smithi129.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-14T16:00:45.054 INFO:teuthology.orchestra.run.smithi129.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-14T16:00:45.054 INFO:teuthology.orchestra.run.smithi129.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-14T16:00:45.054 INFO:teuthology.orchestra.run.smithi129.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-14T16:00:45.054 INFO:teuthology.orchestra.run.smithi129.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-14T16:00:45.054 INFO:teuthology.orchestra.run.smithi129.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-14T16:00:45.054 INFO:teuthology.orchestra.run.smithi129.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-14T16:00:45.054 INFO:teuthology.orchestra.run.smithi129.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-14T16:00:45.055 INFO:teuthology.orchestra.run.smithi129.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-14T16:00:45.055 INFO:teuthology.orchestra.run.smithi129.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-14T16:00:45.055 INFO:teuthology.orchestra.run.smithi129.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-14T16:00:45.055 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-14T16:00:45.055 INFO:teuthology.orchestra.run.smithi129.stdout: python3-ply-3.11-14.el9.noarch 2024-04-14T16:00:45.055 INFO:teuthology.orchestra.run.smithi129.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-14T16:00:45.055 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-14T16:00:45.056 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-14T16:00:45.056 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-14T16:00:45.056 INFO:teuthology.orchestra.run.smithi129.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-14T16:00:45.056 INFO:teuthology.orchestra.run.smithi129.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-14T16:00:45.056 INFO:teuthology.orchestra.run.smithi129.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-14T16:00:45.056 INFO:teuthology.orchestra.run.smithi129.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-14T16:00:45.057 INFO:teuthology.orchestra.run.smithi129.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-14T16:00:45.057 INFO:teuthology.orchestra.run.smithi129.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-14T16:00:45.057 INFO:teuthology.orchestra.run.smithi129.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-14T16:00:45.057 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:45.057 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-14T16:00:45.252 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-14T16:00:45.252 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-14T16:00:45.429 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install ceph-base 2024-04-14T16:00:46.022 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:00:57 ago on Sun 14 Apr 2024 03:59:49 PM UTC. 2024-04-14T16:00:46.311 INFO:teuthology.orchestra.run.smithi129.stderr:Modular dependency problems: 2024-04-14T16:00:46.311 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T16:00:46.311 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 1: conflicting requests 2024-04-14T16:00:46.311 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.311 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 2: conflicting requests 2024-04-14T16:00:46.311 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.311 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 3: conflicting requests 2024-04-14T16:00:46.311 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.311 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 4: conflicting requests 2024-04-14T16:00:46.311 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.311 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 5: conflicting requests 2024-04-14T16:00:46.312 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.312 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 6: conflicting requests 2024-04-14T16:00:46.312 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.312 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 7: conflicting requests 2024-04-14T16:00:46.312 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.312 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 8: conflicting requests 2024-04-14T16:00:46.312 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.312 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 9: conflicting requests 2024-04-14T16:00:46.312 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.312 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 10: conflicting requests 2024-04-14T16:00:46.312 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.312 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 11: conflicting requests 2024-04-14T16:00:46.312 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.313 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 12: conflicting requests 2024-04-14T16:00:46.313 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.313 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 13: conflicting requests 2024-04-14T16:00:46.313 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.313 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 14: conflicting requests 2024-04-14T16:00:46.313 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.313 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 15: conflicting requests 2024-04-14T16:00:46.313 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.313 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 16: conflicting requests 2024-04-14T16:00:46.313 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.313 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 17: conflicting requests 2024-04-14T16:00:46.313 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.313 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 18: conflicting requests 2024-04-14T16:00:46.313 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.314 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 19: conflicting requests 2024-04-14T16:00:46.314 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.314 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 20: conflicting requests 2024-04-14T16:00:46.314 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.314 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 21: conflicting requests 2024-04-14T16:00:46.314 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.314 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 22: conflicting requests 2024-04-14T16:00:46.314 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.314 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 23: conflicting requests 2024-04-14T16:00:46.314 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.314 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 24: conflicting requests 2024-04-14T16:00:46.314 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.314 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 25: conflicting requests 2024-04-14T16:00:46.314 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.315 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 26: conflicting requests 2024-04-14T16:00:46.315 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.315 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 27: conflicting requests 2024-04-14T16:00:46.315 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.315 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 28: conflicting requests 2024-04-14T16:00:46.315 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.315 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 29: conflicting requests 2024-04-14T16:00:46.315 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.315 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 30: conflicting requests 2024-04-14T16:00:46.315 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.315 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 31: conflicting requests 2024-04-14T16:00:46.315 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.315 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 32: conflicting requests 2024-04-14T16:00:46.315 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.316 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 33: conflicting requests 2024-04-14T16:00:46.316 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.316 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 34: conflicting requests 2024-04-14T16:00:46.316 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.316 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 35: conflicting requests 2024-04-14T16:00:46.316 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.316 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 36: conflicting requests 2024-04-14T16:00:46.316 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.316 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 37: conflicting requests 2024-04-14T16:00:46.316 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.316 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.316 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.316 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:00:46.316 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.317 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.317 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.317 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.317 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 39: conflicting requests 2024-04-14T16:00:46.317 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.317 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.317 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.317 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.317 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.317 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.317 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:00:46.317 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.317 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.317 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.317 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.318 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:00:46.318 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.318 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.318 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.318 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.318 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:00:46.318 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.318 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.318 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.318 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.318 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:00:46.318 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.318 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.318 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.319 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.319 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:00:46.319 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.319 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.319 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.319 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.319 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:00:46.319 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.319 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.319 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.319 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:00:46.320 INFO:teuthology.orchestra.run.smithi129.stdout:Package ceph-base-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T16:00:46.379 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-14T16:00:46.380 INFO:teuthology.orchestra.run.smithi129.stdout:Nothing to do. 2024-04-14T16:00:46.380 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-14T16:00:46.442 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install cephadm 2024-04-14T16:00:46.606 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-14T16:00:46.673 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-14T16:00:46.706 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-14T16:00:46.734 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-14T16:00:46.814 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-14T16:00:46.866 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-14T16:00:46.899 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-14T16:00:46.983 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-14T16:00:47.036 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:00:58 ago on Sun 14 Apr 2024 03:59:49 PM UTC. 2024-04-14T16:00:47.061 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-14T16:00:47.102 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-14T16:00:47.137 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-14T16:00:47.166 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-14T16:00:47.200 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-14T16:00:47.234 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-14T16:00:47.275 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-14T16:00:47.311 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-14T16:00:47.325 INFO:teuthology.orchestra.run.smithi129.stderr:Modular dependency problems: 2024-04-14T16:00:47.325 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T16:00:47.325 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 1: conflicting requests 2024-04-14T16:00:47.325 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.326 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 2: conflicting requests 2024-04-14T16:00:47.326 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.326 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 3: conflicting requests 2024-04-14T16:00:47.326 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.326 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 4: conflicting requests 2024-04-14T16:00:47.326 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.326 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 5: conflicting requests 2024-04-14T16:00:47.326 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.326 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 6: conflicting requests 2024-04-14T16:00:47.326 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.326 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 7: conflicting requests 2024-04-14T16:00:47.326 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.327 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 8: conflicting requests 2024-04-14T16:00:47.327 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.327 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 9: conflicting requests 2024-04-14T16:00:47.327 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.327 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 10: conflicting requests 2024-04-14T16:00:47.327 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.327 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 11: conflicting requests 2024-04-14T16:00:47.327 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.327 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 12: conflicting requests 2024-04-14T16:00:47.327 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.327 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 13: conflicting requests 2024-04-14T16:00:47.327 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.328 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 14: conflicting requests 2024-04-14T16:00:47.328 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.328 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 15: conflicting requests 2024-04-14T16:00:47.328 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.328 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 16: conflicting requests 2024-04-14T16:00:47.328 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.328 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 17: conflicting requests 2024-04-14T16:00:47.328 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.328 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 18: conflicting requests 2024-04-14T16:00:47.328 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.328 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 19: conflicting requests 2024-04-14T16:00:47.328 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.329 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 20: conflicting requests 2024-04-14T16:00:47.329 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.329 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 21: conflicting requests 2024-04-14T16:00:47.329 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.330 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 22: conflicting requests 2024-04-14T16:00:47.330 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.330 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 23: conflicting requests 2024-04-14T16:00:47.330 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.330 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 24: conflicting requests 2024-04-14T16:00:47.330 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.330 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 25: conflicting requests 2024-04-14T16:00:47.330 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.330 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 26: conflicting requests 2024-04-14T16:00:47.330 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.330 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 27: conflicting requests 2024-04-14T16:00:47.330 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.331 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 28: conflicting requests 2024-04-14T16:00:47.331 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.331 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 29: conflicting requests 2024-04-14T16:00:47.332 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.332 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 30: conflicting requests 2024-04-14T16:00:47.332 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.332 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 31: conflicting requests 2024-04-14T16:00:47.332 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.332 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 32: conflicting requests 2024-04-14T16:00:47.332 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.332 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 33: conflicting requests 2024-04-14T16:00:47.332 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.332 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 34: conflicting requests 2024-04-14T16:00:47.332 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.332 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 35: conflicting requests 2024-04-14T16:00:47.332 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.332 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 36: conflicting requests 2024-04-14T16:00:47.333 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.333 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 37: conflicting requests 2024-04-14T16:00:47.333 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.333 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.333 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.333 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:00:47.333 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.333 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.333 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.333 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.333 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 39: conflicting requests 2024-04-14T16:00:47.333 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.334 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.334 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.334 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.334 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.334 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.334 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:00:47.334 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.334 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.334 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.334 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.334 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:00:47.335 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.335 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.335 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.335 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.335 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:00:47.335 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.335 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.335 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.335 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.335 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:00:47.335 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.335 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.336 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.336 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.336 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:00:47.336 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.336 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.336 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.336 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.336 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:00:47.336 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.336 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.336 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.336 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:00:47.344 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-14T16:00:47.382 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-14T16:00:47.395 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-14T16:00:47.396 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:00:47.396 INFO:teuthology.orchestra.run.smithi129.stdout: Package Arch Version Repository Size 2024-04-14T16:00:47.396 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:00:47.396 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-04-14T16:00:47.396 INFO:teuthology.orchestra.run.smithi129.stdout: cephadm noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 762 k 2024-04-14T16:00:47.396 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:47.396 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-04-14T16:00:47.397 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:00:47.397 INFO:teuthology.orchestra.run.smithi129.stdout:Install 1 Package 2024-04-14T16:00:47.397 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:47.397 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 762 k 2024-04-14T16:00:47.397 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 768 k 2024-04-14T16:00:47.397 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-04-14T16:00:47.456 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-14T16:00:47.594 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-14T16:00:47.674 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-14T16:00:47.711 INFO:teuthology.orchestra.run.smithi129.stdout:cephadm-19.0.0-2778.ga971fd5f.el9.noarch.rpm 2.4 MB/s | 762 kB 00:00 2024-04-14T16:00:47.712 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:00:47.712 INFO:teuthology.orchestra.run.smithi129.stdout:Total 2.4 MB/s | 762 kB 00:00 2024-04-14T16:00:47.712 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-04-14T16:00:47.714 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-04-14T16:00:47.714 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-04-14T16:00:47.720 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-04-14T16:00:47.720 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-04-14T16:00:47.726 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-14T16:00:47.765 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-14T16:00:47.795 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-04-14T16:00:47.814 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-14T16:00:47.869 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-14T16:00:48.057 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-14T16:00:48.103 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-14T16:00:48.172 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-14T16:00:48.201 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 1/1 2024-04-14T16:00:48.271 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-14T16:00:48.304 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 1/1 2024-04-14T16:00:48.313 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-14T16:00:48.427 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-14T16:00:48.600 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2778.ga971fd5f.el9. 31/36 2024-04-14T16:00:48.628 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-mgr-2:19.0.0-2778.ga971fd5f.el9.x86_64 32/36 2024-04-14T16:00:48.654 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2778.ga971fd5f.el9.x86_64 32/36 2024-04-14T16:00:48.654 INFO:teuthology.orchestra.run.smithi191.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T16:00:48.655 INFO:teuthology.orchestra.run.smithi191.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-14T16:00:48.655 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-14T16:00:48.655 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-14T16:00:48.655 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:00:48.664 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 1/1 2024-04-14T16:00:48.961 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 1/1 2024-04-14T16:00:48.962 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:48.962 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-04-14T16:00:48.962 INFO:teuthology.orchestra.run.smithi129.stdout: cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T16:00:48.962 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:48.962 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-14T16:00:49.169 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install ceph-immutable-object-cache 2024-04-14T16:00:49.774 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:00 ago on Sun 14 Apr 2024 03:59:49 PM UTC. 2024-04-14T16:00:50.068 INFO:teuthology.orchestra.run.smithi129.stderr:Modular dependency problems: 2024-04-14T16:00:50.068 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T16:00:50.068 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 1: conflicting requests 2024-04-14T16:00:50.068 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.068 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 2: conflicting requests 2024-04-14T16:00:50.068 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.068 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 3: conflicting requests 2024-04-14T16:00:50.068 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.069 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 4: conflicting requests 2024-04-14T16:00:50.069 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.069 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 5: conflicting requests 2024-04-14T16:00:50.069 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.069 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 6: conflicting requests 2024-04-14T16:00:50.069 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.069 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 7: conflicting requests 2024-04-14T16:00:50.069 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.069 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 8: conflicting requests 2024-04-14T16:00:50.069 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.069 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 9: conflicting requests 2024-04-14T16:00:50.069 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.069 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 10: conflicting requests 2024-04-14T16:00:50.069 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.070 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 11: conflicting requests 2024-04-14T16:00:50.070 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.070 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 12: conflicting requests 2024-04-14T16:00:50.070 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.070 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 13: conflicting requests 2024-04-14T16:00:50.070 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.070 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 14: conflicting requests 2024-04-14T16:00:50.070 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.070 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 15: conflicting requests 2024-04-14T16:00:50.070 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.070 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 16: conflicting requests 2024-04-14T16:00:50.070 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.070 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 17: conflicting requests 2024-04-14T16:00:50.071 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.071 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 18: conflicting requests 2024-04-14T16:00:50.071 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.071 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 19: conflicting requests 2024-04-14T16:00:50.071 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.071 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 20: conflicting requests 2024-04-14T16:00:50.071 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.071 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 21: conflicting requests 2024-04-14T16:00:50.071 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.071 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 22: conflicting requests 2024-04-14T16:00:50.071 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.071 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 23: conflicting requests 2024-04-14T16:00:50.071 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.071 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 24: conflicting requests 2024-04-14T16:00:50.072 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.072 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 25: conflicting requests 2024-04-14T16:00:50.072 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.072 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 26: conflicting requests 2024-04-14T16:00:50.072 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.072 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 27: conflicting requests 2024-04-14T16:00:50.072 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.072 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 28: conflicting requests 2024-04-14T16:00:50.072 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.072 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 29: conflicting requests 2024-04-14T16:00:50.072 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.072 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 30: conflicting requests 2024-04-14T16:00:50.072 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.072 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 31: conflicting requests 2024-04-14T16:00:50.073 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.073 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 32: conflicting requests 2024-04-14T16:00:50.073 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.073 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 33: conflicting requests 2024-04-14T16:00:50.073 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.073 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 34: conflicting requests 2024-04-14T16:00:50.073 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.073 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 35: conflicting requests 2024-04-14T16:00:50.073 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.073 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 36: conflicting requests 2024-04-14T16:00:50.073 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.073 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 37: conflicting requests 2024-04-14T16:00:50.073 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.073 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.074 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.074 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:00:50.074 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.074 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.074 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.074 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.074 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 39: conflicting requests 2024-04-14T16:00:50.074 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.074 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.074 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.074 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.074 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.074 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.074 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:00:50.075 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.075 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.075 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.075 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.075 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:00:50.075 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.075 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.075 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.075 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.075 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:00:50.075 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.076 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.076 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.076 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.076 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:00:50.076 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.076 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.076 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.076 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.076 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:00:50.076 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.076 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.076 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.076 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.076 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:00:50.077 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.077 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.077 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.077 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:00:50.081 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-osd-2:19.0.0-2778.ga971fd5f.el9.x86_64 33/36 2024-04-14T16:00:50.105 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-osd-2:19.0.0-2778.ga971fd5f.el9.x86_64 33/36 2024-04-14T16:00:50.106 INFO:teuthology.orchestra.run.smithi191.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T16:00:50.106 INFO:teuthology.orchestra.run.smithi191.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-14T16:00:50.106 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-14T16:00:50.106 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-14T16:00:50.106 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:00:50.136 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-14T16:00:50.137 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:00:50.137 INFO:teuthology.orchestra.run.smithi129.stdout: Package Arch Version Repo Size 2024-04-14T16:00:50.137 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:00:50.137 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-04-14T16:00:50.137 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 145 k 2024-04-14T16:00:50.137 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:50.137 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-04-14T16:00:50.137 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:00:50.137 INFO:teuthology.orchestra.run.smithi129.stdout:Install 1 Package 2024-04-14T16:00:50.137 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:50.137 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 145 k 2024-04-14T16:00:50.137 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 435 k 2024-04-14T16:00:50.137 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-04-14T16:00:50.490 INFO:teuthology.orchestra.run.smithi129.stdout:ceph-immutable-object-cache-19.0.0-2778.ga971fd 410 kB/s | 145 kB 00:00 2024-04-14T16:00:50.491 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:00:50.491 INFO:teuthology.orchestra.run.smithi129.stdout:Total 409 kB/s | 145 kB 00:00 2024-04-14T16:00:50.491 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-04-14T16:00:50.499 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-04-14T16:00:50.499 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-04-14T16:00:50.547 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-mon-2:19.0.0-2778.ga971fd5f.el9.x86_64 34/36 2024-04-14T16:00:50.558 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-04-14T16:00:50.558 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-04-14T16:00:50.570 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-mon-2:19.0.0-2778.ga971fd5f.el9.x86_64 34/36 2024-04-14T16:00:50.570 INFO:teuthology.orchestra.run.smithi191.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T16:00:50.570 INFO:teuthology.orchestra.run.smithi191.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-14T16:00:50.570 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-14T16:00:50.570 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-14T16:00:50.570 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:00:50.696 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-04-14T16:00:50.750 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2778.ga971fd5f. 1/1 2024-04-14T16:00:50.774 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2778.ga971fd5f. 1/1 2024-04-14T16:00:50.774 INFO:teuthology.orchestra.run.smithi129.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T16:00:50.774 INFO:teuthology.orchestra.run.smithi129.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-14T16:00:50.774 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:50.814 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-mds-2:19.0.0-2778.ga971fd5f.el9.x86_64 35/36 2024-04-14T16:00:50.837 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-mds-2:19.0.0-2778.ga971fd5f.el9.x86_64 35/36 2024-04-14T16:00:50.837 INFO:teuthology.orchestra.run.smithi191.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T16:00:50.837 INFO:teuthology.orchestra.run.smithi191.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-14T16:00:50.837 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-14T16:00:50.837 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-14T16:00:50.838 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:00:50.895 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-2:19.0.0-2778.ga971fd5f.el9.x86_64 36/36 2024-04-14T16:00:51.774 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2778.ga971fd5f. 1/1 2024-04-14T16:00:51.775 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:51.775 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-04-14T16:00:51.775 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-immutable-object-cache-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:51.775 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:51.775 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-14T16:00:52.020 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install ceph-mgr 2024-04-14T16:00:52.625 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:03 ago on Sun 14 Apr 2024 03:59:49 PM UTC. 2024-04-14T16:00:52.650 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-2:19.0.0-2778.ga971fd5f.el9.x86_64 36/36 2024-04-14T16:00:52.651 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/36 2024-04-14T16:00:52.651 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-mds-2:19.0.0-2778.ga971fd5f.el9.x86_64 2/36 2024-04-14T16:00:52.651 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-mgr-2:19.0.0-2778.ga971fd5f.el9.x86_64 3/36 2024-04-14T16:00:52.651 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-mon-2:19.0.0-2778.ga971fd5f.el9.x86_64 4/36 2024-04-14T16:00:52.651 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-osd-2:19.0.0-2778.ga971fd5f.el9.x86_64 5/36 2024-04-14T16:00:52.651 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2778.ga971fd5f.el9. 6/36 2024-04-14T16:00:52.651 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-14T16:00:52.651 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-14T16:00:52.651 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-14T16:00:52.651 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-14T16:00:52.651 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-14T16:00:52.652 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-14T16:00:52.652 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-14T16:00:52.652 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-14T16:00:52.652 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-14T16:00:52.652 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-14T16:00:52.652 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-14T16:00:52.652 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-14T16:00:52.652 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-14T16:00:52.652 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-14T16:00:52.652 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-14T16:00:52.652 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-14T16:00:52.652 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-14T16:00:52.652 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-14T16:00:52.653 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-14T16:00:52.653 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-14T16:00:52.653 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-14T16:00:52.654 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-14T16:00:52.655 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-14T16:00:52.655 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-14T16:00:52.655 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-14T16:00:52.655 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-14T16:00:52.655 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-14T16:00:52.655 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-14T16:00:52.655 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-14T16:00:52.912 INFO:teuthology.orchestra.run.smithi129.stderr:Modular dependency problems: 2024-04-14T16:00:52.912 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T16:00:52.913 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 1: conflicting requests 2024-04-14T16:00:52.913 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.913 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 2: conflicting requests 2024-04-14T16:00:52.913 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.913 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 3: conflicting requests 2024-04-14T16:00:52.913 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.913 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 4: conflicting requests 2024-04-14T16:00:52.913 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.913 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 5: conflicting requests 2024-04-14T16:00:52.913 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.913 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 6: conflicting requests 2024-04-14T16:00:52.913 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.914 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 7: conflicting requests 2024-04-14T16:00:52.914 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.914 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 8: conflicting requests 2024-04-14T16:00:52.914 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.914 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 9: conflicting requests 2024-04-14T16:00:52.914 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.914 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 10: conflicting requests 2024-04-14T16:00:52.914 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.914 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 11: conflicting requests 2024-04-14T16:00:52.914 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.914 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 12: conflicting requests 2024-04-14T16:00:52.914 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.914 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 13: conflicting requests 2024-04-14T16:00:52.914 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.915 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 14: conflicting requests 2024-04-14T16:00:52.915 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.915 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 15: conflicting requests 2024-04-14T16:00:52.915 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.915 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 16: conflicting requests 2024-04-14T16:00:52.915 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.915 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 17: conflicting requests 2024-04-14T16:00:52.915 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.915 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 18: conflicting requests 2024-04-14T16:00:52.915 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.915 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 19: conflicting requests 2024-04-14T16:00:52.915 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.915 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 20: conflicting requests 2024-04-14T16:00:52.915 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.916 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 21: conflicting requests 2024-04-14T16:00:52.916 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.916 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 22: conflicting requests 2024-04-14T16:00:52.916 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.916 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 23: conflicting requests 2024-04-14T16:00:52.916 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.916 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 24: conflicting requests 2024-04-14T16:00:52.916 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.916 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 25: conflicting requests 2024-04-14T16:00:52.916 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.916 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 26: conflicting requests 2024-04-14T16:00:52.916 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.917 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 27: conflicting requests 2024-04-14T16:00:52.917 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.917 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 28: conflicting requests 2024-04-14T16:00:52.917 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.917 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 29: conflicting requests 2024-04-14T16:00:52.917 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.917 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 30: conflicting requests 2024-04-14T16:00:52.917 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.917 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 31: conflicting requests 2024-04-14T16:00:52.917 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.917 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 32: conflicting requests 2024-04-14T16:00:52.917 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.917 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 33: conflicting requests 2024-04-14T16:00:52.917 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.918 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 34: conflicting requests 2024-04-14T16:00:52.918 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.918 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 35: conflicting requests 2024-04-14T16:00:52.918 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.918 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 36: conflicting requests 2024-04-14T16:00:52.918 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.918 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 37: conflicting requests 2024-04-14T16:00:52.918 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.918 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.918 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.918 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:00:52.918 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.918 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.919 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.919 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.919 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 39: conflicting requests 2024-04-14T16:00:52.919 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.919 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.919 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.919 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.919 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.919 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.919 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:00:52.919 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.919 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.919 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.919 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.920 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:00:52.920 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.920 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.920 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.920 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.920 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:00:52.920 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.920 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.920 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.920 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.920 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:00:52.920 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.920 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.920 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.921 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.921 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:00:52.921 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.921 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.921 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.921 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.921 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:00:52.921 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.921 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.921 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.921 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:00:52.922 INFO:teuthology.orchestra.run.smithi129.stdout:Package ceph-mgr-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T16:00:52.980 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-14T16:00:52.981 INFO:teuthology.orchestra.run.smithi129.stdout:Nothing to do. 2024-04-14T16:00:52.981 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-14T16:00:53.042 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install ceph-mgr-dashboard 2024-04-14T16:00:53.634 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:04 ago on Sun 14 Apr 2024 03:59:49 PM UTC. 2024-04-14T16:00:53.681 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-14T16:00:53.681 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:00:53.681 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-14T16:00:53.681 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:53.681 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mds-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:53.681 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mgr-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:53.682 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mgr-modules-core-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T16:00:53.682 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mon-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:53.682 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-osd-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:00:53.682 INFO:teuthology.orchestra.run.smithi191.stdout: lua-5.4.4-4.el9.x86_64 2024-04-14T16:00:53.682 INFO:teuthology.orchestra.run.smithi191.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-14T16:00:53.682 INFO:teuthology.orchestra.run.smithi191.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-14T16:00:53.682 INFO:teuthology.orchestra.run.smithi191.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-14T16:00:53.682 INFO:teuthology.orchestra.run.smithi191.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-14T16:00:53.682 INFO:teuthology.orchestra.run.smithi191.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-14T16:00:53.682 INFO:teuthology.orchestra.run.smithi191.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-14T16:00:53.682 INFO:teuthology.orchestra.run.smithi191.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-14T16:00:53.682 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-14T16:00:53.682 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-14T16:00:53.683 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-14T16:00:53.683 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-14T16:00:53.683 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-14T16:00:53.683 INFO:teuthology.orchestra.run.smithi191.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-14T16:00:53.683 INFO:teuthology.orchestra.run.smithi191.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-14T16:00:53.683 INFO:teuthology.orchestra.run.smithi191.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-14T16:00:53.683 INFO:teuthology.orchestra.run.smithi191.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-14T16:00:53.683 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-14T16:00:53.683 INFO:teuthology.orchestra.run.smithi191.stdout: python3-ply-3.11-14.el9.noarch 2024-04-14T16:00:53.683 INFO:teuthology.orchestra.run.smithi191.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-14T16:00:53.683 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-14T16:00:53.683 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-14T16:00:53.683 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-14T16:00:53.683 INFO:teuthology.orchestra.run.smithi191.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-14T16:00:53.683 INFO:teuthology.orchestra.run.smithi191.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-14T16:00:53.684 INFO:teuthology.orchestra.run.smithi191.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-14T16:00:53.684 INFO:teuthology.orchestra.run.smithi191.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-14T16:00:53.684 INFO:teuthology.orchestra.run.smithi191.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-14T16:00:53.684 INFO:teuthology.orchestra.run.smithi191.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-14T16:00:53.684 INFO:teuthology.orchestra.run.smithi191.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-14T16:00:53.684 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:00:53.684 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-14T16:00:53.923 INFO:teuthology.orchestra.run.smithi129.stderr:Modular dependency problems: 2024-04-14T16:00:53.923 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T16:00:53.923 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 1: conflicting requests 2024-04-14T16:00:53.923 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.923 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 2: conflicting requests 2024-04-14T16:00:53.923 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.923 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 3: conflicting requests 2024-04-14T16:00:53.923 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.923 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 4: conflicting requests 2024-04-14T16:00:53.924 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.924 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 5: conflicting requests 2024-04-14T16:00:53.924 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.924 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 6: conflicting requests 2024-04-14T16:00:53.924 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.924 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 7: conflicting requests 2024-04-14T16:00:53.924 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.924 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 8: conflicting requests 2024-04-14T16:00:53.924 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.924 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 9: conflicting requests 2024-04-14T16:00:53.924 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.924 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 10: conflicting requests 2024-04-14T16:00:53.924 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.924 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 11: conflicting requests 2024-04-14T16:00:53.925 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.925 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 12: conflicting requests 2024-04-14T16:00:53.925 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.925 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 13: conflicting requests 2024-04-14T16:00:53.925 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.925 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 14: conflicting requests 2024-04-14T16:00:53.925 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.925 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 15: conflicting requests 2024-04-14T16:00:53.925 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.925 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 16: conflicting requests 2024-04-14T16:00:53.925 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.925 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 17: conflicting requests 2024-04-14T16:00:53.925 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.926 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 18: conflicting requests 2024-04-14T16:00:53.926 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.926 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 19: conflicting requests 2024-04-14T16:00:53.926 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.926 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 20: conflicting requests 2024-04-14T16:00:53.926 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.926 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 21: conflicting requests 2024-04-14T16:00:53.926 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.926 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 22: conflicting requests 2024-04-14T16:00:53.926 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.926 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 23: conflicting requests 2024-04-14T16:00:53.928 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.928 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 24: conflicting requests 2024-04-14T16:00:53.928 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.928 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 25: conflicting requests 2024-04-14T16:00:53.928 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.928 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 26: conflicting requests 2024-04-14T16:00:53.929 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.929 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 27: conflicting requests 2024-04-14T16:00:53.929 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.929 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 28: conflicting requests 2024-04-14T16:00:53.929 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.929 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 29: conflicting requests 2024-04-14T16:00:53.929 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.929 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 30: conflicting requests 2024-04-14T16:00:53.930 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.931 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 31: conflicting requests 2024-04-14T16:00:53.931 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.931 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 32: conflicting requests 2024-04-14T16:00:53.931 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.931 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 33: conflicting requests 2024-04-14T16:00:53.931 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.931 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 34: conflicting requests 2024-04-14T16:00:53.931 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.931 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 35: conflicting requests 2024-04-14T16:00:53.931 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.931 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 36: conflicting requests 2024-04-14T16:00:53.931 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.932 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 37: conflicting requests 2024-04-14T16:00:53.932 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.932 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.932 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.932 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:00:53.932 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.932 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.932 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.932 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.932 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 39: conflicting requests 2024-04-14T16:00:53.932 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.932 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.932 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.932 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.933 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.933 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.933 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:00:53.933 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.933 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.933 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.933 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.933 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:00:53.933 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.933 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.933 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.933 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.933 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:00:53.933 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.934 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.934 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.934 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.934 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:00:53.934 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.934 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.934 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.934 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.934 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:00:53.934 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.934 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.934 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.934 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.934 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:00:53.935 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.935 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.935 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.935 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:00:53.992 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-14T16:00:53.993 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:00:53.993 INFO:teuthology.orchestra.run.smithi129.stdout: Package Arch Version Repository Size 2024-04-14T16:00:53.993 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:00:53.993 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-04-14T16:00:53.994 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 3.5 M 2024-04-14T16:00:53.994 INFO:teuthology.orchestra.run.smithi129.stdout:Installing dependencies: 2024-04-14T16:00:53.994 INFO:teuthology.orchestra.run.smithi129.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-14T16:00:53.994 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 34 k 2024-04-14T16:00:53.994 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 16 k 2024-04-14T16:00:53.994 INFO:teuthology.orchestra.run.smithi129.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-14T16:00:53.994 INFO:teuthology.orchestra.run.smithi129.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-14T16:00:53.994 INFO:teuthology.orchestra.run.smithi129.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-14T16:00:53.994 INFO:teuthology.orchestra.run.smithi129.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-14T16:00:53.994 INFO:teuthology.orchestra.run.smithi129.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-14T16:00:53.994 INFO:teuthology.orchestra.run.smithi129.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-14T16:00:53.994 INFO:teuthology.orchestra.run.smithi129.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-14T16:00:53.995 INFO:teuthology.orchestra.run.smithi129.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-14T16:00:53.995 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:53.995 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-04-14T16:00:53.995 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:00:53.995 INFO:teuthology.orchestra.run.smithi129.stdout:Install 12 Packages 2024-04-14T16:00:53.995 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:00:53.996 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 8.6 M 2024-04-14T16:00:53.996 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 104 M 2024-04-14T16:00:53.996 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-04-14T16:00:54.020 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph-base 2024-04-14T16:00:54.487 INFO:teuthology.orchestra.run.smithi129.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2778.ga97 86 kB/s | 16 kB 00:00 2024-04-14T16:00:54.530 INFO:teuthology.orchestra.run.smithi129.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2778.ga9 146 kB/s | 34 kB 00:00 2024-04-14T16:00:54.610 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:00:56 ago on Sun 14 Apr 2024 03:59:58 PM UTC. 2024-04-14T16:00:54.862 INFO:teuthology.orchestra.run.smithi129.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 807 kB/s | 269 kB 00:00 2024-04-14T16:00:54.903 INFO:teuthology.orchestra.run.smithi191.stderr:Modular dependency problems: 2024-04-14T16:00:54.903 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T16:00:54.903 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 1: conflicting requests 2024-04-14T16:00:54.903 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.903 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 2: conflicting requests 2024-04-14T16:00:54.903 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.903 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 3: conflicting requests 2024-04-14T16:00:54.903 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.904 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 4: conflicting requests 2024-04-14T16:00:54.904 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.904 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 5: conflicting requests 2024-04-14T16:00:54.904 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.904 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 6: conflicting requests 2024-04-14T16:00:54.904 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.904 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 7: conflicting requests 2024-04-14T16:00:54.904 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.904 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 8: conflicting requests 2024-04-14T16:00:54.904 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.904 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 9: conflicting requests 2024-04-14T16:00:54.904 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.905 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 10: conflicting requests 2024-04-14T16:00:54.905 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.905 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 11: conflicting requests 2024-04-14T16:00:54.905 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.905 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 12: conflicting requests 2024-04-14T16:00:54.905 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.905 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 13: conflicting requests 2024-04-14T16:00:54.905 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.905 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 14: conflicting requests 2024-04-14T16:00:54.905 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.905 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 15: conflicting requests 2024-04-14T16:00:54.905 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.905 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 16: conflicting requests 2024-04-14T16:00:54.906 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.906 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 17: conflicting requests 2024-04-14T16:00:54.906 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.906 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 18: conflicting requests 2024-04-14T16:00:54.906 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.906 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 19: conflicting requests 2024-04-14T16:00:54.906 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.906 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 20: conflicting requests 2024-04-14T16:00:54.906 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.906 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 21: conflicting requests 2024-04-14T16:00:54.906 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.906 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 22: conflicting requests 2024-04-14T16:00:54.906 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.907 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 23: conflicting requests 2024-04-14T16:00:54.907 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.908 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 24: conflicting requests 2024-04-14T16:00:54.908 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.909 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 25: conflicting requests 2024-04-14T16:00:54.909 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.909 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 26: conflicting requests 2024-04-14T16:00:54.909 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.909 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 27: conflicting requests 2024-04-14T16:00:54.909 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.909 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 28: conflicting requests 2024-04-14T16:00:54.909 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.909 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 29: conflicting requests 2024-04-14T16:00:54.909 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.909 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 30: conflicting requests 2024-04-14T16:00:54.909 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.909 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 31: conflicting requests 2024-04-14T16:00:54.910 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.910 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 32: conflicting requests 2024-04-14T16:00:54.910 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.910 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 33: conflicting requests 2024-04-14T16:00:54.910 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.910 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 34: conflicting requests 2024-04-14T16:00:54.910 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.910 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 35: conflicting requests 2024-04-14T16:00:54.910 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.910 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 36: conflicting requests 2024-04-14T16:00:54.910 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.910 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 37: conflicting requests 2024-04-14T16:00:54.911 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.911 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.911 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.911 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:00:54.911 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.911 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.911 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.911 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.911 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 39: conflicting requests 2024-04-14T16:00:54.911 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.911 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.911 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.911 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.911 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.912 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.912 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:00:54.912 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.912 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.912 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.912 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.912 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:00:54.912 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.912 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.912 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.912 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.912 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:00:54.912 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.913 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.913 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.913 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.913 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:00:54.913 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.913 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.913 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.913 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.913 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:00:54.913 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.913 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.913 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.913 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.913 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:00:54.914 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.914 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.914 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.914 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:00:54.914 INFO:teuthology.orchestra.run.smithi191.stdout:Package ceph-base-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T16:00:54.971 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-14T16:00:54.972 INFO:teuthology.orchestra.run.smithi191.stdout:Nothing to do. 2024-04-14T16:00:54.972 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-14T16:00:55.032 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install cephadm 2024-04-14T16:00:55.172 INFO:teuthology.orchestra.run.smithi129.stdout:(4/12): ceph-mgr-dashboard-19.0.0-2778.ga971fd5 4.0 MB/s | 3.5 MB 00:00 2024-04-14T16:00:55.213 INFO:teuthology.orchestra.run.smithi129.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.4 MB/s | 863 kB 00:00 2024-04-14T16:00:55.289 INFO:teuthology.orchestra.run.smithi129.stdout:(6/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.3 MB/s | 1.0 MB 00:00 2024-04-14T16:00:55.481 INFO:teuthology.orchestra.run.smithi129.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 73 kB/s | 19 kB 00:00 2024-04-14T16:00:55.624 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:00:57 ago on Sun 14 Apr 2024 03:59:58 PM UTC. 2024-04-14T16:00:55.798 INFO:teuthology.orchestra.run.smithi129.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 875 kB/s | 548 kB 00:00 2024-04-14T16:00:55.906 INFO:teuthology.orchestra.run.smithi129.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 340 kB/s | 144 kB 00:00 2024-04-14T16:00:55.911 INFO:teuthology.orchestra.run.smithi191.stderr:Modular dependency problems: 2024-04-14T16:00:55.911 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T16:00:55.911 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 1: conflicting requests 2024-04-14T16:00:55.911 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.912 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 2: conflicting requests 2024-04-14T16:00:55.912 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.912 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 3: conflicting requests 2024-04-14T16:00:55.912 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.912 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 4: conflicting requests 2024-04-14T16:00:55.912 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.912 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 5: conflicting requests 2024-04-14T16:00:55.912 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.912 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 6: conflicting requests 2024-04-14T16:00:55.912 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.912 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 7: conflicting requests 2024-04-14T16:00:55.913 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.913 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 8: conflicting requests 2024-04-14T16:00:55.913 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.913 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 9: conflicting requests 2024-04-14T16:00:55.913 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.913 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 10: conflicting requests 2024-04-14T16:00:55.913 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.913 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 11: conflicting requests 2024-04-14T16:00:55.913 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.913 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 12: conflicting requests 2024-04-14T16:00:55.913 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.913 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 13: conflicting requests 2024-04-14T16:00:55.914 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.914 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 14: conflicting requests 2024-04-14T16:00:55.914 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.914 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 15: conflicting requests 2024-04-14T16:00:55.914 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.914 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 16: conflicting requests 2024-04-14T16:00:55.914 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.914 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 17: conflicting requests 2024-04-14T16:00:55.914 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.914 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 18: conflicting requests 2024-04-14T16:00:55.914 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.914 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 19: conflicting requests 2024-04-14T16:00:55.915 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.915 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 20: conflicting requests 2024-04-14T16:00:55.915 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.915 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 21: conflicting requests 2024-04-14T16:00:55.915 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.915 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 22: conflicting requests 2024-04-14T16:00:55.915 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.915 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 23: conflicting requests 2024-04-14T16:00:55.915 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.915 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 24: conflicting requests 2024-04-14T16:00:55.915 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.915 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 25: conflicting requests 2024-04-14T16:00:55.916 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.916 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 26: conflicting requests 2024-04-14T16:00:55.916 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.916 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 27: conflicting requests 2024-04-14T16:00:55.916 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.916 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 28: conflicting requests 2024-04-14T16:00:55.917 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.917 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 29: conflicting requests 2024-04-14T16:00:55.917 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.917 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 30: conflicting requests 2024-04-14T16:00:55.917 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.917 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 31: conflicting requests 2024-04-14T16:00:55.917 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.917 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 32: conflicting requests 2024-04-14T16:00:55.917 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.918 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 33: conflicting requests 2024-04-14T16:00:55.918 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.918 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 34: conflicting requests 2024-04-14T16:00:55.918 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.918 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 35: conflicting requests 2024-04-14T16:00:55.918 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.918 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 36: conflicting requests 2024-04-14T16:00:55.918 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.918 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 37: conflicting requests 2024-04-14T16:00:55.918 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.919 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.919 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.919 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:00:55.919 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.919 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.919 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.919 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.920 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 39: conflicting requests 2024-04-14T16:00:55.920 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.920 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.920 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.920 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.920 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.920 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.920 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:00:55.921 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.921 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.921 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.921 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.921 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:00:55.921 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.921 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.921 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.921 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.921 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:00:55.921 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.922 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.922 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.922 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.922 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:00:55.922 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.922 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.922 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.922 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.922 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:00:55.922 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.923 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.923 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.923 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.923 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:00:55.923 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.923 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.923 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.923 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:00:55.977 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-14T16:00:55.978 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:00:55.979 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repository Size 2024-04-14T16:00:55.979 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:00:55.979 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-14T16:00:55.979 INFO:teuthology.orchestra.run.smithi191.stdout: cephadm noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 762 k 2024-04-14T16:00:55.979 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:00:55.979 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-14T16:00:55.979 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:00:55.979 INFO:teuthology.orchestra.run.smithi191.stdout:Install 1 Package 2024-04-14T16:00:55.979 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:00:55.979 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 762 k 2024-04-14T16:00:55.979 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 768 k 2024-04-14T16:00:55.980 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-14T16:00:56.065 INFO:teuthology.orchestra.run.smithi129.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 115 kB/s | 31 kB 00:00 2024-04-14T16:00:56.115 INFO:teuthology.orchestra.run.smithi129.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.5 MB/s | 2.0 MB 00:00 2024-04-14T16:00:56.332 INFO:teuthology.orchestra.run.smithi129.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 443 kB/s | 188 kB 00:00 2024-04-14T16:00:56.335 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:00:56.335 INFO:teuthology.orchestra.run.smithi129.stdout:Total 3.7 MB/s | 8.6 MB 00:02 2024-04-14T16:00:56.389 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-04-14T16:00:56.405 INFO:teuthology.orchestra.run.smithi191.stdout:cephadm-19.0.0-2778.ga971fd5f.el9.noarch.rpm 1.8 MB/s | 762 kB 00:00 2024-04-14T16:00:56.405 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:00:56.405 INFO:teuthology.orchestra.run.smithi191.stdout:Total 1.7 MB/s | 762 kB 00:00 2024-04-14T16:00:56.406 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-14T16:00:56.410 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-04-14T16:00:56.410 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-04-14T16:00:56.411 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-14T16:00:56.411 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-14T16:00:56.416 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-14T16:00:56.417 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-14T16:00:56.489 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-14T16:00:56.593 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-04-14T16:00:56.593 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-04-14T16:00:56.914 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 1/1 2024-04-14T16:00:56.992 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 1/1 2024-04-14T16:00:57.139 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-04-14T16:00:57.207 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-14T16:00:57.242 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-14T16:00:57.289 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-14T16:00:57.319 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-14T16:00:57.390 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 1/1 2024-04-14T16:00:57.432 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-14T16:00:57.553 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-14T16:00:57.639 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-14T16:00:57.691 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-14T16:00:57.728 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-14T16:00:57.729 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 1/1 2024-04-14T16:00:57.730 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:00:57.730 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-14T16:00:57.730 INFO:teuthology.orchestra.run.smithi191.stdout: cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T16:00:57.730 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:00:57.730 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-14T16:00:57.760 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2778.ga971fd5f.el9 10/12 2024-04-14T16:00:58.033 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph-immutable-object-cache 2024-04-14T16:00:58.635 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:00 ago on Sun 14 Apr 2024 03:59:58 PM UTC. 2024-04-14T16:00:58.804 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2778.ga971fd5f.el 11/12 2024-04-14T16:00:58.836 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2778.ga971fd5f.el9.noa 12/12 2024-04-14T16:00:58.929 INFO:teuthology.orchestra.run.smithi191.stderr:Modular dependency problems: 2024-04-14T16:00:58.944 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T16:00:58.944 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 1: conflicting requests 2024-04-14T16:00:58.944 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.944 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 2: conflicting requests 2024-04-14T16:00:58.944 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.944 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 3: conflicting requests 2024-04-14T16:00:58.944 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.944 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 4: conflicting requests 2024-04-14T16:00:58.944 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.944 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 5: conflicting requests 2024-04-14T16:00:58.944 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.944 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 6: conflicting requests 2024-04-14T16:00:58.945 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.945 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 7: conflicting requests 2024-04-14T16:00:58.945 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.945 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 8: conflicting requests 2024-04-14T16:00:58.945 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.945 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 9: conflicting requests 2024-04-14T16:00:58.945 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.945 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 10: conflicting requests 2024-04-14T16:00:58.945 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.945 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 11: conflicting requests 2024-04-14T16:00:58.945 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.945 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 12: conflicting requests 2024-04-14T16:00:58.945 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.945 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 13: conflicting requests 2024-04-14T16:00:58.946 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.946 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 14: conflicting requests 2024-04-14T16:00:58.946 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.946 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 15: conflicting requests 2024-04-14T16:00:58.946 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.946 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 16: conflicting requests 2024-04-14T16:00:58.946 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.946 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 17: conflicting requests 2024-04-14T16:00:58.946 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.946 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 18: conflicting requests 2024-04-14T16:00:58.946 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.946 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 19: conflicting requests 2024-04-14T16:00:58.946 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.946 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 20: conflicting requests 2024-04-14T16:00:58.947 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.947 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 21: conflicting requests 2024-04-14T16:00:58.947 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.947 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 22: conflicting requests 2024-04-14T16:00:58.947 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.947 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 23: conflicting requests 2024-04-14T16:00:58.947 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.947 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 24: conflicting requests 2024-04-14T16:00:58.947 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.947 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 25: conflicting requests 2024-04-14T16:00:58.947 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.947 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 26: conflicting requests 2024-04-14T16:00:58.947 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.947 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 27: conflicting requests 2024-04-14T16:00:58.948 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.948 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 28: conflicting requests 2024-04-14T16:00:58.948 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.948 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 29: conflicting requests 2024-04-14T16:00:58.948 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.948 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 30: conflicting requests 2024-04-14T16:00:58.948 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.948 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 31: conflicting requests 2024-04-14T16:00:58.948 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.948 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 32: conflicting requests 2024-04-14T16:00:58.948 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.948 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 33: conflicting requests 2024-04-14T16:00:58.948 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.948 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 34: conflicting requests 2024-04-14T16:00:58.948 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.949 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 35: conflicting requests 2024-04-14T16:00:58.949 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.949 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 36: conflicting requests 2024-04-14T16:00:58.949 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.949 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 37: conflicting requests 2024-04-14T16:00:58.949 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.949 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.949 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.949 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:00:58.949 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.949 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.949 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.949 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.949 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 39: conflicting requests 2024-04-14T16:00:58.950 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.950 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.950 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.950 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.950 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.950 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.950 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:00:58.950 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.950 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.951 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.951 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.951 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:00:58.951 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.951 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.951 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.951 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.951 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:00:58.951 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.951 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.951 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.951 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.951 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:00:58.951 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.952 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.952 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.952 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.952 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:00:58.952 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.952 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.952 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.952 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.952 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:00:58.953 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.953 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.953 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.953 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:00:58.996 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-14T16:00:58.997 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:00:58.997 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repo Size 2024-04-14T16:00:58.997 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:00:58.997 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-14T16:00:58.997 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 145 k 2024-04-14T16:00:58.997 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:00:58.997 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-14T16:00:58.997 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:00:58.997 INFO:teuthology.orchestra.run.smithi191.stdout:Install 1 Package 2024-04-14T16:00:58.997 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:00:58.998 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 145 k 2024-04-14T16:00:58.998 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 435 k 2024-04-14T16:00:58.998 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-14T16:00:59.453 INFO:teuthology.orchestra.run.smithi191.stdout:ceph-immutable-object-cache-19.0.0-2778.ga971fd 319 kB/s | 145 kB 00:00 2024-04-14T16:00:59.453 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:00:59.453 INFO:teuthology.orchestra.run.smithi191.stdout:Total 318 kB/s | 145 kB 00:00 2024-04-14T16:00:59.453 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-14T16:00:59.461 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-14T16:00:59.461 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-14T16:00:59.519 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-14T16:00:59.519 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-14T16:00:59.656 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-14T16:00:59.720 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2778.ga971fd5f. 1/1 2024-04-14T16:00:59.744 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2778.ga971fd5f. 1/1 2024-04-14T16:00:59.744 INFO:teuthology.orchestra.run.smithi191.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T16:00:59.744 INFO:teuthology.orchestra.run.smithi191.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-14T16:00:59.744 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:00.235 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2778.ga971fd5f.el9.noa 12/12 2024-04-14T16:01:00.235 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2778.ga971fd5f.el 1/12 2024-04-14T16:01:00.235 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2778.ga971fd5f.el9.noa 2/12 2024-04-14T16:01:00.236 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2778.ga971fd5f.el9 3/12 2024-04-14T16:01:00.236 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-14T16:01:00.236 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-14T16:01:00.236 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-14T16:01:00.236 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-14T16:01:00.236 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-14T16:01:00.236 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-14T16:01:00.236 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-14T16:01:00.236 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-14T16:01:00.627 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-14T16:01:00.628 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:00.628 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-04-14T16:01:00.628 INFO:teuthology.orchestra.run.smithi129.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-14T16:01:00.628 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-grafana-dashboards-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T16:01:00.628 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-mgr-dashboard-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T16:01:00.628 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-prometheus-alerts-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T16:01:00.628 INFO:teuthology.orchestra.run.smithi129.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-14T16:01:00.628 INFO:teuthology.orchestra.run.smithi129.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-14T16:01:00.628 INFO:teuthology.orchestra.run.smithi129.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-14T16:01:00.628 INFO:teuthology.orchestra.run.smithi129.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-14T16:01:00.628 INFO:teuthology.orchestra.run.smithi129.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-14T16:01:00.628 INFO:teuthology.orchestra.run.smithi129.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-14T16:01:00.629 INFO:teuthology.orchestra.run.smithi129.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-14T16:01:00.629 INFO:teuthology.orchestra.run.smithi129.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-14T16:01:00.629 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:00.629 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-14T16:01:00.728 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2778.ga971fd5f. 1/1 2024-04-14T16:01:00.728 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:00.728 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-14T16:01:00.728 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-immutable-object-cache-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:01:00.728 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:00.728 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-14T16:01:00.880 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-14T16:01:00.974 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph-mgr 2024-04-14T16:01:01.498 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:12 ago on Sun 14 Apr 2024 03:59:49 PM UTC. 2024-04-14T16:01:01.577 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:03 ago on Sun 14 Apr 2024 03:59:58 PM UTC. 2024-04-14T16:01:01.806 INFO:teuthology.orchestra.run.smithi129.stderr:Modular dependency problems: 2024-04-14T16:01:01.806 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T16:01:01.806 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 1: conflicting requests 2024-04-14T16:01:01.806 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.806 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 2: conflicting requests 2024-04-14T16:01:01.807 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.807 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 3: conflicting requests 2024-04-14T16:01:01.807 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.807 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 4: conflicting requests 2024-04-14T16:01:01.807 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.807 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 5: conflicting requests 2024-04-14T16:01:01.807 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.807 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 6: conflicting requests 2024-04-14T16:01:01.807 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.807 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 7: conflicting requests 2024-04-14T16:01:01.807 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.807 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 8: conflicting requests 2024-04-14T16:01:01.807 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.808 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 9: conflicting requests 2024-04-14T16:01:01.808 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.808 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 10: conflicting requests 2024-04-14T16:01:01.808 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.808 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 11: conflicting requests 2024-04-14T16:01:01.808 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.808 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 12: conflicting requests 2024-04-14T16:01:01.808 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.808 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 13: conflicting requests 2024-04-14T16:01:01.808 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.808 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 14: conflicting requests 2024-04-14T16:01:01.808 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.808 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 15: conflicting requests 2024-04-14T16:01:01.808 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.809 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 16: conflicting requests 2024-04-14T16:01:01.809 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.809 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 17: conflicting requests 2024-04-14T16:01:01.809 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.809 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 18: conflicting requests 2024-04-14T16:01:01.809 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.809 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 19: conflicting requests 2024-04-14T16:01:01.809 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.809 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 20: conflicting requests 2024-04-14T16:01:01.809 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.809 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 21: conflicting requests 2024-04-14T16:01:01.809 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.809 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 22: conflicting requests 2024-04-14T16:01:01.809 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.810 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 23: conflicting requests 2024-04-14T16:01:01.810 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.810 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 24: conflicting requests 2024-04-14T16:01:01.810 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.810 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 25: conflicting requests 2024-04-14T16:01:01.810 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.810 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 26: conflicting requests 2024-04-14T16:01:01.810 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.810 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 27: conflicting requests 2024-04-14T16:01:01.810 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.810 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 28: conflicting requests 2024-04-14T16:01:01.810 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.811 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 29: conflicting requests 2024-04-14T16:01:01.811 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.811 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 30: conflicting requests 2024-04-14T16:01:01.811 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.811 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 31: conflicting requests 2024-04-14T16:01:01.811 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.811 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 32: conflicting requests 2024-04-14T16:01:01.811 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.811 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 33: conflicting requests 2024-04-14T16:01:01.811 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.811 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 34: conflicting requests 2024-04-14T16:01:01.811 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.812 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 35: conflicting requests 2024-04-14T16:01:01.812 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.812 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 36: conflicting requests 2024-04-14T16:01:01.812 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.812 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 37: conflicting requests 2024-04-14T16:01:01.812 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.812 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.812 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.812 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:01.812 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.812 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.812 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.812 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.813 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 39: conflicting requests 2024-04-14T16:01:01.813 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.813 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.813 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.813 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.813 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.814 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.814 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:01.814 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.814 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.817 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.817 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.817 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:01.817 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.817 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.817 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.817 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.817 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:01.817 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.817 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.817 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.818 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.818 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:01.818 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.818 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.818 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.818 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.818 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:01.818 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.818 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.818 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.818 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.818 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:01.818 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.819 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.819 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.819 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.864 INFO:teuthology.orchestra.run.smithi191.stderr:Modular dependency problems: 2024-04-14T16:01:01.864 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T16:01:01.864 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 1: conflicting requests 2024-04-14T16:01:01.864 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.864 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 2: conflicting requests 2024-04-14T16:01:01.864 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.864 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 3: conflicting requests 2024-04-14T16:01:01.864 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.864 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 4: conflicting requests 2024-04-14T16:01:01.864 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.864 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 5: conflicting requests 2024-04-14T16:01:01.865 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.865 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 6: conflicting requests 2024-04-14T16:01:01.865 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.865 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 7: conflicting requests 2024-04-14T16:01:01.865 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.865 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 8: conflicting requests 2024-04-14T16:01:01.865 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.865 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 9: conflicting requests 2024-04-14T16:01:01.865 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.865 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 10: conflicting requests 2024-04-14T16:01:01.865 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.865 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 11: conflicting requests 2024-04-14T16:01:01.865 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.865 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 12: conflicting requests 2024-04-14T16:01:01.866 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.866 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 13: conflicting requests 2024-04-14T16:01:01.866 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.866 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 14: conflicting requests 2024-04-14T16:01:01.866 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.866 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 15: conflicting requests 2024-04-14T16:01:01.866 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.866 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 16: conflicting requests 2024-04-14T16:01:01.866 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.866 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 17: conflicting requests 2024-04-14T16:01:01.866 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.866 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 18: conflicting requests 2024-04-14T16:01:01.867 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.867 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 19: conflicting requests 2024-04-14T16:01:01.867 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.867 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 20: conflicting requests 2024-04-14T16:01:01.867 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.867 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 21: conflicting requests 2024-04-14T16:01:01.867 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.867 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 22: conflicting requests 2024-04-14T16:01:01.867 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.867 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 23: conflicting requests 2024-04-14T16:01:01.867 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.867 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 24: conflicting requests 2024-04-14T16:01:01.868 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.868 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 25: conflicting requests 2024-04-14T16:01:01.868 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.868 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 26: conflicting requests 2024-04-14T16:01:01.868 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.868 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 27: conflicting requests 2024-04-14T16:01:01.868 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.868 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 28: conflicting requests 2024-04-14T16:01:01.868 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.869 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 29: conflicting requests 2024-04-14T16:01:01.869 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.869 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 30: conflicting requests 2024-04-14T16:01:01.869 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.869 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 31: conflicting requests 2024-04-14T16:01:01.869 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.869 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 32: conflicting requests 2024-04-14T16:01:01.869 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.869 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 33: conflicting requests 2024-04-14T16:01:01.869 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.869 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 34: conflicting requests 2024-04-14T16:01:01.869 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.870 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 35: conflicting requests 2024-04-14T16:01:01.870 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.870 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 36: conflicting requests 2024-04-14T16:01:01.870 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.870 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 37: conflicting requests 2024-04-14T16:01:01.870 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.870 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.870 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.870 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:01.870 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.870 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.870 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.870 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.871 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 39: conflicting requests 2024-04-14T16:01:01.871 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.871 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.871 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.871 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.871 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.871 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.871 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:01.871 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.871 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.871 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.871 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.872 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:01.872 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.872 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.872 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.872 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.872 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:01.873 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.873 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.873 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.873 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.873 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:01.873 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.873 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.873 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.873 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.873 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:01.873 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.873 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.873 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.873 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.874 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:01.874 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.874 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.874 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.874 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:01.875 INFO:teuthology.orchestra.run.smithi191.stdout:Package ceph-mgr-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T16:01:01.878 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-14T16:01:01.882 INFO:teuthology.orchestra.run.smithi129.stdout:======================================================================================= 2024-04-14T16:01:01.883 INFO:teuthology.orchestra.run.smithi129.stdout: Package Arch Version Repository Size 2024-04-14T16:01:01.883 INFO:teuthology.orchestra.run.smithi129.stdout:======================================================================================= 2024-04-14T16:01:01.883 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-04-14T16:01:01.883 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 7.4 M 2024-04-14T16:01:01.883 INFO:teuthology.orchestra.run.smithi129.stdout:Installing dependencies: 2024-04-14T16:01:01.883 INFO:teuthology.orchestra.run.smithi129.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-14T16:01:01.883 INFO:teuthology.orchestra.run.smithi129.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-14T16:01:01.883 INFO:teuthology.orchestra.run.smithi129.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-14T16:01:01.883 INFO:teuthology.orchestra.run.smithi129.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-14T16:01:01.883 INFO:teuthology.orchestra.run.smithi129.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-14T16:01:01.883 INFO:teuthology.orchestra.run.smithi129.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-14T16:01:01.883 INFO:teuthology.orchestra.run.smithi129.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-14T16:01:01.883 INFO:teuthology.orchestra.run.smithi129.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-14T16:01:01.883 INFO:teuthology.orchestra.run.smithi129.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-14T16:01:01.884 INFO:teuthology.orchestra.run.smithi129.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-14T16:01:01.884 INFO:teuthology.orchestra.run.smithi129.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-14T16:01:01.884 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:01.884 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-04-14T16:01:01.884 INFO:teuthology.orchestra.run.smithi129.stdout:======================================================================================= 2024-04-14T16:01:01.884 INFO:teuthology.orchestra.run.smithi129.stdout:Install 12 Packages 2024-04-14T16:01:01.884 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:01.884 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 38 M 2024-04-14T16:01:01.884 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 209 M 2024-04-14T16:01:01.884 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-04-14T16:01:01.932 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-14T16:01:01.933 INFO:teuthology.orchestra.run.smithi191.stdout:Nothing to do. 2024-04-14T16:01:01.933 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-14T16:01:02.015 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph-mgr-dashboard 2024-04-14T16:01:02.605 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:04 ago on Sun 14 Apr 2024 03:59:58 PM UTC. 2024-04-14T16:01:02.891 INFO:teuthology.orchestra.run.smithi191.stderr:Modular dependency problems: 2024-04-14T16:01:02.891 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T16:01:02.891 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 1: conflicting requests 2024-04-14T16:01:02.891 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.892 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 2: conflicting requests 2024-04-14T16:01:02.892 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.892 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 3: conflicting requests 2024-04-14T16:01:02.892 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.892 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 4: conflicting requests 2024-04-14T16:01:02.892 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.892 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 5: conflicting requests 2024-04-14T16:01:02.892 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.892 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 6: conflicting requests 2024-04-14T16:01:02.892 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.892 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 7: conflicting requests 2024-04-14T16:01:02.892 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.892 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 8: conflicting requests 2024-04-14T16:01:02.892 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.893 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 9: conflicting requests 2024-04-14T16:01:02.893 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.893 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 10: conflicting requests 2024-04-14T16:01:02.893 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.893 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 11: conflicting requests 2024-04-14T16:01:02.893 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.893 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 12: conflicting requests 2024-04-14T16:01:02.893 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.893 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 13: conflicting requests 2024-04-14T16:01:02.893 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.893 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 14: conflicting requests 2024-04-14T16:01:02.893 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.893 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 15: conflicting requests 2024-04-14T16:01:02.894 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.894 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 16: conflicting requests 2024-04-14T16:01:02.894 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.894 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 17: conflicting requests 2024-04-14T16:01:02.894 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.894 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 18: conflicting requests 2024-04-14T16:01:02.894 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.894 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 19: conflicting requests 2024-04-14T16:01:02.894 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.894 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 20: conflicting requests 2024-04-14T16:01:02.894 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.894 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 21: conflicting requests 2024-04-14T16:01:02.894 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.895 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 22: conflicting requests 2024-04-14T16:01:02.895 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.895 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 23: conflicting requests 2024-04-14T16:01:02.895 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.895 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 24: conflicting requests 2024-04-14T16:01:02.895 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.895 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 25: conflicting requests 2024-04-14T16:01:02.895 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.895 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 26: conflicting requests 2024-04-14T16:01:02.895 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.895 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 27: conflicting requests 2024-04-14T16:01:02.895 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.895 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 28: conflicting requests 2024-04-14T16:01:02.895 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.896 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 29: conflicting requests 2024-04-14T16:01:02.896 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.896 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 30: conflicting requests 2024-04-14T16:01:02.896 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.896 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 31: conflicting requests 2024-04-14T16:01:02.896 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.896 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 32: conflicting requests 2024-04-14T16:01:02.896 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.896 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 33: conflicting requests 2024-04-14T16:01:02.896 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.896 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 34: conflicting requests 2024-04-14T16:01:02.896 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.896 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 35: conflicting requests 2024-04-14T16:01:02.896 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.897 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 36: conflicting requests 2024-04-14T16:01:02.897 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.897 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 37: conflicting requests 2024-04-14T16:01:02.897 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.897 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.897 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.897 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:02.897 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.897 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.897 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.897 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.897 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 39: conflicting requests 2024-04-14T16:01:02.897 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.897 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.898 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.898 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.898 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.898 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.898 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:02.898 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.898 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.898 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.898 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.898 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:02.898 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.898 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.898 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.898 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.899 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:02.899 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.899 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.899 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.899 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.899 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:02.899 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.899 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.899 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.899 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.899 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:02.899 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.899 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.899 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.900 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.900 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:02.900 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.900 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.900 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.900 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:02.935 INFO:teuthology.orchestra.run.smithi129.stdout:(1/12): ceph-mgr-diskprediction-local-19.0.0-27 11 MB/s | 7.4 MB 00:00 2024-04-14T16:01:02.963 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-14T16:01:02.963 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:02.963 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repository Size 2024-04-14T16:01:02.963 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:02.963 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-14T16:01:02.963 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 3.5 M 2024-04-14T16:01:02.963 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2024-04-14T16:01:02.963 INFO:teuthology.orchestra.run.smithi191.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-14T16:01:02.963 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 34 k 2024-04-14T16:01:02.964 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 16 k 2024-04-14T16:01:02.964 INFO:teuthology.orchestra.run.smithi191.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-14T16:01:02.964 INFO:teuthology.orchestra.run.smithi191.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-14T16:01:02.964 INFO:teuthology.orchestra.run.smithi191.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-14T16:01:02.964 INFO:teuthology.orchestra.run.smithi191.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-14T16:01:02.964 INFO:teuthology.orchestra.run.smithi191.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-14T16:01:02.964 INFO:teuthology.orchestra.run.smithi191.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-14T16:01:02.964 INFO:teuthology.orchestra.run.smithi191.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-14T16:01:02.964 INFO:teuthology.orchestra.run.smithi191.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-14T16:01:02.964 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:02.964 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-14T16:01:02.964 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:02.964 INFO:teuthology.orchestra.run.smithi191.stdout:Install 12 Packages 2024-04-14T16:01:02.964 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:02.965 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 8.6 M 2024-04-14T16:01:02.965 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 104 M 2024-04-14T16:01:02.965 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-14T16:01:03.041 INFO:teuthology.orchestra.run.smithi129.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 302 kB/s | 33 kB 00:00 2024-04-14T16:01:03.094 INFO:teuthology.orchestra.run.smithi129.stdout:(3/12): libquadmath-11.4.1-3.el9.x86_64.rpm 226 kB/s | 195 kB 00:00 2024-04-14T16:01:03.175 INFO:teuthology.orchestra.run.smithi129.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 219 kB/s | 18 kB 00:00 2024-04-14T16:01:03.251 INFO:teuthology.orchestra.run.smithi129.stdout:(5/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 14 MB/s | 3.0 MB 00:00 2024-04-14T16:01:03.284 INFO:teuthology.orchestra.run.smithi129.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 324 kB/s | 35 kB 00:00 2024-04-14T16:01:03.393 INFO:teuthology.orchestra.run.smithi129.stdout:(7/12): python3-devel-3.9.17-2.el9.x86_64.rpm 2.2 MB/s | 245 kB 00:00 2024-04-14T16:01:03.493 INFO:teuthology.orchestra.run.smithi129.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 20 MB/s | 4.7 MB 00:00 2024-04-14T16:01:03.544 INFO:teuthology.orchestra.run.smithi129.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 4.9 MB/s | 250 kB 00:00 2024-04-14T16:01:03.627 INFO:teuthology.orchestra.run.smithi129.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 22 MB/s | 5.1 MB 00:00 2024-04-14T16:01:03.802 INFO:teuthology.orchestra.run.smithi129.stdout:(11/12): libgfortran-11.4.1-3.el9.x86_64.rpm 510 kB/s | 803 kB 00:01 2024-04-14T16:01:03.969 INFO:teuthology.orchestra.run.smithi129.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 38 MB/s | 16 MB 00:00 2024-04-14T16:01:03.971 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:01:03.971 INFO:teuthology.orchestra.run.smithi129.stdout:Total 18 MB/s | 38 MB 00:02 2024-04-14T16:01:04.322 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-04-14T16:01:04.350 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-04-14T16:01:04.350 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-04-14T16:01:04.778 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-04-14T16:01:04.778 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-04-14T16:01:04.806 INFO:teuthology.orchestra.run.smithi191.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2778.ga9 135 kB/s | 34 kB 00:00 2024-04-14T16:01:04.840 INFO:teuthology.orchestra.run.smithi191.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2778.ga97 57 kB/s | 16 kB 00:00 2024-04-14T16:01:04.990 INFO:teuthology.orchestra.run.smithi191.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.8 MB/s | 269 kB 00:00 2024-04-14T16:01:05.024 INFO:teuthology.orchestra.run.smithi191.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.6 MB/s | 1.0 MB 00:00 2024-04-14T16:01:05.207 INFO:teuthology.orchestra.run.smithi191.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.9 MB/s | 863 kB 00:00 2024-04-14T16:01:05.283 INFO:teuthology.orchestra.run.smithi191.stdout:(6/12): ceph-mgr-dashboard-19.0.0-2778.ga971fd5 4.9 MB/s | 3.5 MB 00:00 2024-04-14T16:01:05.391 INFO:teuthology.orchestra.run.smithi191.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 106 kB/s | 19 kB 00:00 2024-04-14T16:01:05.499 INFO:teuthology.orchestra.run.smithi191.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-04-14T16:01:05.536 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-04-14T16:01:05.575 INFO:teuthology.orchestra.run.smithi191.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 787 kB/s | 144 kB 00:00 2024-04-14T16:01:05.604 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-14T16:01:05.617 INFO:teuthology.orchestra.run.smithi191.stdout:(10/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 6.0 MB/s | 2.0 MB 00:00 2024-04-14T16:01:05.642 INFO:teuthology.orchestra.run.smithi191.stdout:(11/12): python3-repoze-lru-0.7-16.el9.noarch.r 217 kB/s | 31 kB 00:00 2024-04-14T16:01:05.651 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-14T16:01:05.667 INFO:teuthology.orchestra.run.smithi191.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.0 MB/s | 188 kB 00:00 2024-04-14T16:01:05.670 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:01:05.670 INFO:teuthology.orchestra.run.smithi191.stdout:Total 3.2 MB/s | 8.6 MB 00:02 2024-04-14T16:01:05.720 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-14T16:01:05.738 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-14T16:01:05.738 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-14T16:01:05.758 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-14T16:01:05.794 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-14T16:01:05.922 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-14T16:01:05.922 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-14T16:01:05.973 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-14T16:01:06.001 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-14T16:01:06.077 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-14T16:01:06.454 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-14T16:01:06.526 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-14T16:01:06.561 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-14T16:01:06.607 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-14T16:01:06.646 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-14T16:01:06.718 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-14T16:01:06.768 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-14T16:01:06.831 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-14T16:01:06.898 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-14T16:01:06.992 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-14T16:01:07.034 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-14T16:01:07.064 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-14T16:01:07.096 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2778.ga971fd5f.el9 10/12 2024-04-14T16:01:08.063 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-14T16:01:08.136 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2778.ga971fd5f.el 11/12 2024-04-14T16:01:08.170 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2778.ga971fd5f.el9.noa 12/12 2024-04-14T16:01:09.096 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-14T16:01:09.128 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2778.ga971f 12/12 2024-04-14T16:01:09.506 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2778.ga971fd5f.el9.noa 12/12 2024-04-14T16:01:09.506 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2778.ga971fd5f.el 1/12 2024-04-14T16:01:09.506 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2778.ga971fd5f.el9.noa 2/12 2024-04-14T16:01:09.506 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2778.ga971fd5f.el9 3/12 2024-04-14T16:01:09.506 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-14T16:01:09.506 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-14T16:01:09.506 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-14T16:01:09.507 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-14T16:01:09.507 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-14T16:01:09.507 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-14T16:01:09.507 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-14T16:01:09.507 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-14T16:01:09.869 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-14T16:01:09.870 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:09.870 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-14T16:01:09.870 INFO:teuthology.orchestra.run.smithi191.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-14T16:01:09.870 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-grafana-dashboards-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T16:01:09.870 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mgr-dashboard-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T16:01:09.870 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-prometheus-alerts-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T16:01:09.870 INFO:teuthology.orchestra.run.smithi191.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-14T16:01:09.870 INFO:teuthology.orchestra.run.smithi191.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-14T16:01:09.870 INFO:teuthology.orchestra.run.smithi191.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-14T16:01:09.870 INFO:teuthology.orchestra.run.smithi191.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-14T16:01:09.870 INFO:teuthology.orchestra.run.smithi191.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-14T16:01:09.870 INFO:teuthology.orchestra.run.smithi191.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-14T16:01:09.871 INFO:teuthology.orchestra.run.smithi191.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-14T16:01:09.871 INFO:teuthology.orchestra.run.smithi191.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-14T16:01:09.871 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:09.871 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-14T16:01:10.151 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-14T16:01:10.767 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:12 ago on Sun 14 Apr 2024 03:59:58 PM UTC. 2024-04-14T16:01:11.070 INFO:teuthology.orchestra.run.smithi191.stderr:Modular dependency problems: 2024-04-14T16:01:11.070 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T16:01:11.070 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 1: conflicting requests 2024-04-14T16:01:11.071 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.071 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 2: conflicting requests 2024-04-14T16:01:11.071 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.071 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 3: conflicting requests 2024-04-14T16:01:11.071 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.071 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 4: conflicting requests 2024-04-14T16:01:11.071 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.071 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 5: conflicting requests 2024-04-14T16:01:11.071 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.071 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 6: conflicting requests 2024-04-14T16:01:11.071 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.071 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 7: conflicting requests 2024-04-14T16:01:11.071 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.072 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 8: conflicting requests 2024-04-14T16:01:11.072 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.072 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 9: conflicting requests 2024-04-14T16:01:11.072 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.072 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 10: conflicting requests 2024-04-14T16:01:11.072 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.072 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 11: conflicting requests 2024-04-14T16:01:11.072 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.072 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 12: conflicting requests 2024-04-14T16:01:11.072 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.072 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 13: conflicting requests 2024-04-14T16:01:11.072 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.072 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 14: conflicting requests 2024-04-14T16:01:11.072 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.073 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 15: conflicting requests 2024-04-14T16:01:11.073 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.073 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 16: conflicting requests 2024-04-14T16:01:11.073 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.073 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 17: conflicting requests 2024-04-14T16:01:11.073 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.073 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 18: conflicting requests 2024-04-14T16:01:11.073 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.073 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 19: conflicting requests 2024-04-14T16:01:11.073 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.073 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 20: conflicting requests 2024-04-14T16:01:11.073 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.073 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 21: conflicting requests 2024-04-14T16:01:11.073 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.074 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 22: conflicting requests 2024-04-14T16:01:11.074 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.074 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 23: conflicting requests 2024-04-14T16:01:11.074 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.074 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 24: conflicting requests 2024-04-14T16:01:11.074 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.074 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 25: conflicting requests 2024-04-14T16:01:11.074 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.074 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 26: conflicting requests 2024-04-14T16:01:11.074 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.074 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 27: conflicting requests 2024-04-14T16:01:11.074 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.074 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 28: conflicting requests 2024-04-14T16:01:11.075 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.075 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 29: conflicting requests 2024-04-14T16:01:11.075 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.075 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 30: conflicting requests 2024-04-14T16:01:11.075 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.075 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 31: conflicting requests 2024-04-14T16:01:11.075 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.075 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 32: conflicting requests 2024-04-14T16:01:11.075 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.075 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 33: conflicting requests 2024-04-14T16:01:11.075 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.075 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 34: conflicting requests 2024-04-14T16:01:11.075 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.075 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 35: conflicting requests 2024-04-14T16:01:11.076 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.076 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 36: conflicting requests 2024-04-14T16:01:11.076 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.076 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 37: conflicting requests 2024-04-14T16:01:11.076 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.076 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.076 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.076 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:11.076 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.076 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.076 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.077 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.077 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 39: conflicting requests 2024-04-14T16:01:11.077 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.077 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.077 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.078 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.078 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.078 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.078 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:11.078 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.078 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.078 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.078 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.078 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:11.078 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.078 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.078 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.078 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.079 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:11.079 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.079 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.079 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.079 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.079 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:11.079 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.079 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.079 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.079 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.079 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:11.079 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.079 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.079 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.080 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.080 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:11.080 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.080 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.080 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.080 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:11.144 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-14T16:01:11.145 INFO:teuthology.orchestra.run.smithi191.stdout:======================================================================================= 2024-04-14T16:01:11.145 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repository Size 2024-04-14T16:01:11.145 INFO:teuthology.orchestra.run.smithi191.stdout:======================================================================================= 2024-04-14T16:01:11.145 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-14T16:01:11.145 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 7.4 M 2024-04-14T16:01:11.145 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2024-04-14T16:01:11.145 INFO:teuthology.orchestra.run.smithi191.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-14T16:01:11.145 INFO:teuthology.orchestra.run.smithi191.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-14T16:01:11.145 INFO:teuthology.orchestra.run.smithi191.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-14T16:01:11.145 INFO:teuthology.orchestra.run.smithi191.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-14T16:01:11.146 INFO:teuthology.orchestra.run.smithi191.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-14T16:01:11.146 INFO:teuthology.orchestra.run.smithi191.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-14T16:01:11.146 INFO:teuthology.orchestra.run.smithi191.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-14T16:01:11.146 INFO:teuthology.orchestra.run.smithi191.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-14T16:01:11.146 INFO:teuthology.orchestra.run.smithi191.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-14T16:01:11.146 INFO:teuthology.orchestra.run.smithi191.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-14T16:01:11.146 INFO:teuthology.orchestra.run.smithi191.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-14T16:01:11.146 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:11.146 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-14T16:01:11.146 INFO:teuthology.orchestra.run.smithi191.stdout:======================================================================================= 2024-04-14T16:01:11.146 INFO:teuthology.orchestra.run.smithi191.stdout:Install 12 Packages 2024-04-14T16:01:11.146 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:11.147 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 38 M 2024-04-14T16:01:11.147 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 209 M 2024-04-14T16:01:11.147 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-14T16:01:11.675 INFO:teuthology.orchestra.run.smithi191.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.1 MB/s | 195 kB 00:00 2024-04-14T16:01:11.707 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2778.ga971f 12/12 2024-04-14T16:01:11.708 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2778.ga971f 1/12 2024-04-14T16:01:11.708 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-14T16:01:11.708 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-14T16:01:11.708 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-14T16:01:11.708 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-14T16:01:11.708 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-14T16:01:11.708 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-14T16:01:11.708 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-14T16:01:11.708 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 9/12 2024-04-14T16:01:11.708 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-14T16:01:11.708 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-14T16:01:11.733 INFO:teuthology.orchestra.run.smithi191.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 563 kB/s | 33 kB 00:00 2024-04-14T16:01:11.792 INFO:teuthology.orchestra.run.smithi191.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.6 MB/s | 803 kB 00:00 2024-04-14T16:01:11.842 INFO:teuthology.orchestra.run.smithi191.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 365 kB/s | 18 kB 00:00 2024-04-14T16:01:11.884 INFO:teuthology.orchestra.run.smithi191.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 850 kB/s | 35 kB 00:00 2024-04-14T16:01:11.960 INFO:teuthology.orchestra.run.smithi191.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 13 MB/s | 3.0 MB 00:00 2024-04-14T16:01:12.051 INFO:teuthology.orchestra.run.smithi191.stdout:(7/12): python3-devel-3.9.17-2.el9.x86_64.rpm 2.6 MB/s | 245 kB 00:00 2024-04-14T16:01:12.186 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-14T16:01:12.186 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:12.186 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-04-14T16:01:12.186 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T16:01:12.186 INFO:teuthology.orchestra.run.smithi129.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-14T16:01:12.186 INFO:teuthology.orchestra.run.smithi129.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-14T16:01:12.187 INFO:teuthology.orchestra.run.smithi129.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-14T16:01:12.187 INFO:teuthology.orchestra.run.smithi129.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-14T16:01:12.187 INFO:teuthology.orchestra.run.smithi129.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-14T16:01:12.187 INFO:teuthology.orchestra.run.smithi129.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-14T16:01:12.187 INFO:teuthology.orchestra.run.smithi129.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-14T16:01:12.187 INFO:teuthology.orchestra.run.smithi129.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-14T16:01:12.187 INFO:teuthology.orchestra.run.smithi129.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-14T16:01:12.187 INFO:teuthology.orchestra.run.smithi129.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-14T16:01:12.187 INFO:teuthology.orchestra.run.smithi129.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-14T16:01:12.187 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:12.187 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-14T16:01:12.194 INFO:teuthology.orchestra.run.smithi191.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 15 MB/s | 4.7 MB 00:00 2024-04-14T16:01:12.277 INFO:teuthology.orchestra.run.smithi191.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.9 MB/s | 250 kB 00:00 2024-04-14T16:01:12.377 INFO:teuthology.orchestra.run.smithi191.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 16 MB/s | 5.1 MB 00:00 2024-04-14T16:01:12.494 INFO:teuthology.orchestra.run.smithi191.stdout:(11/12): ceph-mgr-diskprediction-local-19.0.0-2 7.4 MB/s | 7.4 MB 00:00 2024-04-14T16:01:12.588 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install ceph-mgr-rook 2024-04-14T16:01:12.986 INFO:teuthology.orchestra.run.smithi191.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 23 MB/s | 16 MB 00:00 2024-04-14T16:01:12.987 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:01:12.987 INFO:teuthology.orchestra.run.smithi191.stdout:Total 21 MB/s | 38 MB 00:01 2024-04-14T16:01:13.191 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:24 ago on Sun 14 Apr 2024 03:59:49 PM UTC. 2024-04-14T16:01:13.338 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-14T16:01:13.365 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-14T16:01:13.365 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-14T16:01:13.484 INFO:teuthology.orchestra.run.smithi129.stderr:Modular dependency problems: 2024-04-14T16:01:13.484 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T16:01:13.484 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 1: conflicting requests 2024-04-14T16:01:13.485 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.485 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 2: conflicting requests 2024-04-14T16:01:13.485 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.485 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 3: conflicting requests 2024-04-14T16:01:13.485 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.485 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 4: conflicting requests 2024-04-14T16:01:13.485 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.485 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 5: conflicting requests 2024-04-14T16:01:13.485 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.485 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 6: conflicting requests 2024-04-14T16:01:13.485 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.485 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 7: conflicting requests 2024-04-14T16:01:13.485 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.486 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 8: conflicting requests 2024-04-14T16:01:13.486 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.486 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 9: conflicting requests 2024-04-14T16:01:13.486 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.486 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 10: conflicting requests 2024-04-14T16:01:13.486 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.486 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 11: conflicting requests 2024-04-14T16:01:13.486 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.486 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 12: conflicting requests 2024-04-14T16:01:13.486 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.486 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 13: conflicting requests 2024-04-14T16:01:13.486 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.486 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 14: conflicting requests 2024-04-14T16:01:13.486 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.487 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 15: conflicting requests 2024-04-14T16:01:13.487 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.487 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 16: conflicting requests 2024-04-14T16:01:13.487 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.487 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 17: conflicting requests 2024-04-14T16:01:13.487 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.487 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 18: conflicting requests 2024-04-14T16:01:13.487 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.487 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 19: conflicting requests 2024-04-14T16:01:13.487 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.487 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 20: conflicting requests 2024-04-14T16:01:13.487 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.487 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 21: conflicting requests 2024-04-14T16:01:13.488 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.488 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 22: conflicting requests 2024-04-14T16:01:13.488 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.488 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 23: conflicting requests 2024-04-14T16:01:13.488 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.488 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 24: conflicting requests 2024-04-14T16:01:13.488 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.488 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 25: conflicting requests 2024-04-14T16:01:13.488 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.488 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 26: conflicting requests 2024-04-14T16:01:13.488 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.490 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 27: conflicting requests 2024-04-14T16:01:13.490 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.491 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 28: conflicting requests 2024-04-14T16:01:13.491 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.491 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 29: conflicting requests 2024-04-14T16:01:13.491 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.491 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 30: conflicting requests 2024-04-14T16:01:13.491 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.491 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 31: conflicting requests 2024-04-14T16:01:13.491 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.491 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 32: conflicting requests 2024-04-14T16:01:13.492 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.492 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 33: conflicting requests 2024-04-14T16:01:13.492 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.492 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 34: conflicting requests 2024-04-14T16:01:13.492 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.492 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 35: conflicting requests 2024-04-14T16:01:13.492 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.492 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 36: conflicting requests 2024-04-14T16:01:13.492 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.492 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 37: conflicting requests 2024-04-14T16:01:13.492 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.492 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.492 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.492 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:13.493 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.493 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.493 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.493 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.493 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 39: conflicting requests 2024-04-14T16:01:13.493 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.493 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.493 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.493 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.493 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.493 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.493 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:13.493 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.493 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.494 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.494 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.494 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:13.494 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.494 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.494 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.494 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.494 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:13.494 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.494 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.494 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.494 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.494 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:13.494 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.495 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.495 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.495 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.495 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:13.495 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.495 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.495 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.495 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.496 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:13.496 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.496 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.496 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.496 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:13.553 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-14T16:01:13.555 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:13.555 INFO:teuthology.orchestra.run.smithi129.stdout: Package Arch Version Repository Size 2024-04-14T16:01:13.555 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:13.555 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-04-14T16:01:13.555 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-mgr-rook noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 49 k 2024-04-14T16:01:13.555 INFO:teuthology.orchestra.run.smithi129.stdout:Installing dependencies: 2024-04-14T16:01:13.555 INFO:teuthology.orchestra.run.smithi129.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-14T16:01:13.555 INFO:teuthology.orchestra.run.smithi129.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-14T16:01:13.555 INFO:teuthology.orchestra.run.smithi129.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-14T16:01:13.556 INFO:teuthology.orchestra.run.smithi129.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-14T16:01:13.556 INFO:teuthology.orchestra.run.smithi129.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-14T16:01:13.556 INFO:teuthology.orchestra.run.smithi129.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-14T16:01:13.556 INFO:teuthology.orchestra.run.smithi129.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-14T16:01:13.556 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-14T16:01:13.556 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-14T16:01:13.556 INFO:teuthology.orchestra.run.smithi129.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-14T16:01:13.556 INFO:teuthology.orchestra.run.smithi129.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-14T16:01:13.556 INFO:teuthology.orchestra.run.smithi129.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-14T16:01:13.556 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:13.556 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-04-14T16:01:13.557 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:13.557 INFO:teuthology.orchestra.run.smithi129.stdout:Install 13 Packages 2024-04-14T16:01:13.557 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:13.557 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 2.2 M 2024-04-14T16:01:13.557 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 26 M 2024-04-14T16:01:13.557 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-04-14T16:01:13.801 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-14T16:01:13.802 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-14T16:01:13.920 INFO:teuthology.orchestra.run.smithi129.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 214 kB/s | 19 kB 00:00 2024-04-14T16:01:13.937 INFO:teuthology.orchestra.run.smithi129.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 240 kB/s | 26 kB 00:00 2024-04-14T16:01:14.038 INFO:teuthology.orchestra.run.smithi129.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.6 MB/s | 159 kB 00:00 2024-04-14T16:01:14.063 INFO:teuthology.orchestra.run.smithi129.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.5 MB/s | 222 kB 00:00 2024-04-14T16:01:14.163 INFO:teuthology.orchestra.run.smithi129.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.2 MB/s | 279 kB 00:00 2024-04-14T16:01:14.180 INFO:teuthology.orchestra.run.smithi129.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 458 kB/s | 54 kB 00:00 2024-04-14T16:01:14.305 INFO:teuthology.orchestra.run.smithi129.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 227 kB/s | 32 kB 00:00 2024-04-14T16:01:14.339 INFO:teuthology.orchestra.run.smithi129.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 94 kB/s | 15 kB 00:00 2024-04-14T16:01:14.373 INFO:teuthology.orchestra.run.smithi129.stdout:(9/13): ceph-mgr-rook-19.0.0-2778.ga971fd5f.el9 91 kB/s | 49 kB 00:00 2024-04-14T16:01:14.398 INFO:teuthology.orchestra.run.smithi129.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 2.1 MB/s | 203 kB 00:00 2024-04-14T16:01:14.465 INFO:teuthology.orchestra.run.smithi129.stdout:(11/13): python3-kubernetes-26.1.0-2.el9.noarch 8.1 MB/s | 1.0 MB 00:00 2024-04-14T16:01:14.482 INFO:teuthology.orchestra.run.smithi129.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 544 kB/s | 59 kB 00:00 2024-04-14T16:01:14.507 INFO:teuthology.orchestra.run.smithi129.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 827 kB/s | 90 kB 00:00 2024-04-14T16:01:14.509 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:01:14.509 INFO:teuthology.orchestra.run.smithi129.stdout:Total 2.3 MB/s | 2.2 MB 00:00 2024-04-14T16:01:14.572 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-04-14T16:01:14.575 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-14T16:01:14.587 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-04-14T16:01:14.587 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-04-14T16:01:14.642 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-14T16:01:14.682 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-04-14T16:01:14.682 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-04-14T16:01:14.692 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-14T16:01:14.793 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-14T16:01:14.829 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-14T16:01:14.997 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-14T16:01:15.036 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-14T16:01:15.112 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-14T16:01:15.197 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-04-14T16:01:15.363 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-14T16:01:15.416 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-14T16:01:15.472 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-14T16:01:15.509 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-14T16:01:15.551 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-14T16:01:15.644 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-14T16:01:15.746 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-14T16:01:15.757 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-14T16:01:15.803 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-14T16:01:15.881 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-14T16:01:16.523 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-14T16:01:16.567 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-14T16:01:16.600 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-14T16:01:16.649 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-14T16:01:16.679 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-mgr-rook-2:19.0.0-2778.ga971fd5f.el9.noarch 13/13 2024-04-14T16:01:17.160 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-14T16:01:17.504 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2778.ga971fd5f.el9.noarch 13/13 2024-04-14T16:01:17.504 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2778.ga971fd5f.el9.noarch 1/13 2024-04-14T16:01:17.504 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-14T16:01:17.504 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-14T16:01:17.504 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-14T16:01:17.504 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-14T16:01:17.504 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-14T16:01:17.505 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-14T16:01:17.505 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-14T16:01:17.505 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-14T16:01:17.505 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-14T16:01:17.505 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-14T16:01:17.505 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-14T16:01:17.885 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-14T16:01:17.885 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:17.886 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-04-14T16:01:17.886 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-mgr-rook-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T16:01:17.886 INFO:teuthology.orchestra.run.smithi129.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-14T16:01:17.886 INFO:teuthology.orchestra.run.smithi129.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-14T16:01:17.886 INFO:teuthology.orchestra.run.smithi129.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-14T16:01:17.886 INFO:teuthology.orchestra.run.smithi129.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-14T16:01:17.886 INFO:teuthology.orchestra.run.smithi129.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-14T16:01:17.886 INFO:teuthology.orchestra.run.smithi129.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-14T16:01:17.886 INFO:teuthology.orchestra.run.smithi129.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-14T16:01:17.886 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-14T16:01:17.886 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-14T16:01:17.886 INFO:teuthology.orchestra.run.smithi129.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-14T16:01:17.886 INFO:teuthology.orchestra.run.smithi129.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-14T16:01:17.887 INFO:teuthology.orchestra.run.smithi129.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-14T16:01:17.887 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:17.887 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-14T16:01:18.130 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install ceph-mgr-cephadm 2024-04-14T16:01:18.194 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-14T16:01:18.227 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2778.ga971f 12/12 2024-04-14T16:01:18.724 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:29 ago on Sun 14 Apr 2024 03:59:49 PM UTC. 2024-04-14T16:01:19.013 INFO:teuthology.orchestra.run.smithi129.stderr:Modular dependency problems: 2024-04-14T16:01:19.013 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T16:01:19.013 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 1: conflicting requests 2024-04-14T16:01:19.013 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.013 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 2: conflicting requests 2024-04-14T16:01:19.013 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.013 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 3: conflicting requests 2024-04-14T16:01:19.013 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.013 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 4: conflicting requests 2024-04-14T16:01:19.013 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.013 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 5: conflicting requests 2024-04-14T16:01:19.014 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.014 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 6: conflicting requests 2024-04-14T16:01:19.014 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.014 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 7: conflicting requests 2024-04-14T16:01:19.014 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.014 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 8: conflicting requests 2024-04-14T16:01:19.014 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.014 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 9: conflicting requests 2024-04-14T16:01:19.014 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.014 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 10: conflicting requests 2024-04-14T16:01:19.014 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.014 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 11: conflicting requests 2024-04-14T16:01:19.014 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.015 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 12: conflicting requests 2024-04-14T16:01:19.015 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.015 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 13: conflicting requests 2024-04-14T16:01:19.015 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.015 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 14: conflicting requests 2024-04-14T16:01:19.015 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.015 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 15: conflicting requests 2024-04-14T16:01:19.015 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.015 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 16: conflicting requests 2024-04-14T16:01:19.015 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.015 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 17: conflicting requests 2024-04-14T16:01:19.015 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.015 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 18: conflicting requests 2024-04-14T16:01:19.015 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.016 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 19: conflicting requests 2024-04-14T16:01:19.016 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.016 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 20: conflicting requests 2024-04-14T16:01:19.016 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.016 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 21: conflicting requests 2024-04-14T16:01:19.016 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.016 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 22: conflicting requests 2024-04-14T16:01:19.016 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.016 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 23: conflicting requests 2024-04-14T16:01:19.016 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.016 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 24: conflicting requests 2024-04-14T16:01:19.016 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.016 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 25: conflicting requests 2024-04-14T16:01:19.016 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.017 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 26: conflicting requests 2024-04-14T16:01:19.017 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.017 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 27: conflicting requests 2024-04-14T16:01:19.017 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.017 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 28: conflicting requests 2024-04-14T16:01:19.017 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.017 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 29: conflicting requests 2024-04-14T16:01:19.017 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.017 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 30: conflicting requests 2024-04-14T16:01:19.017 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.017 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 31: conflicting requests 2024-04-14T16:01:19.017 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.017 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 32: conflicting requests 2024-04-14T16:01:19.017 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.018 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 33: conflicting requests 2024-04-14T16:01:19.018 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.018 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 34: conflicting requests 2024-04-14T16:01:19.018 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.018 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 35: conflicting requests 2024-04-14T16:01:19.018 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.018 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 36: conflicting requests 2024-04-14T16:01:19.018 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.018 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 37: conflicting requests 2024-04-14T16:01:19.018 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.018 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.018 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.018 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:19.018 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.019 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.019 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.019 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.019 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 39: conflicting requests 2024-04-14T16:01:19.019 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.019 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.019 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.019 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.019 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.019 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.019 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:19.019 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.019 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.019 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.020 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.020 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:19.020 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.020 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.020 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.020 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.020 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:19.020 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.020 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.020 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.020 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.020 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:19.020 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.020 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.021 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.021 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.022 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:19.022 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.022 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.022 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.022 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.022 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:19.022 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.022 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.022 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.022 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:19.082 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-14T16:01:19.083 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:19.083 INFO:teuthology.orchestra.run.smithi129.stdout: Package Arch Version Repository Size 2024-04-14T16:01:19.083 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:19.083 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-04-14T16:01:19.083 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 141 k 2024-04-14T16:01:19.083 INFO:teuthology.orchestra.run.smithi129.stdout:Installing dependencies: 2024-04-14T16:01:19.083 INFO:teuthology.orchestra.run.smithi129.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-14T16:01:19.083 INFO:teuthology.orchestra.run.smithi129.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-14T16:01:19.083 INFO:teuthology.orchestra.run.smithi129.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-14T16:01:19.083 INFO:teuthology.orchestra.run.smithi129.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-14T16:01:19.084 INFO:teuthology.orchestra.run.smithi129.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-14T16:01:19.084 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:19.084 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-04-14T16:01:19.084 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:19.084 INFO:teuthology.orchestra.run.smithi129.stdout:Install 6 Packages 2024-04-14T16:01:19.084 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:19.084 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 7.0 M 2024-04-14T16:01:19.085 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 33 M 2024-04-14T16:01:19.085 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-04-14T16:01:19.410 INFO:teuthology.orchestra.run.smithi129.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.7 MB/s | 248 kB 00:00 2024-04-14T16:01:19.577 INFO:teuthology.orchestra.run.smithi129.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 19 MB/s | 6.0 MB 00:00 2024-04-14T16:01:19.694 INFO:teuthology.orchestra.run.smithi129.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2778.ga971fd5f.e 330 kB/s | 141 kB 00:00 2024-04-14T16:01:19.869 INFO:teuthology.orchestra.run.smithi129.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 198 kB/s | 58 kB 00:00 2024-04-14T16:01:19.903 INFO:teuthology.orchestra.run.smithi129.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.1 MB/s | 548 kB 00:00 2024-04-14T16:01:19.978 INFO:teuthology.orchestra.run.smithi129.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 180 kB/s | 51 kB 00:00 2024-04-14T16:01:19.981 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:01:19.981 INFO:teuthology.orchestra.run.smithi129.stdout:Total 7.8 MB/s | 7.0 MB 00:00 2024-04-14T16:01:20.051 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-04-14T16:01:20.063 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-04-14T16:01:20.064 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-04-14T16:01:20.168 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-04-14T16:01:20.168 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-04-14T16:01:20.483 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-04-14T16:01:20.653 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-14T16:01:20.713 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-14T16:01:20.866 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2778.ga971f 12/12 2024-04-14T16:01:20.866 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2778.ga971f 1/12 2024-04-14T16:01:20.866 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-14T16:01:20.866 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-14T16:01:20.866 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-14T16:01:20.866 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-14T16:01:20.866 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-14T16:01:20.866 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-14T16:01:20.866 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-14T16:01:20.866 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 9/12 2024-04-14T16:01:20.866 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-14T16:01:20.866 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-14T16:01:21.236 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-14T16:01:21.316 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-14T16:01:21.339 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-14T16:01:21.339 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:21.339 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-14T16:01:21.339 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T16:01:21.339 INFO:teuthology.orchestra.run.smithi191.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-14T16:01:21.339 INFO:teuthology.orchestra.run.smithi191.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-14T16:01:21.339 INFO:teuthology.orchestra.run.smithi191.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-14T16:01:21.340 INFO:teuthology.orchestra.run.smithi191.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-14T16:01:21.340 INFO:teuthology.orchestra.run.smithi191.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-14T16:01:21.340 INFO:teuthology.orchestra.run.smithi191.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-14T16:01:21.340 INFO:teuthology.orchestra.run.smithi191.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-14T16:01:21.340 INFO:teuthology.orchestra.run.smithi191.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-14T16:01:21.340 INFO:teuthology.orchestra.run.smithi191.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-14T16:01:21.340 INFO:teuthology.orchestra.run.smithi191.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-14T16:01:21.341 INFO:teuthology.orchestra.run.smithi191.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-14T16:01:21.341 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:21.341 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-14T16:01:21.387 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-14T16:01:21.426 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 6/6 2024-04-14T16:01:21.746 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph-mgr-rook 2024-04-14T16:01:22.251 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 6/6 2024-04-14T16:01:22.251 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 1/6 2024-04-14T16:01:22.252 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-14T16:01:22.252 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-14T16:01:22.252 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-14T16:01:22.252 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-14T16:01:22.358 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:24 ago on Sun 14 Apr 2024 03:59:58 PM UTC. 2024-04-14T16:01:22.580 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-14T16:01:22.580 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:22.580 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-04-14T16:01:22.580 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-mgr-cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T16:01:22.580 INFO:teuthology.orchestra.run.smithi129.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-14T16:01:22.580 INFO:teuthology.orchestra.run.smithi129.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-14T16:01:22.580 INFO:teuthology.orchestra.run.smithi129.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-14T16:01:22.580 INFO:teuthology.orchestra.run.smithi129.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-14T16:01:22.581 INFO:teuthology.orchestra.run.smithi129.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-14T16:01:22.581 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:22.581 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-14T16:01:22.645 INFO:teuthology.orchestra.run.smithi191.stderr:Modular dependency problems: 2024-04-14T16:01:22.646 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T16:01:22.646 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 1: conflicting requests 2024-04-14T16:01:22.646 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.646 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 2: conflicting requests 2024-04-14T16:01:22.646 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.646 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 3: conflicting requests 2024-04-14T16:01:22.646 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.646 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 4: conflicting requests 2024-04-14T16:01:22.646 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.646 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 5: conflicting requests 2024-04-14T16:01:22.646 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.646 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 6: conflicting requests 2024-04-14T16:01:22.647 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.647 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 7: conflicting requests 2024-04-14T16:01:22.647 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.647 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 8: conflicting requests 2024-04-14T16:01:22.647 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.647 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 9: conflicting requests 2024-04-14T16:01:22.647 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.647 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 10: conflicting requests 2024-04-14T16:01:22.647 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.647 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 11: conflicting requests 2024-04-14T16:01:22.647 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.647 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 12: conflicting requests 2024-04-14T16:01:22.647 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.647 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 13: conflicting requests 2024-04-14T16:01:22.648 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.648 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 14: conflicting requests 2024-04-14T16:01:22.648 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.648 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 15: conflicting requests 2024-04-14T16:01:22.648 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.648 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 16: conflicting requests 2024-04-14T16:01:22.648 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.648 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 17: conflicting requests 2024-04-14T16:01:22.648 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.648 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 18: conflicting requests 2024-04-14T16:01:22.648 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.648 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 19: conflicting requests 2024-04-14T16:01:22.648 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.648 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 20: conflicting requests 2024-04-14T16:01:22.649 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.649 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 21: conflicting requests 2024-04-14T16:01:22.649 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.649 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 22: conflicting requests 2024-04-14T16:01:22.649 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.649 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 23: conflicting requests 2024-04-14T16:01:22.649 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.649 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 24: conflicting requests 2024-04-14T16:01:22.649 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.649 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 25: conflicting requests 2024-04-14T16:01:22.649 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.649 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 26: conflicting requests 2024-04-14T16:01:22.649 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.649 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 27: conflicting requests 2024-04-14T16:01:22.650 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.650 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 28: conflicting requests 2024-04-14T16:01:22.650 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.650 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 29: conflicting requests 2024-04-14T16:01:22.650 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.650 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 30: conflicting requests 2024-04-14T16:01:22.650 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.650 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 31: conflicting requests 2024-04-14T16:01:22.650 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.650 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 32: conflicting requests 2024-04-14T16:01:22.650 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.650 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 33: conflicting requests 2024-04-14T16:01:22.650 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.651 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 34: conflicting requests 2024-04-14T16:01:22.651 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.651 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 35: conflicting requests 2024-04-14T16:01:22.651 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.651 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 36: conflicting requests 2024-04-14T16:01:22.651 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.651 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 37: conflicting requests 2024-04-14T16:01:22.651 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.651 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.651 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.651 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:22.651 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.651 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.651 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.652 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.652 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 39: conflicting requests 2024-04-14T16:01:22.652 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.652 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.652 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.652 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.652 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.652 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.652 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:22.652 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.652 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.652 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.653 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.653 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:22.653 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.653 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.653 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.653 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.653 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:22.653 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.653 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.653 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.653 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.653 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:22.653 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.653 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.653 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.654 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.654 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:22.654 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.654 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.654 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.654 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.654 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:22.654 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.654 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.654 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.654 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:22.714 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-14T16:01:22.715 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:22.715 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repository Size 2024-04-14T16:01:22.715 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:22.716 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-14T16:01:22.716 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mgr-rook noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 49 k 2024-04-14T16:01:22.716 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2024-04-14T16:01:22.716 INFO:teuthology.orchestra.run.smithi191.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-14T16:01:22.716 INFO:teuthology.orchestra.run.smithi191.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-14T16:01:22.716 INFO:teuthology.orchestra.run.smithi191.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-14T16:01:22.716 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-14T16:01:22.716 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-14T16:01:22.716 INFO:teuthology.orchestra.run.smithi191.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-14T16:01:22.716 INFO:teuthology.orchestra.run.smithi191.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-14T16:01:22.716 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-14T16:01:22.717 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-14T16:01:22.717 INFO:teuthology.orchestra.run.smithi191.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-14T16:01:22.717 INFO:teuthology.orchestra.run.smithi191.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-14T16:01:22.717 INFO:teuthology.orchestra.run.smithi191.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-14T16:01:22.717 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:22.717 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-14T16:01:22.717 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:22.717 INFO:teuthology.orchestra.run.smithi191.stdout:Install 13 Packages 2024-04-14T16:01:22.717 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:22.718 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 2.2 M 2024-04-14T16:01:22.718 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 26 M 2024-04-14T16:01:22.718 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-14T16:01:22.807 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install ceph-fuse 2024-04-14T16:01:23.126 INFO:teuthology.orchestra.run.smithi191.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 98 kB/s | 19 kB 00:00 2024-04-14T16:01:23.151 INFO:teuthology.orchestra.run.smithi191.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 116 kB/s | 26 kB 00:00 2024-04-14T16:01:23.235 INFO:teuthology.orchestra.run.smithi191.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.0 MB/s | 222 kB 00:00 2024-04-14T16:01:23.260 INFO:teuthology.orchestra.run.smithi191.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.4 MB/s | 159 kB 00:00 2024-04-14T16:01:23.319 INFO:teuthology.orchestra.run.smithi191.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 3.3 MB/s | 279 kB 00:00 2024-04-14T16:01:23.344 INFO:teuthology.orchestra.run.smithi191.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 648 kB/s | 54 kB 00:00 2024-04-14T16:01:23.369 INFO:teuthology.orchestra.run.smithi191.stdout:(7/13): ceph-mgr-rook-19.0.0-2778.ga971fd5f.el9 112 kB/s | 49 kB 00:00 2024-04-14T16:01:23.403 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:34 ago on Sun 14 Apr 2024 03:59:49 PM UTC. 2024-04-14T16:01:23.603 INFO:teuthology.orchestra.run.smithi191.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 113 kB/s | 32 kB 00:00 2024-04-14T16:01:23.628 INFO:teuthology.orchestra.run.smithi191.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 53 kB/s | 15 kB 00:00 2024-04-14T16:01:23.693 INFO:teuthology.orchestra.run.smithi129.stderr:Modular dependency problems: 2024-04-14T16:01:23.693 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T16:01:23.693 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 1: conflicting requests 2024-04-14T16:01:23.693 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.693 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 2: conflicting requests 2024-04-14T16:01:23.693 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.693 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 3: conflicting requests 2024-04-14T16:01:23.693 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.693 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 4: conflicting requests 2024-04-14T16:01:23.694 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.694 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 5: conflicting requests 2024-04-14T16:01:23.694 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.694 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 6: conflicting requests 2024-04-14T16:01:23.694 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.694 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 7: conflicting requests 2024-04-14T16:01:23.694 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.694 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 8: conflicting requests 2024-04-14T16:01:23.694 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.694 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 9: conflicting requests 2024-04-14T16:01:23.694 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.695 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 10: conflicting requests 2024-04-14T16:01:23.695 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.695 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 11: conflicting requests 2024-04-14T16:01:23.695 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.695 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 12: conflicting requests 2024-04-14T16:01:23.695 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.695 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 13: conflicting requests 2024-04-14T16:01:23.695 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.695 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 14: conflicting requests 2024-04-14T16:01:23.695 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.695 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 15: conflicting requests 2024-04-14T16:01:23.695 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.695 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 16: conflicting requests 2024-04-14T16:01:23.696 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.696 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 17: conflicting requests 2024-04-14T16:01:23.696 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.696 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 18: conflicting requests 2024-04-14T16:01:23.696 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.696 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 19: conflicting requests 2024-04-14T16:01:23.696 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.696 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 20: conflicting requests 2024-04-14T16:01:23.696 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.696 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 21: conflicting requests 2024-04-14T16:01:23.696 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.696 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 22: conflicting requests 2024-04-14T16:01:23.697 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.697 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 23: conflicting requests 2024-04-14T16:01:23.697 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.697 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 24: conflicting requests 2024-04-14T16:01:23.697 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.697 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 25: conflicting requests 2024-04-14T16:01:23.697 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.697 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 26: conflicting requests 2024-04-14T16:01:23.697 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.697 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 27: conflicting requests 2024-04-14T16:01:23.697 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.697 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 28: conflicting requests 2024-04-14T16:01:23.697 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.698 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 29: conflicting requests 2024-04-14T16:01:23.698 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.698 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 30: conflicting requests 2024-04-14T16:01:23.698 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.698 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 31: conflicting requests 2024-04-14T16:01:23.698 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.698 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 32: conflicting requests 2024-04-14T16:01:23.698 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.698 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 33: conflicting requests 2024-04-14T16:01:23.698 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.698 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 34: conflicting requests 2024-04-14T16:01:23.698 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.699 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 35: conflicting requests 2024-04-14T16:01:23.699 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.699 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 36: conflicting requests 2024-04-14T16:01:23.699 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.699 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 37: conflicting requests 2024-04-14T16:01:23.699 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.699 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.699 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.699 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:23.699 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.699 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.699 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.699 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.700 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 39: conflicting requests 2024-04-14T16:01:23.700 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.700 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.700 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.700 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.700 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.700 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.700 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:23.700 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.700 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.700 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.700 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.701 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:23.701 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.701 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.701 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.701 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.701 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:23.701 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.701 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.701 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.701 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.701 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:23.701 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.701 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.701 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.702 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.702 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:23.702 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.702 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.702 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.702 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.702 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:23.702 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.702 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.702 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.702 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:23.753 INFO:teuthology.orchestra.run.smithi191.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 528 kB/s | 203 kB 00:00 2024-04-14T16:01:23.762 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-14T16:01:23.763 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:23.763 INFO:teuthology.orchestra.run.smithi129.stdout: Package Arch Version Repository Size 2024-04-14T16:01:23.763 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:23.763 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-04-14T16:01:23.764 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-fuse x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 891 k 2024-04-14T16:01:23.764 INFO:teuthology.orchestra.run.smithi129.stdout:Installing dependencies: 2024-04-14T16:01:23.764 INFO:teuthology.orchestra.run.smithi129.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-14T16:01:23.764 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:23.764 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-04-14T16:01:23.764 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:23.764 INFO:teuthology.orchestra.run.smithi129.stdout:Install 2 Packages 2024-04-14T16:01:23.764 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:23.764 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 971 k 2024-04-14T16:01:23.764 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 2.8 M 2024-04-14T16:01:23.764 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-04-14T16:01:23.778 INFO:teuthology.orchestra.run.smithi191.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 393 kB/s | 59 kB 00:00 2024-04-14T16:01:23.845 INFO:teuthology.orchestra.run.smithi191.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 976 kB/s | 90 kB 00:00 2024-04-14T16:01:23.895 INFO:teuthology.orchestra.run.smithi191.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.5 MB/s | 1.0 MB 00:00 2024-04-14T16:01:23.900 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:01:23.900 INFO:teuthology.orchestra.run.smithi191.stdout:Total 1.9 MB/s | 2.2 MB 00:01 2024-04-14T16:01:23.963 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-14T16:01:23.978 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-14T16:01:23.978 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-14T16:01:24.073 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-14T16:01:24.073 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-14T16:01:24.289 INFO:teuthology.orchestra.run.smithi129.stdout:(1/2): ceph-fuse-19.0.0-2778.ga971fd5f.el9.x86_ 1.9 MB/s | 891 kB 00:00 2024-04-14T16:01:24.506 INFO:teuthology.orchestra.run.smithi129.stdout:(2/2): fuse-2.9.9-15.el9.x86_64.rpm 118 kB/s | 80 kB 00:00 2024-04-14T16:01:24.506 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:01:24.507 INFO:teuthology.orchestra.run.smithi129.stdout:Total 1.3 MB/s | 971 kB 00:00 2024-04-14T16:01:24.519 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-04-14T16:01:24.574 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-04-14T16:01:24.574 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-04-14T16:01:24.592 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-14T16:01:24.618 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-04-14T16:01:24.619 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-04-14T16:01:24.769 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-14T16:01:24.801 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-04-14T16:01:24.821 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-14T16:01:24.877 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-14T16:01:24.915 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-14T16:01:24.940 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-14T16:01:24.956 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-14T16:01:25.015 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 2/2 2024-04-14T16:01:25.051 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-14T16:01:25.160 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-14T16:01:25.208 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-14T16:01:25.734 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 2/2 2024-04-14T16:01:25.734 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/2 2024-04-14T16:01:25.934 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-14T16:01:25.987 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-14T16:01:26.021 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-14T16:01:26.065 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-14T16:01:26.066 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:26.066 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-04-14T16:01:26.066 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-14T16:01:26.066 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:26.066 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-14T16:01:26.070 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-14T16:01:26.091 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-mgr-rook-2:19.0.0-2778.ga971fd5f.el9.noarch 13/13 2024-04-14T16:01:26.395 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install ceph-volume 2024-04-14T16:01:26.866 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2778.ga971fd5f.el9.noarch 13/13 2024-04-14T16:01:26.867 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2778.ga971fd5f.el9.noarch 1/13 2024-04-14T16:01:26.867 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-14T16:01:26.867 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-14T16:01:26.867 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-14T16:01:26.867 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-14T16:01:26.867 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-14T16:01:26.867 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-14T16:01:26.867 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-14T16:01:26.867 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-14T16:01:26.867 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-14T16:01:26.867 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-14T16:01:26.867 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-14T16:01:27.009 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:38 ago on Sun 14 Apr 2024 03:59:49 PM UTC. 2024-04-14T16:01:27.254 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-14T16:01:27.254 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:27.254 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-14T16:01:27.254 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mgr-rook-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T16:01:27.254 INFO:teuthology.orchestra.run.smithi191.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-14T16:01:27.254 INFO:teuthology.orchestra.run.smithi191.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-14T16:01:27.254 INFO:teuthology.orchestra.run.smithi191.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-14T16:01:27.254 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-14T16:01:27.255 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-14T16:01:27.255 INFO:teuthology.orchestra.run.smithi191.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-14T16:01:27.255 INFO:teuthology.orchestra.run.smithi191.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-14T16:01:27.255 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-14T16:01:27.255 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-14T16:01:27.255 INFO:teuthology.orchestra.run.smithi191.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-14T16:01:27.255 INFO:teuthology.orchestra.run.smithi191.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-14T16:01:27.255 INFO:teuthology.orchestra.run.smithi191.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-14T16:01:27.255 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:27.255 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-14T16:01:27.301 INFO:teuthology.orchestra.run.smithi129.stderr:Modular dependency problems: 2024-04-14T16:01:27.301 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T16:01:27.301 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 1: conflicting requests 2024-04-14T16:01:27.301 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.301 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 2: conflicting requests 2024-04-14T16:01:27.302 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.302 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 3: conflicting requests 2024-04-14T16:01:27.302 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.302 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 4: conflicting requests 2024-04-14T16:01:27.302 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.302 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 5: conflicting requests 2024-04-14T16:01:27.302 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.302 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 6: conflicting requests 2024-04-14T16:01:27.302 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.302 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 7: conflicting requests 2024-04-14T16:01:27.302 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.302 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 8: conflicting requests 2024-04-14T16:01:27.302 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.302 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 9: conflicting requests 2024-04-14T16:01:27.303 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.303 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 10: conflicting requests 2024-04-14T16:01:27.303 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.303 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 11: conflicting requests 2024-04-14T16:01:27.303 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.303 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 12: conflicting requests 2024-04-14T16:01:27.303 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.303 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 13: conflicting requests 2024-04-14T16:01:27.303 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.303 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 14: conflicting requests 2024-04-14T16:01:27.303 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.303 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 15: conflicting requests 2024-04-14T16:01:27.303 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.303 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 16: conflicting requests 2024-04-14T16:01:27.304 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.304 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 17: conflicting requests 2024-04-14T16:01:27.304 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.304 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 18: conflicting requests 2024-04-14T16:01:27.304 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.304 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 19: conflicting requests 2024-04-14T16:01:27.304 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.304 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 20: conflicting requests 2024-04-14T16:01:27.304 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.304 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 21: conflicting requests 2024-04-14T16:01:27.304 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.304 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 22: conflicting requests 2024-04-14T16:01:27.304 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.304 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 23: conflicting requests 2024-04-14T16:01:27.304 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.305 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 24: conflicting requests 2024-04-14T16:01:27.305 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.305 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 25: conflicting requests 2024-04-14T16:01:27.305 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.305 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 26: conflicting requests 2024-04-14T16:01:27.305 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.305 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 27: conflicting requests 2024-04-14T16:01:27.305 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.305 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 28: conflicting requests 2024-04-14T16:01:27.305 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.305 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 29: conflicting requests 2024-04-14T16:01:27.305 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.305 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 30: conflicting requests 2024-04-14T16:01:27.305 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.306 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 31: conflicting requests 2024-04-14T16:01:27.306 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.306 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 32: conflicting requests 2024-04-14T16:01:27.306 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.306 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 33: conflicting requests 2024-04-14T16:01:27.306 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.306 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 34: conflicting requests 2024-04-14T16:01:27.306 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.306 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 35: conflicting requests 2024-04-14T16:01:27.306 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.306 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 36: conflicting requests 2024-04-14T16:01:27.306 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.306 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 37: conflicting requests 2024-04-14T16:01:27.307 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.307 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.307 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.307 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:27.307 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.307 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.307 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.307 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.307 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 39: conflicting requests 2024-04-14T16:01:27.307 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.307 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.307 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.307 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.307 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.307 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.308 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:27.308 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.308 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.308 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.308 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.308 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:27.308 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.308 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.308 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.308 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.308 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:27.308 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.309 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.309 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.309 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.309 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:27.310 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.310 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.310 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.310 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.310 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:27.310 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.310 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.310 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.310 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.310 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:27.311 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.311 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.311 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.311 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:27.372 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-14T16:01:27.372 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:27.372 INFO:teuthology.orchestra.run.smithi129.stdout: Package Arch Version Repository Size 2024-04-14T16:01:27.372 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:27.373 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-04-14T16:01:27.373 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-volume noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 264 k 2024-04-14T16:01:27.373 INFO:teuthology.orchestra.run.smithi129.stdout:Installing dependencies: 2024-04-14T16:01:27.373 INFO:teuthology.orchestra.run.smithi129.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-14T16:01:27.373 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:27.373 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-04-14T16:01:27.373 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:27.373 INFO:teuthology.orchestra.run.smithi129.stdout:Install 2 Packages 2024-04-14T16:01:27.373 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:27.374 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 341 k 2024-04-14T16:01:27.374 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 1.5 M 2024-04-14T16:01:27.374 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-04-14T16:01:27.502 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph-mgr-cephadm 2024-04-14T16:01:27.778 INFO:teuthology.orchestra.run.smithi129.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 673 kB/s | 77 kB 00:00 2024-04-14T16:01:28.028 INFO:teuthology.orchestra.run.smithi129.stdout:(2/2): ceph-volume-19.0.0-2778.ga971fd5f.el9.no 723 kB/s | 264 kB 00:00 2024-04-14T16:01:28.029 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:01:28.029 INFO:teuthology.orchestra.run.smithi129.stdout:Total 520 kB/s | 341 kB 00:00 2024-04-14T16:01:28.042 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-04-14T16:01:28.051 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-04-14T16:01:28.051 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-04-14T16:01:28.093 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-04-14T16:01:28.094 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-04-14T16:01:28.098 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:30 ago on Sun 14 Apr 2024 03:59:58 PM UTC. 2024-04-14T16:01:28.243 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-04-14T16:01:28.388 INFO:teuthology.orchestra.run.smithi191.stderr:Modular dependency problems: 2024-04-14T16:01:28.388 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T16:01:28.388 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 1: conflicting requests 2024-04-14T16:01:28.388 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.388 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 2: conflicting requests 2024-04-14T16:01:28.388 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.388 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 3: conflicting requests 2024-04-14T16:01:28.389 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.389 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 4: conflicting requests 2024-04-14T16:01:28.389 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.389 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 5: conflicting requests 2024-04-14T16:01:28.389 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.389 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 6: conflicting requests 2024-04-14T16:01:28.389 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.389 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 7: conflicting requests 2024-04-14T16:01:28.389 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.389 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 8: conflicting requests 2024-04-14T16:01:28.389 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.389 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 9: conflicting requests 2024-04-14T16:01:28.389 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.390 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 10: conflicting requests 2024-04-14T16:01:28.390 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.390 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 11: conflicting requests 2024-04-14T16:01:28.390 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.390 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 12: conflicting requests 2024-04-14T16:01:28.390 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.390 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 13: conflicting requests 2024-04-14T16:01:28.390 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.390 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 14: conflicting requests 2024-04-14T16:01:28.390 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.390 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 15: conflicting requests 2024-04-14T16:01:28.391 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.391 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 16: conflicting requests 2024-04-14T16:01:28.391 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.391 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 17: conflicting requests 2024-04-14T16:01:28.391 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.391 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 18: conflicting requests 2024-04-14T16:01:28.391 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.391 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 19: conflicting requests 2024-04-14T16:01:28.391 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.391 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 20: conflicting requests 2024-04-14T16:01:28.391 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.391 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 21: conflicting requests 2024-04-14T16:01:28.391 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.392 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 22: conflicting requests 2024-04-14T16:01:28.392 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.392 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 23: conflicting requests 2024-04-14T16:01:28.392 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.392 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 24: conflicting requests 2024-04-14T16:01:28.392 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.392 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 25: conflicting requests 2024-04-14T16:01:28.392 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.392 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 26: conflicting requests 2024-04-14T16:01:28.392 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.392 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 27: conflicting requests 2024-04-14T16:01:28.392 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.393 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 28: conflicting requests 2024-04-14T16:01:28.393 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.393 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 29: conflicting requests 2024-04-14T16:01:28.393 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.393 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 30: conflicting requests 2024-04-14T16:01:28.393 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.393 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 31: conflicting requests 2024-04-14T16:01:28.393 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.393 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 32: conflicting requests 2024-04-14T16:01:28.393 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.393 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 33: conflicting requests 2024-04-14T16:01:28.394 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.394 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 34: conflicting requests 2024-04-14T16:01:28.394 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.394 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 35: conflicting requests 2024-04-14T16:01:28.394 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.394 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 36: conflicting requests 2024-04-14T16:01:28.394 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.394 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 37: conflicting requests 2024-04-14T16:01:28.394 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.394 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.394 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.395 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:28.395 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.395 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.395 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.395 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.395 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 39: conflicting requests 2024-04-14T16:01:28.395 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.395 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.395 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.395 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.395 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.395 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.396 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:28.396 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.396 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.397 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.397 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.397 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:28.398 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.398 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.398 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.398 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.398 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:28.398 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.398 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.399 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.399 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.399 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:28.399 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.399 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.399 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.399 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.399 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:28.399 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.399 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.399 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.399 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.399 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:28.399 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.400 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.400 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.400 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:28.420 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-14T16:01:28.458 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-14T16:01:28.459 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:28.459 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repository Size 2024-04-14T16:01:28.459 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:28.459 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-14T16:01:28.459 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 141 k 2024-04-14T16:01:28.460 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2024-04-14T16:01:28.460 INFO:teuthology.orchestra.run.smithi191.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-14T16:01:28.460 INFO:teuthology.orchestra.run.smithi191.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-14T16:01:28.460 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-14T16:01:28.460 INFO:teuthology.orchestra.run.smithi191.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-14T16:01:28.460 INFO:teuthology.orchestra.run.smithi191.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-14T16:01:28.460 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:28.460 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-14T16:01:28.460 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:28.460 INFO:teuthology.orchestra.run.smithi191.stdout:Install 6 Packages 2024-04-14T16:01:28.460 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:28.461 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 7.0 M 2024-04-14T16:01:28.461 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 33 M 2024-04-14T16:01:28.461 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-14T16:01:28.481 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-volume-2:19.0.0-2778.ga971fd5f.el9.noarch 2/2 2024-04-14T16:01:28.498 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-volume-2:19.0.0-2778.ga971fd5f.el9.noarch 2/2 2024-04-14T16:01:28.498 INFO:teuthology.orchestra.run.smithi129.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T16:01:28.498 INFO:teuthology.orchestra.run.smithi129.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-14T16:01:28.499 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:28.963 INFO:teuthology.orchestra.run.smithi191.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 930 kB/s | 248 kB 00:00 2024-04-14T16:01:29.138 INFO:teuthology.orchestra.run.smithi191.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 14 MB/s | 6.0 MB 00:00 2024-04-14T16:01:29.181 INFO:teuthology.orchestra.run.smithi191.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.5 MB/s | 548 kB 00:00 2024-04-14T16:01:29.197 INFO:teuthology.orchestra.run.smithi191.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 986 kB/s | 58 kB 00:00 2024-04-14T16:01:29.205 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-volume-2:19.0.0-2778.ga971fd5f.el9.noarch 1/2 2024-04-14T16:01:29.223 INFO:teuthology.orchestra.run.smithi191.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 1.2 MB/s | 51 kB 00:00 2024-04-14T16:01:29.273 INFO:teuthology.orchestra.run.smithi191.stdout:(6/6): ceph-mgr-cephadm-19.0.0-2778.ga971fd5f.e 245 kB/s | 141 kB 00:00 2024-04-14T16:01:29.275 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:01:29.275 INFO:teuthology.orchestra.run.smithi191.stdout:Total 8.6 MB/s | 7.0 MB 00:00 2024-04-14T16:01:29.345 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-14T16:01:29.357 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-14T16:01:29.358 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-14T16:01:29.461 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-14T16:01:29.461 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-14T16:01:29.559 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-14T16:01:29.559 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:29.559 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-04-14T16:01:29.559 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-volume-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T16:01:29.559 INFO:teuthology.orchestra.run.smithi129.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-14T16:01:29.559 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:29.559 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-14T16:01:29.769 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-14T16:01:29.894 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install librados-devel 2024-04-14T16:01:29.939 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-14T16:01:29.999 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-14T16:01:30.501 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:41 ago on Sun 14 Apr 2024 03:59:49 PM UTC. 2024-04-14T16:01:30.517 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-14T16:01:30.602 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-14T16:01:30.664 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-14T16:01:30.695 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 6/6 2024-04-14T16:01:30.793 INFO:teuthology.orchestra.run.smithi129.stderr:Modular dependency problems: 2024-04-14T16:01:30.793 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T16:01:30.793 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 1: conflicting requests 2024-04-14T16:01:30.793 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.793 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 2: conflicting requests 2024-04-14T16:01:30.793 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.793 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 3: conflicting requests 2024-04-14T16:01:30.793 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.793 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 4: conflicting requests 2024-04-14T16:01:30.793 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.793 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 5: conflicting requests 2024-04-14T16:01:30.793 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.794 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 6: conflicting requests 2024-04-14T16:01:30.794 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.794 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 7: conflicting requests 2024-04-14T16:01:30.794 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.794 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 8: conflicting requests 2024-04-14T16:01:30.794 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.794 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 9: conflicting requests 2024-04-14T16:01:30.794 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.794 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 10: conflicting requests 2024-04-14T16:01:30.794 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.794 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 11: conflicting requests 2024-04-14T16:01:30.794 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.794 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 12: conflicting requests 2024-04-14T16:01:30.794 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.795 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 13: conflicting requests 2024-04-14T16:01:30.795 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.795 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 14: conflicting requests 2024-04-14T16:01:30.795 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.795 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 15: conflicting requests 2024-04-14T16:01:30.795 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.795 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 16: conflicting requests 2024-04-14T16:01:30.795 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.795 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 17: conflicting requests 2024-04-14T16:01:30.795 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.795 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 18: conflicting requests 2024-04-14T16:01:30.795 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.795 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 19: conflicting requests 2024-04-14T16:01:30.795 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.796 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 20: conflicting requests 2024-04-14T16:01:30.796 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.796 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 21: conflicting requests 2024-04-14T16:01:30.796 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.796 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 22: conflicting requests 2024-04-14T16:01:30.796 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.796 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 23: conflicting requests 2024-04-14T16:01:30.796 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.796 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 24: conflicting requests 2024-04-14T16:01:30.796 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.796 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 25: conflicting requests 2024-04-14T16:01:30.796 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.796 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 26: conflicting requests 2024-04-14T16:01:30.796 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.797 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 27: conflicting requests 2024-04-14T16:01:30.797 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.797 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 28: conflicting requests 2024-04-14T16:01:30.797 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.797 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 29: conflicting requests 2024-04-14T16:01:30.797 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.797 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 30: conflicting requests 2024-04-14T16:01:30.798 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.798 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 31: conflicting requests 2024-04-14T16:01:30.798 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.798 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 32: conflicting requests 2024-04-14T16:01:30.798 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.798 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 33: conflicting requests 2024-04-14T16:01:30.798 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.798 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 34: conflicting requests 2024-04-14T16:01:30.798 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.798 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 35: conflicting requests 2024-04-14T16:01:30.798 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.798 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 36: conflicting requests 2024-04-14T16:01:30.798 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.798 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 37: conflicting requests 2024-04-14T16:01:30.799 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.799 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.799 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.799 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:30.799 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.799 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.799 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.799 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.799 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 39: conflicting requests 2024-04-14T16:01:30.799 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.799 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.799 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.799 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.799 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.800 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.800 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:30.800 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.800 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.800 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.800 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.800 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:30.800 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.800 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.800 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.800 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.800 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:30.800 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.801 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.801 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.801 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.801 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:30.801 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.801 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.801 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.801 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.801 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:30.801 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.801 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.801 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.801 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.802 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:30.802 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.802 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.802 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.802 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:30.860 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-14T16:01:30.861 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:30.861 INFO:teuthology.orchestra.run.smithi129.stdout: Package Arch Version Repo Size 2024-04-14T16:01:30.861 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:30.861 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-04-14T16:01:30.861 INFO:teuthology.orchestra.run.smithi129.stdout: librados-devel x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 127 k 2024-04-14T16:01:30.861 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:30.861 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-04-14T16:01:30.861 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:30.861 INFO:teuthology.orchestra.run.smithi129.stdout:Install 1 Package 2024-04-14T16:01:30.862 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:30.862 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 127 k 2024-04-14T16:01:30.862 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 456 k 2024-04-14T16:01:30.862 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-04-14T16:01:31.169 INFO:teuthology.orchestra.run.smithi129.stdout:librados-devel-19.0.0-2778.ga971fd5f.el9.x86_64 413 kB/s | 127 kB 00:00 2024-04-14T16:01:31.170 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:01:31.170 INFO:teuthology.orchestra.run.smithi129.stdout:Total 411 kB/s | 127 kB 00:00 2024-04-14T16:01:31.171 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-04-14T16:01:31.175 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-04-14T16:01:31.176 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-04-14T16:01:31.235 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-04-14T16:01:31.235 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-04-14T16:01:31.383 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-04-14T16:01:31.485 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 6/6 2024-04-14T16:01:31.485 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 1/6 2024-04-14T16:01:31.485 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-14T16:01:31.485 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-14T16:01:31.485 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-14T16:01:31.485 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-14T16:01:31.486 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : librados-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:31.822 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-14T16:01:31.822 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:31.822 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-14T16:01:31.822 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mgr-cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T16:01:31.822 INFO:teuthology.orchestra.run.smithi191.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-14T16:01:31.823 INFO:teuthology.orchestra.run.smithi191.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-14T16:01:31.823 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-14T16:01:31.823 INFO:teuthology.orchestra.run.smithi191.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-14T16:01:31.823 INFO:teuthology.orchestra.run.smithi191.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-14T16:01:31.823 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:31.823 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-14T16:01:31.939 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: librados-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:32.078 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph-fuse 2024-04-14T16:01:32.249 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : librados-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:32.250 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:32.250 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-04-14T16:01:32.250 INFO:teuthology.orchestra.run.smithi129.stdout: librados-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:01:32.250 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:32.250 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-14T16:01:32.501 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install libcephfs2 2024-04-14T16:01:32.681 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:34 ago on Sun 14 Apr 2024 03:59:58 PM UTC. 2024-04-14T16:01:32.971 INFO:teuthology.orchestra.run.smithi191.stderr:Modular dependency problems: 2024-04-14T16:01:32.971 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T16:01:32.971 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 1: conflicting requests 2024-04-14T16:01:32.971 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.971 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 2: conflicting requests 2024-04-14T16:01:32.971 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.971 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 3: conflicting requests 2024-04-14T16:01:32.972 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.972 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 4: conflicting requests 2024-04-14T16:01:32.972 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.972 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 5: conflicting requests 2024-04-14T16:01:32.972 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.972 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 6: conflicting requests 2024-04-14T16:01:32.972 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.972 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 7: conflicting requests 2024-04-14T16:01:32.972 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.972 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 8: conflicting requests 2024-04-14T16:01:32.972 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.973 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 9: conflicting requests 2024-04-14T16:01:32.973 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.973 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 10: conflicting requests 2024-04-14T16:01:32.973 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.973 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 11: conflicting requests 2024-04-14T16:01:32.973 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.973 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 12: conflicting requests 2024-04-14T16:01:32.973 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.973 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 13: conflicting requests 2024-04-14T16:01:32.973 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.973 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 14: conflicting requests 2024-04-14T16:01:32.973 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.973 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 15: conflicting requests 2024-04-14T16:01:32.974 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.974 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 16: conflicting requests 2024-04-14T16:01:32.974 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.974 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 17: conflicting requests 2024-04-14T16:01:32.974 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.974 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 18: conflicting requests 2024-04-14T16:01:32.974 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.974 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 19: conflicting requests 2024-04-14T16:01:32.974 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.974 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 20: conflicting requests 2024-04-14T16:01:32.974 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.975 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 21: conflicting requests 2024-04-14T16:01:32.975 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.975 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 22: conflicting requests 2024-04-14T16:01:32.975 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.975 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 23: conflicting requests 2024-04-14T16:01:32.975 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.975 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 24: conflicting requests 2024-04-14T16:01:32.976 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.976 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 25: conflicting requests 2024-04-14T16:01:32.976 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.976 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 26: conflicting requests 2024-04-14T16:01:32.976 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.976 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 27: conflicting requests 2024-04-14T16:01:32.976 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.976 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 28: conflicting requests 2024-04-14T16:01:32.976 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.976 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 29: conflicting requests 2024-04-14T16:01:32.976 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.977 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 30: conflicting requests 2024-04-14T16:01:32.977 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.977 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 31: conflicting requests 2024-04-14T16:01:32.977 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.977 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 32: conflicting requests 2024-04-14T16:01:32.977 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.977 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 33: conflicting requests 2024-04-14T16:01:32.977 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.977 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 34: conflicting requests 2024-04-14T16:01:32.977 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.977 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 35: conflicting requests 2024-04-14T16:01:32.977 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.978 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 36: conflicting requests 2024-04-14T16:01:32.978 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.978 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 37: conflicting requests 2024-04-14T16:01:32.978 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.978 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.978 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.978 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:32.978 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.978 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.978 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.978 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.978 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 39: conflicting requests 2024-04-14T16:01:32.979 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.979 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.979 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.979 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.979 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.979 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.979 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:32.979 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.979 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.979 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.979 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.980 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:32.980 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.980 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.980 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.980 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.980 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:32.980 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.980 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.980 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.981 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.981 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:32.981 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.981 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.981 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.981 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.981 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:32.981 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.981 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.981 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.982 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.982 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:32.982 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.982 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.982 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:32.982 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.042 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-14T16:01:33.042 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:33.042 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repository Size 2024-04-14T16:01:33.043 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:33.043 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-14T16:01:33.043 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-fuse x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 891 k 2024-04-14T16:01:33.043 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2024-04-14T16:01:33.043 INFO:teuthology.orchestra.run.smithi191.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-14T16:01:33.043 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:33.043 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-14T16:01:33.044 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:33.044 INFO:teuthology.orchestra.run.smithi191.stdout:Install 2 Packages 2024-04-14T16:01:33.044 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:33.044 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 971 k 2024-04-14T16:01:33.044 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 2.8 M 2024-04-14T16:01:33.044 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-14T16:01:33.128 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:44 ago on Sun 14 Apr 2024 03:59:49 PM UTC. 2024-04-14T16:01:33.419 INFO:teuthology.orchestra.run.smithi129.stderr:Modular dependency problems: 2024-04-14T16:01:33.420 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T16:01:33.420 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 1: conflicting requests 2024-04-14T16:01:33.420 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.420 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 2: conflicting requests 2024-04-14T16:01:33.420 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.420 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 3: conflicting requests 2024-04-14T16:01:33.420 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.420 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 4: conflicting requests 2024-04-14T16:01:33.420 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.420 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 5: conflicting requests 2024-04-14T16:01:33.420 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.420 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 6: conflicting requests 2024-04-14T16:01:33.420 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.421 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 7: conflicting requests 2024-04-14T16:01:33.421 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.421 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 8: conflicting requests 2024-04-14T16:01:33.421 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.421 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 9: conflicting requests 2024-04-14T16:01:33.421 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.421 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 10: conflicting requests 2024-04-14T16:01:33.421 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.421 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 11: conflicting requests 2024-04-14T16:01:33.421 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.421 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 12: conflicting requests 2024-04-14T16:01:33.421 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.421 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 13: conflicting requests 2024-04-14T16:01:33.421 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.422 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 14: conflicting requests 2024-04-14T16:01:33.422 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.422 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 15: conflicting requests 2024-04-14T16:01:33.422 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.422 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 16: conflicting requests 2024-04-14T16:01:33.422 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.422 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 17: conflicting requests 2024-04-14T16:01:33.422 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.422 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 18: conflicting requests 2024-04-14T16:01:33.422 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.422 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 19: conflicting requests 2024-04-14T16:01:33.422 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.422 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 20: conflicting requests 2024-04-14T16:01:33.423 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.423 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 21: conflicting requests 2024-04-14T16:01:33.423 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.423 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 22: conflicting requests 2024-04-14T16:01:33.423 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.423 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 23: conflicting requests 2024-04-14T16:01:33.423 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.423 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 24: conflicting requests 2024-04-14T16:01:33.423 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.423 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 25: conflicting requests 2024-04-14T16:01:33.423 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.423 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 26: conflicting requests 2024-04-14T16:01:33.424 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.424 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 27: conflicting requests 2024-04-14T16:01:33.424 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.424 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 28: conflicting requests 2024-04-14T16:01:33.424 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.424 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 29: conflicting requests 2024-04-14T16:01:33.424 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.424 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 30: conflicting requests 2024-04-14T16:01:33.424 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.424 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 31: conflicting requests 2024-04-14T16:01:33.424 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.424 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 32: conflicting requests 2024-04-14T16:01:33.424 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.424 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 33: conflicting requests 2024-04-14T16:01:33.425 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.425 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 34: conflicting requests 2024-04-14T16:01:33.425 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.425 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 35: conflicting requests 2024-04-14T16:01:33.425 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.425 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 36: conflicting requests 2024-04-14T16:01:33.425 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.425 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 37: conflicting requests 2024-04-14T16:01:33.425 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.425 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.425 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.425 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:33.425 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.425 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.426 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.426 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.426 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 39: conflicting requests 2024-04-14T16:01:33.426 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.426 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.426 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.426 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.426 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.426 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.426 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:33.426 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.426 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.426 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.427 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.427 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:33.427 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.427 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.427 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.427 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.427 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:33.427 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.427 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.427 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.427 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.427 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:33.427 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.427 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.428 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.428 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.428 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:33.428 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.428 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.428 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.428 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.428 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:33.428 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.428 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.429 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.429 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:33.429 INFO:teuthology.orchestra.run.smithi129.stdout:Package libcephfs2-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T16:01:33.489 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-14T16:01:33.490 INFO:teuthology.orchestra.run.smithi129.stdout:Nothing to do. 2024-04-14T16:01:33.490 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-14T16:01:33.561 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install libcephfs-devel 2024-04-14T16:01:34.159 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:45 ago on Sun 14 Apr 2024 03:59:49 PM UTC. 2024-04-14T16:01:34.453 INFO:teuthology.orchestra.run.smithi129.stderr:Modular dependency problems: 2024-04-14T16:01:34.453 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T16:01:34.453 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 1: conflicting requests 2024-04-14T16:01:34.453 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.453 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 2: conflicting requests 2024-04-14T16:01:34.453 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.454 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 3: conflicting requests 2024-04-14T16:01:34.454 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.454 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 4: conflicting requests 2024-04-14T16:01:34.454 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.454 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 5: conflicting requests 2024-04-14T16:01:34.454 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.454 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 6: conflicting requests 2024-04-14T16:01:34.454 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.454 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 7: conflicting requests 2024-04-14T16:01:34.454 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.454 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 8: conflicting requests 2024-04-14T16:01:34.454 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.454 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 9: conflicting requests 2024-04-14T16:01:34.455 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.455 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 10: conflicting requests 2024-04-14T16:01:34.455 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.455 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 11: conflicting requests 2024-04-14T16:01:34.455 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.455 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 12: conflicting requests 2024-04-14T16:01:34.455 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.455 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 13: conflicting requests 2024-04-14T16:01:34.455 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.455 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 14: conflicting requests 2024-04-14T16:01:34.455 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.455 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 15: conflicting requests 2024-04-14T16:01:34.455 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.455 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 16: conflicting requests 2024-04-14T16:01:34.456 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.456 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 17: conflicting requests 2024-04-14T16:01:34.456 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.456 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 18: conflicting requests 2024-04-14T16:01:34.456 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.456 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 19: conflicting requests 2024-04-14T16:01:34.456 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.456 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 20: conflicting requests 2024-04-14T16:01:34.456 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.456 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 21: conflicting requests 2024-04-14T16:01:34.456 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.456 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 22: conflicting requests 2024-04-14T16:01:34.456 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.456 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 23: conflicting requests 2024-04-14T16:01:34.457 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.457 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 24: conflicting requests 2024-04-14T16:01:34.457 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.457 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 25: conflicting requests 2024-04-14T16:01:34.457 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.457 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 26: conflicting requests 2024-04-14T16:01:34.457 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.457 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 27: conflicting requests 2024-04-14T16:01:34.457 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.457 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 28: conflicting requests 2024-04-14T16:01:34.457 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.457 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 29: conflicting requests 2024-04-14T16:01:34.458 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.458 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 30: conflicting requests 2024-04-14T16:01:34.458 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.458 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 31: conflicting requests 2024-04-14T16:01:34.458 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.458 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 32: conflicting requests 2024-04-14T16:01:34.458 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.458 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 33: conflicting requests 2024-04-14T16:01:34.458 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.458 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 34: conflicting requests 2024-04-14T16:01:34.458 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.458 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 35: conflicting requests 2024-04-14T16:01:34.459 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.459 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 36: conflicting requests 2024-04-14T16:01:34.459 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.459 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 37: conflicting requests 2024-04-14T16:01:34.459 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.459 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.459 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.459 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:34.459 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.459 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.459 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.459 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.459 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 39: conflicting requests 2024-04-14T16:01:34.459 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.459 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.460 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.460 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.460 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.460 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.460 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:34.460 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.460 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.460 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.460 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.460 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:34.460 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.460 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.460 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.460 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.461 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:34.461 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.461 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.461 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.461 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.461 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:34.461 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.462 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.462 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.462 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.462 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:34.462 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.462 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.462 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.462 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.462 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:34.462 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.462 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.462 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.462 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:34.522 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-14T16:01:34.523 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:34.523 INFO:teuthology.orchestra.run.smithi129.stdout: Package Arch Version Repo Size 2024-04-14T16:01:34.523 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:34.523 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-04-14T16:01:34.523 INFO:teuthology.orchestra.run.smithi129.stdout: libcephfs-devel x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 32 k 2024-04-14T16:01:34.523 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:34.523 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-04-14T16:01:34.523 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:34.523 INFO:teuthology.orchestra.run.smithi129.stdout:Install 1 Package 2024-04-14T16:01:34.523 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:34.523 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 32 k 2024-04-14T16:01:34.523 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 142 k 2024-04-14T16:01:34.523 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-04-14T16:01:34.693 INFO:teuthology.orchestra.run.smithi129.stdout:libcephfs-devel-19.0.0-2778.ga971fd5f.el9.x86_6 188 kB/s | 32 kB 00:00 2024-04-14T16:01:34.693 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:01:34.693 INFO:teuthology.orchestra.run.smithi129.stdout:Total 186 kB/s | 32 kB 00:00 2024-04-14T16:01:34.693 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-04-14T16:01:34.697 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-04-14T16:01:34.697 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-04-14T16:01:34.721 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-04-14T16:01:34.721 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-04-14T16:01:34.812 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-04-14T16:01:34.923 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : libcephfs-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:35.318 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:35.596 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : libcephfs-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:35.596 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:35.596 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-04-14T16:01:35.596 INFO:teuthology.orchestra.run.smithi129.stdout: libcephfs-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:01:35.596 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:35.596 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-14T16:01:35.780 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install librados2 2024-04-14T16:01:35.874 INFO:teuthology.orchestra.run.smithi191.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 673 kB/s | 80 kB 00:00 2024-04-14T16:01:36.082 INFO:teuthology.orchestra.run.smithi191.stdout:(2/2): ceph-fuse-19.0.0-2778.ga971fd5f.el9.x86_ 2.7 MB/s | 891 kB 00:00 2024-04-14T16:01:36.083 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:01:36.083 INFO:teuthology.orchestra.run.smithi191.stdout:Total 319 kB/s | 971 kB 00:03 2024-04-14T16:01:36.098 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-14T16:01:36.122 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-14T16:01:36.122 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-14T16:01:36.206 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-14T16:01:36.206 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-14T16:01:36.378 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:47 ago on Sun 14 Apr 2024 03:59:49 PM UTC. 2024-04-14T16:01:36.395 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-14T16:01:36.525 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-14T16:01:36.595 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 2/2 2024-04-14T16:01:36.666 INFO:teuthology.orchestra.run.smithi129.stderr:Modular dependency problems: 2024-04-14T16:01:36.666 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T16:01:36.666 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 1: conflicting requests 2024-04-14T16:01:36.666 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.666 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 2: conflicting requests 2024-04-14T16:01:36.666 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.667 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 3: conflicting requests 2024-04-14T16:01:36.667 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.667 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 4: conflicting requests 2024-04-14T16:01:36.667 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.668 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 5: conflicting requests 2024-04-14T16:01:36.668 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.668 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 6: conflicting requests 2024-04-14T16:01:36.668 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.668 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 7: conflicting requests 2024-04-14T16:01:36.668 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.668 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 8: conflicting requests 2024-04-14T16:01:36.668 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.668 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 9: conflicting requests 2024-04-14T16:01:36.669 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.669 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 10: conflicting requests 2024-04-14T16:01:36.669 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.669 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 11: conflicting requests 2024-04-14T16:01:36.669 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.669 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 12: conflicting requests 2024-04-14T16:01:36.669 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.670 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 13: conflicting requests 2024-04-14T16:01:36.670 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.670 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 14: conflicting requests 2024-04-14T16:01:36.670 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.670 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 15: conflicting requests 2024-04-14T16:01:36.670 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.670 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 16: conflicting requests 2024-04-14T16:01:36.670 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.670 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 17: conflicting requests 2024-04-14T16:01:36.670 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.671 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 18: conflicting requests 2024-04-14T16:01:36.671 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.671 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 19: conflicting requests 2024-04-14T16:01:36.671 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.671 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 20: conflicting requests 2024-04-14T16:01:36.671 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.671 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 21: conflicting requests 2024-04-14T16:01:36.671 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.671 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 22: conflicting requests 2024-04-14T16:01:36.671 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.671 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 23: conflicting requests 2024-04-14T16:01:36.671 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.671 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 24: conflicting requests 2024-04-14T16:01:36.672 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.672 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 25: conflicting requests 2024-04-14T16:01:36.672 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.672 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 26: conflicting requests 2024-04-14T16:01:36.672 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.672 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 27: conflicting requests 2024-04-14T16:01:36.672 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.672 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 28: conflicting requests 2024-04-14T16:01:36.672 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.672 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 29: conflicting requests 2024-04-14T16:01:36.672 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.672 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 30: conflicting requests 2024-04-14T16:01:36.672 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.672 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 31: conflicting requests 2024-04-14T16:01:36.672 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.673 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 32: conflicting requests 2024-04-14T16:01:36.673 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.673 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 33: conflicting requests 2024-04-14T16:01:36.673 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.673 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 34: conflicting requests 2024-04-14T16:01:36.673 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.673 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 35: conflicting requests 2024-04-14T16:01:36.673 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.673 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 36: conflicting requests 2024-04-14T16:01:36.674 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.674 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 37: conflicting requests 2024-04-14T16:01:36.674 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.674 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.674 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.674 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:36.675 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.675 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.675 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.675 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.675 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 39: conflicting requests 2024-04-14T16:01:36.675 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.675 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.676 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.676 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.676 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.676 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.676 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:36.676 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.677 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.677 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.677 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.677 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:36.677 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.677 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.678 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.678 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.678 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:36.678 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.678 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.678 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.678 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.679 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:36.679 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.679 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.679 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.679 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.679 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:36.680 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.680 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.680 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.680 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.680 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:36.680 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.681 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.681 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.681 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:36.682 INFO:teuthology.orchestra.run.smithi129.stdout:Package librados2-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T16:01:36.734 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-14T16:01:36.735 INFO:teuthology.orchestra.run.smithi129.stdout:Nothing to do. 2024-04-14T16:01:36.735 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-14T16:01:36.801 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install librbd1 2024-04-14T16:01:37.278 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 2/2 2024-04-14T16:01:37.279 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/2 2024-04-14T16:01:37.402 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:48 ago on Sun 14 Apr 2024 03:59:49 PM UTC. 2024-04-14T16:01:37.574 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-14T16:01:37.574 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:37.574 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-14T16:01:37.574 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-14T16:01:37.574 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:37.574 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-14T16:01:37.692 INFO:teuthology.orchestra.run.smithi129.stderr:Modular dependency problems: 2024-04-14T16:01:37.692 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T16:01:37.692 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 1: conflicting requests 2024-04-14T16:01:37.692 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.692 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 2: conflicting requests 2024-04-14T16:01:37.692 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.692 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 3: conflicting requests 2024-04-14T16:01:37.692 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.693 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 4: conflicting requests 2024-04-14T16:01:37.693 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.693 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 5: conflicting requests 2024-04-14T16:01:37.693 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.693 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 6: conflicting requests 2024-04-14T16:01:37.693 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.693 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 7: conflicting requests 2024-04-14T16:01:37.693 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.693 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 8: conflicting requests 2024-04-14T16:01:37.693 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.693 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 9: conflicting requests 2024-04-14T16:01:37.693 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.693 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 10: conflicting requests 2024-04-14T16:01:37.693 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.694 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 11: conflicting requests 2024-04-14T16:01:37.694 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.694 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 12: conflicting requests 2024-04-14T16:01:37.694 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.694 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 13: conflicting requests 2024-04-14T16:01:37.694 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.694 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 14: conflicting requests 2024-04-14T16:01:37.694 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.694 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 15: conflicting requests 2024-04-14T16:01:37.694 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.694 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 16: conflicting requests 2024-04-14T16:01:37.694 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.694 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 17: conflicting requests 2024-04-14T16:01:37.694 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.695 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 18: conflicting requests 2024-04-14T16:01:37.695 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.695 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 19: conflicting requests 2024-04-14T16:01:37.695 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.695 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 20: conflicting requests 2024-04-14T16:01:37.695 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.695 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 21: conflicting requests 2024-04-14T16:01:37.695 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.695 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 22: conflicting requests 2024-04-14T16:01:37.695 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.695 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 23: conflicting requests 2024-04-14T16:01:37.695 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.695 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 24: conflicting requests 2024-04-14T16:01:37.695 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.696 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 25: conflicting requests 2024-04-14T16:01:37.696 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.696 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 26: conflicting requests 2024-04-14T16:01:37.696 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.696 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 27: conflicting requests 2024-04-14T16:01:37.696 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.696 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 28: conflicting requests 2024-04-14T16:01:37.696 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.696 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 29: conflicting requests 2024-04-14T16:01:37.696 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.696 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 30: conflicting requests 2024-04-14T16:01:37.696 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.696 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 31: conflicting requests 2024-04-14T16:01:37.696 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.696 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 32: conflicting requests 2024-04-14T16:01:37.697 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.697 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 33: conflicting requests 2024-04-14T16:01:37.697 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.697 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 34: conflicting requests 2024-04-14T16:01:37.697 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.697 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 35: conflicting requests 2024-04-14T16:01:37.697 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.697 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 36: conflicting requests 2024-04-14T16:01:37.697 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.697 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 37: conflicting requests 2024-04-14T16:01:37.697 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.697 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.697 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.697 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:37.698 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.698 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.698 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.698 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.698 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 39: conflicting requests 2024-04-14T16:01:37.698 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.698 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.698 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.698 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.698 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.698 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.698 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:37.698 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.698 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.699 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.699 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.699 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:37.699 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.699 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.699 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.699 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.699 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:37.699 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.699 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.699 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.699 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.699 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:37.699 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.699 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.700 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.700 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.700 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:37.700 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.700 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.700 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.700 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.700 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:37.700 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.700 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.700 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.700 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:37.701 INFO:teuthology.orchestra.run.smithi129.stdout:Package librbd1-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T16:01:37.764 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-14T16:01:37.764 INFO:teuthology.orchestra.run.smithi129.stdout:Nothing to do. 2024-04-14T16:01:37.765 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-14T16:01:37.838 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install python3-rados 2024-04-14T16:01:37.858 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph-volume 2024-04-14T16:01:38.443 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:49 ago on Sun 14 Apr 2024 03:59:49 PM UTC. 2024-04-14T16:01:38.475 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:40 ago on Sun 14 Apr 2024 03:59:58 PM UTC. 2024-04-14T16:01:38.735 INFO:teuthology.orchestra.run.smithi129.stderr:Modular dependency problems: 2024-04-14T16:01:38.735 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T16:01:38.735 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 1: conflicting requests 2024-04-14T16:01:38.736 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.736 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 2: conflicting requests 2024-04-14T16:01:38.736 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.736 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 3: conflicting requests 2024-04-14T16:01:38.736 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.736 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 4: conflicting requests 2024-04-14T16:01:38.736 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.736 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 5: conflicting requests 2024-04-14T16:01:38.736 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.736 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 6: conflicting requests 2024-04-14T16:01:38.736 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.736 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 7: conflicting requests 2024-04-14T16:01:38.736 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.736 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 8: conflicting requests 2024-04-14T16:01:38.737 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.737 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 9: conflicting requests 2024-04-14T16:01:38.737 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.737 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 10: conflicting requests 2024-04-14T16:01:38.737 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.737 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 11: conflicting requests 2024-04-14T16:01:38.737 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.737 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 12: conflicting requests 2024-04-14T16:01:38.737 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.737 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 13: conflicting requests 2024-04-14T16:01:38.737 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.737 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 14: conflicting requests 2024-04-14T16:01:38.737 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.737 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 15: conflicting requests 2024-04-14T16:01:38.738 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.738 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 16: conflicting requests 2024-04-14T16:01:38.738 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.738 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 17: conflicting requests 2024-04-14T16:01:38.738 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.739 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 18: conflicting requests 2024-04-14T16:01:38.739 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.739 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 19: conflicting requests 2024-04-14T16:01:38.739 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.739 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 20: conflicting requests 2024-04-14T16:01:38.739 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.739 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 21: conflicting requests 2024-04-14T16:01:38.740 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.740 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 22: conflicting requests 2024-04-14T16:01:38.740 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.740 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 23: conflicting requests 2024-04-14T16:01:38.740 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.740 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 24: conflicting requests 2024-04-14T16:01:38.740 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.740 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 25: conflicting requests 2024-04-14T16:01:38.740 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.740 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 26: conflicting requests 2024-04-14T16:01:38.740 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.740 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 27: conflicting requests 2024-04-14T16:01:38.740 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.740 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 28: conflicting requests 2024-04-14T16:01:38.741 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.741 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 29: conflicting requests 2024-04-14T16:01:38.741 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.741 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 30: conflicting requests 2024-04-14T16:01:38.741 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.741 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 31: conflicting requests 2024-04-14T16:01:38.741 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.741 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 32: conflicting requests 2024-04-14T16:01:38.741 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.741 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 33: conflicting requests 2024-04-14T16:01:38.741 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.741 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 34: conflicting requests 2024-04-14T16:01:38.741 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.741 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 35: conflicting requests 2024-04-14T16:01:38.741 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.742 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 36: conflicting requests 2024-04-14T16:01:38.742 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.742 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 37: conflicting requests 2024-04-14T16:01:38.742 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.742 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.742 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.742 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:38.742 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.742 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.742 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.742 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.742 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 39: conflicting requests 2024-04-14T16:01:38.742 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.742 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.743 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.743 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.743 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.743 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.743 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:38.743 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.743 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.743 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.743 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.743 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:38.743 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.743 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.743 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.743 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.744 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:38.744 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.744 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.744 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.744 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.744 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:38.744 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.744 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.746 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.747 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.747 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:38.747 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.747 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.747 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.747 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.747 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:38.747 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.747 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.747 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.747 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.748 INFO:teuthology.orchestra.run.smithi129.stdout:Package python3-rados-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T16:01:38.766 INFO:teuthology.orchestra.run.smithi191.stderr:Modular dependency problems: 2024-04-14T16:01:38.766 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T16:01:38.767 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 1: conflicting requests 2024-04-14T16:01:38.767 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.767 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 2: conflicting requests 2024-04-14T16:01:38.767 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.767 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 3: conflicting requests 2024-04-14T16:01:38.767 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.767 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 4: conflicting requests 2024-04-14T16:01:38.767 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.767 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 5: conflicting requests 2024-04-14T16:01:38.767 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.767 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 6: conflicting requests 2024-04-14T16:01:38.767 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.767 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 7: conflicting requests 2024-04-14T16:01:38.767 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.768 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 8: conflicting requests 2024-04-14T16:01:38.768 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.768 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 9: conflicting requests 2024-04-14T16:01:38.768 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.768 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 10: conflicting requests 2024-04-14T16:01:38.768 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.768 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 11: conflicting requests 2024-04-14T16:01:38.768 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.768 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 12: conflicting requests 2024-04-14T16:01:38.768 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.768 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 13: conflicting requests 2024-04-14T16:01:38.768 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.768 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 14: conflicting requests 2024-04-14T16:01:38.768 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.769 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 15: conflicting requests 2024-04-14T16:01:38.769 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.769 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 16: conflicting requests 2024-04-14T16:01:38.769 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.769 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 17: conflicting requests 2024-04-14T16:01:38.769 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.769 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 18: conflicting requests 2024-04-14T16:01:38.769 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.769 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 19: conflicting requests 2024-04-14T16:01:38.769 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.770 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 20: conflicting requests 2024-04-14T16:01:38.770 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.770 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 21: conflicting requests 2024-04-14T16:01:38.770 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.770 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 22: conflicting requests 2024-04-14T16:01:38.771 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.771 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 23: conflicting requests 2024-04-14T16:01:38.771 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.771 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 24: conflicting requests 2024-04-14T16:01:38.771 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.771 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 25: conflicting requests 2024-04-14T16:01:38.771 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.771 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 26: conflicting requests 2024-04-14T16:01:38.771 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.771 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 27: conflicting requests 2024-04-14T16:01:38.771 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.771 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 28: conflicting requests 2024-04-14T16:01:38.771 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.771 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 29: conflicting requests 2024-04-14T16:01:38.772 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.772 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 30: conflicting requests 2024-04-14T16:01:38.772 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.772 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 31: conflicting requests 2024-04-14T16:01:38.772 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.772 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 32: conflicting requests 2024-04-14T16:01:38.772 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.772 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 33: conflicting requests 2024-04-14T16:01:38.772 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.772 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 34: conflicting requests 2024-04-14T16:01:38.772 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.772 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 35: conflicting requests 2024-04-14T16:01:38.772 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.772 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 36: conflicting requests 2024-04-14T16:01:38.773 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.773 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 37: conflicting requests 2024-04-14T16:01:38.773 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.773 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.773 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.773 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:38.773 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.773 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.773 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.773 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.773 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 39: conflicting requests 2024-04-14T16:01:38.773 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.773 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.773 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.773 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.774 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.774 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.774 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:38.774 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.774 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.774 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.774 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.774 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:38.774 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.774 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.774 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.774 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.774 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:38.775 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.775 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.775 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.775 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.775 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:38.775 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.775 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.775 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.775 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.775 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:38.775 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.775 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.775 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.775 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.776 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:38.776 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.776 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.776 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.776 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:38.805 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-14T16:01:38.806 INFO:teuthology.orchestra.run.smithi129.stdout:Nothing to do. 2024-04-14T16:01:38.806 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-14T16:01:38.839 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-14T16:01:38.839 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:38.840 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repository Size 2024-04-14T16:01:38.840 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:38.840 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-14T16:01:38.840 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-volume noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 264 k 2024-04-14T16:01:38.840 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2024-04-14T16:01:38.840 INFO:teuthology.orchestra.run.smithi191.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-14T16:01:38.840 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:38.840 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-14T16:01:38.840 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:38.840 INFO:teuthology.orchestra.run.smithi191.stdout:Install 2 Packages 2024-04-14T16:01:38.840 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:38.840 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 341 k 2024-04-14T16:01:38.840 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 1.5 M 2024-04-14T16:01:38.841 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-14T16:01:38.879 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install python3-rgw 2024-04-14T16:01:39.320 INFO:teuthology.orchestra.run.smithi191.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 379 kB/s | 77 kB 00:00 2024-04-14T16:01:39.387 INFO:teuthology.orchestra.run.smithi191.stdout:(2/2): ceph-volume-19.0.0-2778.ga971fd5f.el9.no 976 kB/s | 264 kB 00:00 2024-04-14T16:01:39.388 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:01:39.388 INFO:teuthology.orchestra.run.smithi191.stdout:Total 619 kB/s | 341 kB 00:00 2024-04-14T16:01:39.400 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-14T16:01:39.409 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-14T16:01:39.410 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-14T16:01:39.450 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-14T16:01:39.450 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-14T16:01:39.488 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:50 ago on Sun 14 Apr 2024 03:59:49 PM UTC. 2024-04-14T16:01:39.594 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-14T16:01:39.780 INFO:teuthology.orchestra.run.smithi129.stderr:Modular dependency problems: 2024-04-14T16:01:39.780 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T16:01:39.780 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 1: conflicting requests 2024-04-14T16:01:39.780 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.780 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 2: conflicting requests 2024-04-14T16:01:39.781 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.781 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 3: conflicting requests 2024-04-14T16:01:39.781 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.781 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 4: conflicting requests 2024-04-14T16:01:39.781 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.781 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 5: conflicting requests 2024-04-14T16:01:39.781 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.781 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 6: conflicting requests 2024-04-14T16:01:39.781 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.781 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 7: conflicting requests 2024-04-14T16:01:39.781 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.781 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 8: conflicting requests 2024-04-14T16:01:39.781 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.781 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 9: conflicting requests 2024-04-14T16:01:39.782 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.782 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 10: conflicting requests 2024-04-14T16:01:39.782 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.782 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 11: conflicting requests 2024-04-14T16:01:39.782 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.782 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 12: conflicting requests 2024-04-14T16:01:39.782 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.782 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 13: conflicting requests 2024-04-14T16:01:39.782 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.782 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 14: conflicting requests 2024-04-14T16:01:39.782 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.782 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 15: conflicting requests 2024-04-14T16:01:39.782 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.782 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 16: conflicting requests 2024-04-14T16:01:39.783 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.783 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 17: conflicting requests 2024-04-14T16:01:39.783 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.783 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 18: conflicting requests 2024-04-14T16:01:39.783 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.783 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 19: conflicting requests 2024-04-14T16:01:39.783 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.783 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 20: conflicting requests 2024-04-14T16:01:39.783 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.783 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 21: conflicting requests 2024-04-14T16:01:39.783 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.783 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 22: conflicting requests 2024-04-14T16:01:39.783 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.783 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 23: conflicting requests 2024-04-14T16:01:39.783 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.784 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 24: conflicting requests 2024-04-14T16:01:39.784 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.784 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 25: conflicting requests 2024-04-14T16:01:39.784 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.784 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 26: conflicting requests 2024-04-14T16:01:39.784 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.784 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 27: conflicting requests 2024-04-14T16:01:39.784 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.784 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 28: conflicting requests 2024-04-14T16:01:39.784 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.784 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 29: conflicting requests 2024-04-14T16:01:39.784 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.784 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 30: conflicting requests 2024-04-14T16:01:39.784 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.785 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 31: conflicting requests 2024-04-14T16:01:39.785 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.785 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 32: conflicting requests 2024-04-14T16:01:39.785 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.785 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 33: conflicting requests 2024-04-14T16:01:39.785 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.785 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 34: conflicting requests 2024-04-14T16:01:39.785 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.786 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 35: conflicting requests 2024-04-14T16:01:39.786 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.786 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 36: conflicting requests 2024-04-14T16:01:39.786 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.786 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 37: conflicting requests 2024-04-14T16:01:39.786 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.786 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.786 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.786 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:39.786 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.786 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.786 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.786 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.786 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 39: conflicting requests 2024-04-14T16:01:39.787 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.787 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.787 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.787 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.787 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.787 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.787 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:39.787 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.787 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.787 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.787 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.787 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:39.787 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.787 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.788 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.788 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.788 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:39.788 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.788 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.788 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.788 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.788 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:39.788 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.788 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.788 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.788 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.788 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:39.788 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.788 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.789 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.789 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.789 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:39.789 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.789 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.789 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.789 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:39.790 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-14T16:01:39.790 INFO:teuthology.orchestra.run.smithi129.stdout:Package python3-rgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T16:01:39.814 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-volume-2:19.0.0-2778.ga971fd5f.el9.noarch 2/2 2024-04-14T16:01:39.830 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-volume-2:19.0.0-2778.ga971fd5f.el9.noarch 2/2 2024-04-14T16:01:39.830 INFO:teuthology.orchestra.run.smithi191.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T16:01:39.830 INFO:teuthology.orchestra.run.smithi191.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-14T16:01:39.830 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:39.849 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-14T16:01:39.850 INFO:teuthology.orchestra.run.smithi129.stdout:Nothing to do. 2024-04-14T16:01:39.850 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-14T16:01:39.921 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install python3-cephfs 2024-04-14T16:01:40.510 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:51 ago on Sun 14 Apr 2024 03:59:49 PM UTC. 2024-04-14T16:01:40.611 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-volume-2:19.0.0-2778.ga971fd5f.el9.noarch 1/2 2024-04-14T16:01:40.798 INFO:teuthology.orchestra.run.smithi129.stderr:Modular dependency problems: 2024-04-14T16:01:40.799 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T16:01:40.799 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 1: conflicting requests 2024-04-14T16:01:40.799 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.799 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 2: conflicting requests 2024-04-14T16:01:40.799 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.799 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 3: conflicting requests 2024-04-14T16:01:40.799 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.799 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 4: conflicting requests 2024-04-14T16:01:40.799 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.799 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 5: conflicting requests 2024-04-14T16:01:40.799 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.800 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 6: conflicting requests 2024-04-14T16:01:40.800 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.800 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 7: conflicting requests 2024-04-14T16:01:40.800 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.800 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 8: conflicting requests 2024-04-14T16:01:40.800 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.800 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 9: conflicting requests 2024-04-14T16:01:40.800 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.800 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 10: conflicting requests 2024-04-14T16:01:40.800 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.800 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 11: conflicting requests 2024-04-14T16:01:40.800 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.800 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 12: conflicting requests 2024-04-14T16:01:40.801 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.801 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 13: conflicting requests 2024-04-14T16:01:40.801 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.801 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 14: conflicting requests 2024-04-14T16:01:40.801 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.801 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 15: conflicting requests 2024-04-14T16:01:40.801 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.801 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 16: conflicting requests 2024-04-14T16:01:40.801 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.801 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 17: conflicting requests 2024-04-14T16:01:40.801 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.801 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 18: conflicting requests 2024-04-14T16:01:40.801 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.802 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 19: conflicting requests 2024-04-14T16:01:40.802 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.802 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 20: conflicting requests 2024-04-14T16:01:40.802 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.802 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 21: conflicting requests 2024-04-14T16:01:40.802 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.802 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 22: conflicting requests 2024-04-14T16:01:40.802 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.802 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 23: conflicting requests 2024-04-14T16:01:40.802 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.802 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 24: conflicting requests 2024-04-14T16:01:40.802 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.802 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 25: conflicting requests 2024-04-14T16:01:40.803 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.803 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 26: conflicting requests 2024-04-14T16:01:40.803 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.803 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 27: conflicting requests 2024-04-14T16:01:40.803 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.803 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 28: conflicting requests 2024-04-14T16:01:40.803 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.803 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 29: conflicting requests 2024-04-14T16:01:40.803 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.803 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 30: conflicting requests 2024-04-14T16:01:40.803 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.803 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 31: conflicting requests 2024-04-14T16:01:40.803 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.803 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 32: conflicting requests 2024-04-14T16:01:40.804 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.804 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 33: conflicting requests 2024-04-14T16:01:40.804 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.804 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 34: conflicting requests 2024-04-14T16:01:40.804 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.804 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 35: conflicting requests 2024-04-14T16:01:40.804 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.804 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 36: conflicting requests 2024-04-14T16:01:40.804 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.804 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 37: conflicting requests 2024-04-14T16:01:40.804 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.804 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.804 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.804 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:40.805 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.805 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.805 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.805 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.805 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 39: conflicting requests 2024-04-14T16:01:40.805 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.805 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.806 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.806 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.807 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.807 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.807 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:40.807 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.807 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.807 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.807 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.807 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:40.807 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.807 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.807 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.807 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.808 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:40.808 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.808 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.808 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.808 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.808 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:40.808 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.808 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.808 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.808 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.808 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:40.809 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.809 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.809 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.809 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.809 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:40.809 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.809 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.809 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.809 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:40.810 INFO:teuthology.orchestra.run.smithi129.stdout:Package python3-cephfs-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T16:01:40.871 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-14T16:01:40.872 INFO:teuthology.orchestra.run.smithi129.stdout:Nothing to do. 2024-04-14T16:01:40.872 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-14T16:01:40.967 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install python3-rbd 2024-04-14T16:01:40.998 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-14T16:01:40.998 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:40.998 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-14T16:01:40.998 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-volume-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T16:01:40.999 INFO:teuthology.orchestra.run.smithi191.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-14T16:01:40.999 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:40.999 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-14T16:01:41.320 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install librados-devel 2024-04-14T16:01:41.567 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:52 ago on Sun 14 Apr 2024 03:59:49 PM UTC. 2024-04-14T16:01:41.856 INFO:teuthology.orchestra.run.smithi129.stderr:Modular dependency problems: 2024-04-14T16:01:41.856 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T16:01:41.856 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 1: conflicting requests 2024-04-14T16:01:41.856 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.856 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 2: conflicting requests 2024-04-14T16:01:41.857 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.857 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 3: conflicting requests 2024-04-14T16:01:41.857 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.857 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 4: conflicting requests 2024-04-14T16:01:41.857 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.857 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 5: conflicting requests 2024-04-14T16:01:41.857 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.857 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 6: conflicting requests 2024-04-14T16:01:41.857 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.857 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 7: conflicting requests 2024-04-14T16:01:41.857 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.857 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 8: conflicting requests 2024-04-14T16:01:41.857 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.857 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 9: conflicting requests 2024-04-14T16:01:41.858 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.858 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 10: conflicting requests 2024-04-14T16:01:41.858 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.858 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 11: conflicting requests 2024-04-14T16:01:41.858 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.858 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 12: conflicting requests 2024-04-14T16:01:41.858 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.858 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 13: conflicting requests 2024-04-14T16:01:41.858 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.858 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 14: conflicting requests 2024-04-14T16:01:41.858 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.858 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 15: conflicting requests 2024-04-14T16:01:41.858 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.859 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 16: conflicting requests 2024-04-14T16:01:41.859 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.859 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 17: conflicting requests 2024-04-14T16:01:41.859 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.859 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 18: conflicting requests 2024-04-14T16:01:41.859 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.859 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 19: conflicting requests 2024-04-14T16:01:41.859 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.859 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 20: conflicting requests 2024-04-14T16:01:41.859 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.859 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 21: conflicting requests 2024-04-14T16:01:41.859 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.859 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 22: conflicting requests 2024-04-14T16:01:41.859 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.860 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 23: conflicting requests 2024-04-14T16:01:41.860 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.860 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 24: conflicting requests 2024-04-14T16:01:41.860 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.860 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 25: conflicting requests 2024-04-14T16:01:41.860 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.860 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 26: conflicting requests 2024-04-14T16:01:41.860 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.861 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 27: conflicting requests 2024-04-14T16:01:41.863 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.863 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 28: conflicting requests 2024-04-14T16:01:41.863 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.864 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 29: conflicting requests 2024-04-14T16:01:41.864 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.864 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 30: conflicting requests 2024-04-14T16:01:41.864 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.864 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 31: conflicting requests 2024-04-14T16:01:41.864 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.864 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 32: conflicting requests 2024-04-14T16:01:41.864 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.864 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 33: conflicting requests 2024-04-14T16:01:41.864 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.864 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 34: conflicting requests 2024-04-14T16:01:41.864 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.864 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 35: conflicting requests 2024-04-14T16:01:41.865 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.865 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 36: conflicting requests 2024-04-14T16:01:41.865 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.865 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 37: conflicting requests 2024-04-14T16:01:41.866 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.866 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.866 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.866 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:41.866 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.866 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.866 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.866 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.867 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 39: conflicting requests 2024-04-14T16:01:41.867 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.867 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.867 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.867 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.867 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.867 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.867 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:41.867 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.867 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.867 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.867 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.867 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:41.867 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.868 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.868 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.868 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.868 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:41.868 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.868 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.868 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.868 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.868 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:41.868 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.868 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.868 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.868 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.869 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:41.869 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.869 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.869 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.869 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.869 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:41.869 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.869 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.869 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.869 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:41.870 INFO:teuthology.orchestra.run.smithi129.stdout:Package python3-rbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T16:01:41.925 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:43 ago on Sun 14 Apr 2024 03:59:58 PM UTC. 2024-04-14T16:01:41.926 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-14T16:01:41.927 INFO:teuthology.orchestra.run.smithi129.stdout:Nothing to do. 2024-04-14T16:01:41.927 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-14T16:01:41.996 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install rbd-fuse 2024-04-14T16:01:42.215 INFO:teuthology.orchestra.run.smithi191.stderr:Modular dependency problems: 2024-04-14T16:01:42.215 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T16:01:42.215 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 1: conflicting requests 2024-04-14T16:01:42.215 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.216 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 2: conflicting requests 2024-04-14T16:01:42.216 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.216 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 3: conflicting requests 2024-04-14T16:01:42.216 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.216 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 4: conflicting requests 2024-04-14T16:01:42.216 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.216 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 5: conflicting requests 2024-04-14T16:01:42.216 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.216 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 6: conflicting requests 2024-04-14T16:01:42.216 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.216 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 7: conflicting requests 2024-04-14T16:01:42.216 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.216 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 8: conflicting requests 2024-04-14T16:01:42.217 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.217 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 9: conflicting requests 2024-04-14T16:01:42.217 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.217 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 10: conflicting requests 2024-04-14T16:01:42.217 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.217 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 11: conflicting requests 2024-04-14T16:01:42.217 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.217 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 12: conflicting requests 2024-04-14T16:01:42.217 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.217 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 13: conflicting requests 2024-04-14T16:01:42.217 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.217 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 14: conflicting requests 2024-04-14T16:01:42.217 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.217 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 15: conflicting requests 2024-04-14T16:01:42.218 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.218 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 16: conflicting requests 2024-04-14T16:01:42.218 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.218 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 17: conflicting requests 2024-04-14T16:01:42.218 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.218 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 18: conflicting requests 2024-04-14T16:01:42.218 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.218 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 19: conflicting requests 2024-04-14T16:01:42.218 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.218 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 20: conflicting requests 2024-04-14T16:01:42.218 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.218 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 21: conflicting requests 2024-04-14T16:01:42.218 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.218 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 22: conflicting requests 2024-04-14T16:01:42.219 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.219 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 23: conflicting requests 2024-04-14T16:01:42.219 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.219 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 24: conflicting requests 2024-04-14T16:01:42.219 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.219 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 25: conflicting requests 2024-04-14T16:01:42.219 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.219 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 26: conflicting requests 2024-04-14T16:01:42.219 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.219 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 27: conflicting requests 2024-04-14T16:01:42.219 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.219 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 28: conflicting requests 2024-04-14T16:01:42.219 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.219 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 29: conflicting requests 2024-04-14T16:01:42.220 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.220 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 30: conflicting requests 2024-04-14T16:01:42.220 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.220 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 31: conflicting requests 2024-04-14T16:01:42.220 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.220 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 32: conflicting requests 2024-04-14T16:01:42.220 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.220 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 33: conflicting requests 2024-04-14T16:01:42.220 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.220 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 34: conflicting requests 2024-04-14T16:01:42.220 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.220 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 35: conflicting requests 2024-04-14T16:01:42.220 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.221 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 36: conflicting requests 2024-04-14T16:01:42.221 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.221 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 37: conflicting requests 2024-04-14T16:01:42.221 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.221 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.221 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.221 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:42.221 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.221 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.221 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.221 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.221 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 39: conflicting requests 2024-04-14T16:01:42.221 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.221 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.222 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.222 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.222 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.222 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.222 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:42.222 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.222 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.222 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.222 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.222 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:42.222 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.222 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.222 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.222 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.223 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:42.223 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.223 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.223 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.223 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.223 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:42.223 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.223 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.223 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.223 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.223 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:42.223 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.223 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.223 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.224 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.224 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:42.224 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.224 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.224 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.224 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.283 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-14T16:01:42.284 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:42.284 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repo Size 2024-04-14T16:01:42.284 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:42.284 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-14T16:01:42.284 INFO:teuthology.orchestra.run.smithi191.stdout: librados-devel x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 127 k 2024-04-14T16:01:42.284 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:42.284 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-14T16:01:42.285 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:42.285 INFO:teuthology.orchestra.run.smithi191.stdout:Install 1 Package 2024-04-14T16:01:42.285 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:42.285 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 127 k 2024-04-14T16:01:42.285 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 456 k 2024-04-14T16:01:42.285 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-14T16:01:42.527 INFO:teuthology.orchestra.run.smithi191.stdout:librados-devel-19.0.0-2778.ga971fd5f.el9.x86_64 528 kB/s | 127 kB 00:00 2024-04-14T16:01:42.527 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:01:42.527 INFO:teuthology.orchestra.run.smithi191.stdout:Total 524 kB/s | 127 kB 00:00 2024-04-14T16:01:42.527 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-14T16:01:42.532 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-14T16:01:42.532 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-14T16:01:42.593 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-14T16:01:42.593 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-14T16:01:42.598 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:53 ago on Sun 14 Apr 2024 03:59:49 PM UTC. 2024-04-14T16:01:42.745 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-14T16:01:42.850 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : librados-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:42.890 INFO:teuthology.orchestra.run.smithi129.stderr:Modular dependency problems: 2024-04-14T16:01:42.890 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T16:01:42.890 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 1: conflicting requests 2024-04-14T16:01:42.890 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.890 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 2: conflicting requests 2024-04-14T16:01:42.890 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.891 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 3: conflicting requests 2024-04-14T16:01:42.891 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.891 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 4: conflicting requests 2024-04-14T16:01:42.891 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.891 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 5: conflicting requests 2024-04-14T16:01:42.891 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.891 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 6: conflicting requests 2024-04-14T16:01:42.891 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.891 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 7: conflicting requests 2024-04-14T16:01:42.891 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.891 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 8: conflicting requests 2024-04-14T16:01:42.891 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.891 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 9: conflicting requests 2024-04-14T16:01:42.892 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.892 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 10: conflicting requests 2024-04-14T16:01:42.892 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.892 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 11: conflicting requests 2024-04-14T16:01:42.892 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.892 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 12: conflicting requests 2024-04-14T16:01:42.892 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.892 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 13: conflicting requests 2024-04-14T16:01:42.892 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.892 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 14: conflicting requests 2024-04-14T16:01:42.892 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.892 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 15: conflicting requests 2024-04-14T16:01:42.892 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.892 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 16: conflicting requests 2024-04-14T16:01:42.892 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.893 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 17: conflicting requests 2024-04-14T16:01:42.893 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.893 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 18: conflicting requests 2024-04-14T16:01:42.893 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.893 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 19: conflicting requests 2024-04-14T16:01:42.893 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.893 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 20: conflicting requests 2024-04-14T16:01:42.893 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.893 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 21: conflicting requests 2024-04-14T16:01:42.893 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.893 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 22: conflicting requests 2024-04-14T16:01:42.893 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.893 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 23: conflicting requests 2024-04-14T16:01:42.894 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.894 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 24: conflicting requests 2024-04-14T16:01:42.894 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.894 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 25: conflicting requests 2024-04-14T16:01:42.894 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.894 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 26: conflicting requests 2024-04-14T16:01:42.894 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.894 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 27: conflicting requests 2024-04-14T16:01:42.894 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.894 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 28: conflicting requests 2024-04-14T16:01:42.894 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.894 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 29: conflicting requests 2024-04-14T16:01:42.894 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.894 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 30: conflicting requests 2024-04-14T16:01:42.894 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.895 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 31: conflicting requests 2024-04-14T16:01:42.895 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.895 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 32: conflicting requests 2024-04-14T16:01:42.895 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.895 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 33: conflicting requests 2024-04-14T16:01:42.895 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.895 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 34: conflicting requests 2024-04-14T16:01:42.895 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.895 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 35: conflicting requests 2024-04-14T16:01:42.895 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.895 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 36: conflicting requests 2024-04-14T16:01:42.895 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.895 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 37: conflicting requests 2024-04-14T16:01:42.895 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.896 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.896 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.896 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:42.896 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.896 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.896 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.896 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.896 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 39: conflicting requests 2024-04-14T16:01:42.896 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.896 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.896 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.896 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.896 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.896 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.896 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:42.897 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.897 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.897 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.897 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.897 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:42.897 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.897 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.897 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.898 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.898 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:42.898 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.898 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.898 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.898 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.898 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:42.898 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.898 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.898 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.898 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.898 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:42.898 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.899 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.899 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.899 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.899 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:42.899 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.899 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.899 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.899 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:42.959 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-14T16:01:42.960 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:42.960 INFO:teuthology.orchestra.run.smithi129.stdout: Package Architecture Version Repository Size 2024-04-14T16:01:42.960 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:42.960 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-04-14T16:01:42.960 INFO:teuthology.orchestra.run.smithi129.stdout: rbd-fuse x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 85 k 2024-04-14T16:01:42.960 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:42.960 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-04-14T16:01:42.960 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:42.960 INFO:teuthology.orchestra.run.smithi129.stdout:Install 1 Package 2024-04-14T16:01:42.960 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:42.961 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 85 k 2024-04-14T16:01:42.961 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 231 k 2024-04-14T16:01:42.961 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-04-14T16:01:43.272 INFO:teuthology.orchestra.run.smithi129.stdout:rbd-fuse-19.0.0-2778.ga971fd5f.el9.x86_64.rpm 274 kB/s | 85 kB 00:00 2024-04-14T16:01:43.272 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:01:43.272 INFO:teuthology.orchestra.run.smithi129.stdout:Total 273 kB/s | 85 kB 00:00 2024-04-14T16:01:43.273 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-04-14T16:01:43.280 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-04-14T16:01:43.280 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-04-14T16:01:43.316 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: librados-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:43.340 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-04-14T16:01:43.340 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-04-14T16:01:43.520 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-04-14T16:01:43.612 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : rbd-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:43.659 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : librados-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:43.659 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:43.659 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-14T16:01:43.659 INFO:teuthology.orchestra.run.smithi191.stdout: librados-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:01:43.659 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:43.659 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-14T16:01:43.902 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install libcephfs2 2024-04-14T16:01:44.015 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:44.320 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : rbd-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:44.321 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:44.321 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-04-14T16:01:44.321 INFO:teuthology.orchestra.run.smithi129.stdout: rbd-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:01:44.321 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:44.321 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-14T16:01:44.529 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:46 ago on Sun 14 Apr 2024 03:59:58 PM UTC. 2024-04-14T16:01:44.563 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install rbd-mirror 2024-04-14T16:01:44.824 INFO:teuthology.orchestra.run.smithi191.stderr:Modular dependency problems: 2024-04-14T16:01:44.824 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T16:01:44.824 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 1: conflicting requests 2024-04-14T16:01:44.824 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.824 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 2: conflicting requests 2024-04-14T16:01:44.824 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.824 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 3: conflicting requests 2024-04-14T16:01:44.824 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.824 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 4: conflicting requests 2024-04-14T16:01:44.825 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.825 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 5: conflicting requests 2024-04-14T16:01:44.825 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.825 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 6: conflicting requests 2024-04-14T16:01:44.825 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.825 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 7: conflicting requests 2024-04-14T16:01:44.825 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.825 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 8: conflicting requests 2024-04-14T16:01:44.825 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.825 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 9: conflicting requests 2024-04-14T16:01:44.825 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.825 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 10: conflicting requests 2024-04-14T16:01:44.825 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.825 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 11: conflicting requests 2024-04-14T16:01:44.826 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.826 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 12: conflicting requests 2024-04-14T16:01:44.826 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.826 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 13: conflicting requests 2024-04-14T16:01:44.826 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.826 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 14: conflicting requests 2024-04-14T16:01:44.826 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.826 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 15: conflicting requests 2024-04-14T16:01:44.826 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.826 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 16: conflicting requests 2024-04-14T16:01:44.827 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.827 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 17: conflicting requests 2024-04-14T16:01:44.827 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.827 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 18: conflicting requests 2024-04-14T16:01:44.827 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.828 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 19: conflicting requests 2024-04-14T16:01:44.828 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.828 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 20: conflicting requests 2024-04-14T16:01:44.828 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.828 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 21: conflicting requests 2024-04-14T16:01:44.828 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.828 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 22: conflicting requests 2024-04-14T16:01:44.828 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.828 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 23: conflicting requests 2024-04-14T16:01:44.828 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.828 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 24: conflicting requests 2024-04-14T16:01:44.828 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.828 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 25: conflicting requests 2024-04-14T16:01:44.829 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.829 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 26: conflicting requests 2024-04-14T16:01:44.829 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.829 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 27: conflicting requests 2024-04-14T16:01:44.829 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.829 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 28: conflicting requests 2024-04-14T16:01:44.829 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.830 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 29: conflicting requests 2024-04-14T16:01:44.830 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.830 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 30: conflicting requests 2024-04-14T16:01:44.830 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.830 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 31: conflicting requests 2024-04-14T16:01:44.830 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.830 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 32: conflicting requests 2024-04-14T16:01:44.830 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.831 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 33: conflicting requests 2024-04-14T16:01:44.831 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.831 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 34: conflicting requests 2024-04-14T16:01:44.831 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.831 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 35: conflicting requests 2024-04-14T16:01:44.831 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.831 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 36: conflicting requests 2024-04-14T16:01:44.831 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.831 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 37: conflicting requests 2024-04-14T16:01:44.831 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.831 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.831 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.831 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:44.831 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.832 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.832 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.832 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.832 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 39: conflicting requests 2024-04-14T16:01:44.832 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.832 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.832 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.832 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.832 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.833 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.833 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:44.833 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.833 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.833 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.833 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.833 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:44.833 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.833 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.833 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.833 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.834 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:44.834 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.834 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.834 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.834 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.834 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:44.834 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.834 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.834 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.834 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.834 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:44.834 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.834 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.834 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.834 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.835 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:44.835 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.835 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.835 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.835 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:44.836 INFO:teuthology.orchestra.run.smithi191.stdout:Package libcephfs2-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T16:01:44.894 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-14T16:01:44.897 INFO:teuthology.orchestra.run.smithi191.stdout:Nothing to do. 2024-04-14T16:01:44.898 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-14T16:01:44.967 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install libcephfs-devel 2024-04-14T16:01:45.170 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:56 ago on Sun 14 Apr 2024 03:59:49 PM UTC. 2024-04-14T16:01:45.460 INFO:teuthology.orchestra.run.smithi129.stderr:Modular dependency problems: 2024-04-14T16:01:45.460 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T16:01:45.461 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 1: conflicting requests 2024-04-14T16:01:45.461 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.461 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 2: conflicting requests 2024-04-14T16:01:45.461 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.461 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 3: conflicting requests 2024-04-14T16:01:45.461 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.461 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 4: conflicting requests 2024-04-14T16:01:45.461 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.461 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 5: conflicting requests 2024-04-14T16:01:45.461 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.461 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 6: conflicting requests 2024-04-14T16:01:45.461 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.461 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 7: conflicting requests 2024-04-14T16:01:45.461 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.462 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 8: conflicting requests 2024-04-14T16:01:45.462 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.462 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 9: conflicting requests 2024-04-14T16:01:45.462 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.462 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 10: conflicting requests 2024-04-14T16:01:45.462 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.462 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 11: conflicting requests 2024-04-14T16:01:45.462 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.462 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 12: conflicting requests 2024-04-14T16:01:45.462 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.462 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 13: conflicting requests 2024-04-14T16:01:45.462 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.462 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 14: conflicting requests 2024-04-14T16:01:45.463 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.463 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 15: conflicting requests 2024-04-14T16:01:45.463 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.463 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 16: conflicting requests 2024-04-14T16:01:45.463 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.463 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 17: conflicting requests 2024-04-14T16:01:45.463 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.463 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 18: conflicting requests 2024-04-14T16:01:45.463 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.463 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 19: conflicting requests 2024-04-14T16:01:45.463 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.463 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 20: conflicting requests 2024-04-14T16:01:45.463 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.463 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 21: conflicting requests 2024-04-14T16:01:45.464 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.464 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 22: conflicting requests 2024-04-14T16:01:45.464 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.464 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 23: conflicting requests 2024-04-14T16:01:45.464 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.464 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 24: conflicting requests 2024-04-14T16:01:45.464 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.464 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 25: conflicting requests 2024-04-14T16:01:45.464 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.464 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 26: conflicting requests 2024-04-14T16:01:45.464 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.464 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 27: conflicting requests 2024-04-14T16:01:45.464 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.464 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 28: conflicting requests 2024-04-14T16:01:45.465 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.465 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 29: conflicting requests 2024-04-14T16:01:45.465 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.465 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 30: conflicting requests 2024-04-14T16:01:45.465 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.465 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 31: conflicting requests 2024-04-14T16:01:45.465 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.465 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 32: conflicting requests 2024-04-14T16:01:45.465 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.465 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 33: conflicting requests 2024-04-14T16:01:45.465 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.465 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 34: conflicting requests 2024-04-14T16:01:45.465 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.465 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 35: conflicting requests 2024-04-14T16:01:45.466 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.466 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 36: conflicting requests 2024-04-14T16:01:45.466 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.466 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 37: conflicting requests 2024-04-14T16:01:45.466 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.466 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.466 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.466 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:45.466 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.466 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.466 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.466 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.467 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 39: conflicting requests 2024-04-14T16:01:45.467 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.467 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.467 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.467 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.467 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.467 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.467 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:45.468 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.468 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.468 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.468 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.468 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:45.468 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.468 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.468 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.468 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.468 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:45.468 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.468 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.468 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.469 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.469 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:45.469 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.469 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.469 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.469 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.469 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:45.469 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.469 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.469 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.469 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.469 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:45.469 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.469 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.470 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.470 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.528 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-14T16:01:45.528 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:45.528 INFO:teuthology.orchestra.run.smithi129.stdout: Package Arch Version Repo Size 2024-04-14T16:01:45.528 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:45.529 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-04-14T16:01:45.529 INFO:teuthology.orchestra.run.smithi129.stdout: rbd-mirror x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 3.1 M 2024-04-14T16:01:45.529 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:45.529 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-04-14T16:01:45.529 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:45.529 INFO:teuthology.orchestra.run.smithi129.stdout:Install 1 Package 2024-04-14T16:01:45.529 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:45.529 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 3.1 M 2024-04-14T16:01:45.530 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 13 M 2024-04-14T16:01:45.530 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-04-14T16:01:45.569 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:47 ago on Sun 14 Apr 2024 03:59:58 PM UTC. 2024-04-14T16:01:45.859 INFO:teuthology.orchestra.run.smithi191.stderr:Modular dependency problems: 2024-04-14T16:01:45.859 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T16:01:45.859 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 1: conflicting requests 2024-04-14T16:01:45.859 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.860 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 2: conflicting requests 2024-04-14T16:01:45.860 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.860 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 3: conflicting requests 2024-04-14T16:01:45.860 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.860 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 4: conflicting requests 2024-04-14T16:01:45.860 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.860 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 5: conflicting requests 2024-04-14T16:01:45.861 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.861 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 6: conflicting requests 2024-04-14T16:01:45.861 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.861 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 7: conflicting requests 2024-04-14T16:01:45.861 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.862 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 8: conflicting requests 2024-04-14T16:01:45.862 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.862 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 9: conflicting requests 2024-04-14T16:01:45.862 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.862 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 10: conflicting requests 2024-04-14T16:01:45.862 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.863 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 11: conflicting requests 2024-04-14T16:01:45.863 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.863 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 12: conflicting requests 2024-04-14T16:01:45.863 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.863 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 13: conflicting requests 2024-04-14T16:01:45.863 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.864 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 14: conflicting requests 2024-04-14T16:01:45.864 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.864 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 15: conflicting requests 2024-04-14T16:01:45.864 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.864 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 16: conflicting requests 2024-04-14T16:01:45.864 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.864 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 17: conflicting requests 2024-04-14T16:01:45.865 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.865 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 18: conflicting requests 2024-04-14T16:01:45.865 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.865 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 19: conflicting requests 2024-04-14T16:01:45.865 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.865 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 20: conflicting requests 2024-04-14T16:01:45.866 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.866 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 21: conflicting requests 2024-04-14T16:01:45.866 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.866 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 22: conflicting requests 2024-04-14T16:01:45.866 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.866 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 23: conflicting requests 2024-04-14T16:01:45.867 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.867 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 24: conflicting requests 2024-04-14T16:01:45.867 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.867 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 25: conflicting requests 2024-04-14T16:01:45.867 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.869 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 26: conflicting requests 2024-04-14T16:01:45.869 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.869 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 27: conflicting requests 2024-04-14T16:01:45.869 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.869 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 28: conflicting requests 2024-04-14T16:01:45.869 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.869 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 29: conflicting requests 2024-04-14T16:01:45.869 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.869 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 30: conflicting requests 2024-04-14T16:01:45.870 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.870 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 31: conflicting requests 2024-04-14T16:01:45.870 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.870 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 32: conflicting requests 2024-04-14T16:01:45.870 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.870 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 33: conflicting requests 2024-04-14T16:01:45.870 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.870 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 34: conflicting requests 2024-04-14T16:01:45.870 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.870 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 35: conflicting requests 2024-04-14T16:01:45.870 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.870 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 36: conflicting requests 2024-04-14T16:01:45.870 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.870 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 37: conflicting requests 2024-04-14T16:01:45.871 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.871 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.871 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.871 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:45.871 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.871 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.871 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.871 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.871 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 39: conflicting requests 2024-04-14T16:01:45.871 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.871 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.871 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.871 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.871 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.872 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.872 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:45.872 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.872 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.872 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.872 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.872 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:45.872 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.872 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.872 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.872 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.872 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:45.872 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.872 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.872 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.873 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.873 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:45.873 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.873 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.873 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.873 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.873 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:45.873 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.873 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.873 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.873 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.873 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:45.873 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.873 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.874 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.874 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:45.927 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-14T16:01:45.928 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:45.928 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repo Size 2024-04-14T16:01:45.928 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:45.928 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-14T16:01:45.928 INFO:teuthology.orchestra.run.smithi191.stdout: libcephfs-devel x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 32 k 2024-04-14T16:01:45.928 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:45.928 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-14T16:01:45.929 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:45.929 INFO:teuthology.orchestra.run.smithi191.stdout:Install 1 Package 2024-04-14T16:01:45.929 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:45.929 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 32 k 2024-04-14T16:01:45.929 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 142 k 2024-04-14T16:01:45.929 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-14T16:01:46.096 INFO:teuthology.orchestra.run.smithi191.stdout:libcephfs-devel-19.0.0-2778.ga971fd5f.el9.x86_6 190 kB/s | 32 kB 00:00 2024-04-14T16:01:46.096 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:01:46.096 INFO:teuthology.orchestra.run.smithi191.stdout:Total 189 kB/s | 32 kB 00:00 2024-04-14T16:01:46.096 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-14T16:01:46.100 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-14T16:01:46.100 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-14T16:01:46.110 INFO:teuthology.orchestra.run.smithi129.stdout:rbd-mirror-19.0.0-2778.ga971fd5f.el9.x86_64.rpm 5.3 MB/s | 3.1 MB 00:00 2024-04-14T16:01:46.110 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:01:46.110 INFO:teuthology.orchestra.run.smithi129.stdout:Total 5.3 MB/s | 3.1 MB 00:00 2024-04-14T16:01:46.110 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-04-14T16:01:46.118 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-04-14T16:01:46.118 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-04-14T16:01:46.123 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-14T16:01:46.123 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-14T16:01:46.195 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-04-14T16:01:46.195 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-04-14T16:01:46.212 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-14T16:01:46.318 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : libcephfs-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:46.625 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-04-14T16:01:46.692 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : rbd-mirror-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:46.717 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:46.717 INFO:teuthology.orchestra.run.smithi129.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T16:01:46.717 INFO:teuthology.orchestra.run.smithi129.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-14T16:01:46.717 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-14T16:01:46.717 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-14T16:01:46.717 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:46.730 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:47.010 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : libcephfs-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:47.010 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:47.010 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-14T16:01:47.010 INFO:teuthology.orchestra.run.smithi191.stdout: libcephfs-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:01:47.010 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:47.011 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-14T16:01:47.194 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install librados2 2024-04-14T16:01:47.798 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:49 ago on Sun 14 Apr 2024 03:59:58 PM UTC. 2024-04-14T16:01:47.911 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : rbd-mirror-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:47.911 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:47.911 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-04-14T16:01:47.911 INFO:teuthology.orchestra.run.smithi129.stdout: rbd-mirror-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:01:47.911 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:47.911 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-14T16:01:48.089 INFO:teuthology.orchestra.run.smithi191.stderr:Modular dependency problems: 2024-04-14T16:01:48.089 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T16:01:48.089 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 1: conflicting requests 2024-04-14T16:01:48.089 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.089 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 2: conflicting requests 2024-04-14T16:01:48.089 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.089 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 3: conflicting requests 2024-04-14T16:01:48.089 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.090 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 4: conflicting requests 2024-04-14T16:01:48.090 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.090 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 5: conflicting requests 2024-04-14T16:01:48.090 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.090 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 6: conflicting requests 2024-04-14T16:01:48.090 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.090 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 7: conflicting requests 2024-04-14T16:01:48.090 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.090 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 8: conflicting requests 2024-04-14T16:01:48.090 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.090 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 9: conflicting requests 2024-04-14T16:01:48.090 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.090 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 10: conflicting requests 2024-04-14T16:01:48.090 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.091 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 11: conflicting requests 2024-04-14T16:01:48.091 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.091 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 12: conflicting requests 2024-04-14T16:01:48.091 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.091 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 13: conflicting requests 2024-04-14T16:01:48.091 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.091 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 14: conflicting requests 2024-04-14T16:01:48.091 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.091 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 15: conflicting requests 2024-04-14T16:01:48.091 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.091 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 16: conflicting requests 2024-04-14T16:01:48.091 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.091 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 17: conflicting requests 2024-04-14T16:01:48.092 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.092 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 18: conflicting requests 2024-04-14T16:01:48.092 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.092 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 19: conflicting requests 2024-04-14T16:01:48.092 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.092 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 20: conflicting requests 2024-04-14T16:01:48.092 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.092 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 21: conflicting requests 2024-04-14T16:01:48.092 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.092 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 22: conflicting requests 2024-04-14T16:01:48.092 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.092 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 23: conflicting requests 2024-04-14T16:01:48.093 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.093 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 24: conflicting requests 2024-04-14T16:01:48.093 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.093 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 25: conflicting requests 2024-04-14T16:01:48.094 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.094 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 26: conflicting requests 2024-04-14T16:01:48.094 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.094 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 27: conflicting requests 2024-04-14T16:01:48.094 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.094 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 28: conflicting requests 2024-04-14T16:01:48.094 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.094 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 29: conflicting requests 2024-04-14T16:01:48.094 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.094 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 30: conflicting requests 2024-04-14T16:01:48.095 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.095 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 31: conflicting requests 2024-04-14T16:01:48.095 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.095 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 32: conflicting requests 2024-04-14T16:01:48.095 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.095 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 33: conflicting requests 2024-04-14T16:01:48.095 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.095 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 34: conflicting requests 2024-04-14T16:01:48.095 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.095 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 35: conflicting requests 2024-04-14T16:01:48.095 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.095 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 36: conflicting requests 2024-04-14T16:01:48.095 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.096 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 37: conflicting requests 2024-04-14T16:01:48.096 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.096 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.096 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.096 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:48.096 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.096 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.096 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.096 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.097 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 39: conflicting requests 2024-04-14T16:01:48.097 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.097 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.097 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.097 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.097 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.097 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.097 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:48.097 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.097 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.097 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.097 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.097 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:48.097 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.098 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.098 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.098 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.098 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:48.098 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.098 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.098 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.098 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.098 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:48.098 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.098 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.098 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.098 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.099 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:48.099 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.099 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.099 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.099 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.099 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:48.099 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.099 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.099 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.099 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:48.100 INFO:teuthology.orchestra.run.smithi191.stdout:Package librados2-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T16:01:48.159 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-14T16:01:48.160 INFO:teuthology.orchestra.run.smithi191.stdout:Nothing to do. 2024-04-14T16:01:48.160 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-14T16:01:48.195 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install rbd-nbd 2024-04-14T16:01:48.225 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install librbd1 2024-04-14T16:01:48.810 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:59 ago on Sun 14 Apr 2024 03:59:49 PM UTC. 2024-04-14T16:01:48.825 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:50 ago on Sun 14 Apr 2024 03:59:58 PM UTC. 2024-04-14T16:01:49.101 INFO:teuthology.orchestra.run.smithi129.stderr:Modular dependency problems: 2024-04-14T16:01:49.102 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T16:01:49.102 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 1: conflicting requests 2024-04-14T16:01:49.102 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.102 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 2: conflicting requests 2024-04-14T16:01:49.102 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.103 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 3: conflicting requests 2024-04-14T16:01:49.103 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.103 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 4: conflicting requests 2024-04-14T16:01:49.103 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.103 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 5: conflicting requests 2024-04-14T16:01:49.104 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.104 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 6: conflicting requests 2024-04-14T16:01:49.104 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.104 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 7: conflicting requests 2024-04-14T16:01:49.104 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.104 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 8: conflicting requests 2024-04-14T16:01:49.105 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.105 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 9: conflicting requests 2024-04-14T16:01:49.105 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.105 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 10: conflicting requests 2024-04-14T16:01:49.105 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.105 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 11: conflicting requests 2024-04-14T16:01:49.105 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.106 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 12: conflicting requests 2024-04-14T16:01:49.106 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.108 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 13: conflicting requests 2024-04-14T16:01:49.108 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.108 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 14: conflicting requests 2024-04-14T16:01:49.108 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.108 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 15: conflicting requests 2024-04-14T16:01:49.108 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.108 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 16: conflicting requests 2024-04-14T16:01:49.109 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.109 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 17: conflicting requests 2024-04-14T16:01:49.109 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.109 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 18: conflicting requests 2024-04-14T16:01:49.109 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.109 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 19: conflicting requests 2024-04-14T16:01:49.109 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.109 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 20: conflicting requests 2024-04-14T16:01:49.109 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.109 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 21: conflicting requests 2024-04-14T16:01:49.109 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.109 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 22: conflicting requests 2024-04-14T16:01:49.109 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.109 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 23: conflicting requests 2024-04-14T16:01:49.110 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.110 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 24: conflicting requests 2024-04-14T16:01:49.110 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.110 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 25: conflicting requests 2024-04-14T16:01:49.110 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.110 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 26: conflicting requests 2024-04-14T16:01:49.110 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.110 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 27: conflicting requests 2024-04-14T16:01:49.110 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.110 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 28: conflicting requests 2024-04-14T16:01:49.110 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.110 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 29: conflicting requests 2024-04-14T16:01:49.110 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.111 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 30: conflicting requests 2024-04-14T16:01:49.111 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.111 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 31: conflicting requests 2024-04-14T16:01:49.111 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.111 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 32: conflicting requests 2024-04-14T16:01:49.111 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.111 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 33: conflicting requests 2024-04-14T16:01:49.111 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.111 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 34: conflicting requests 2024-04-14T16:01:49.111 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.111 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 35: conflicting requests 2024-04-14T16:01:49.111 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.111 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 36: conflicting requests 2024-04-14T16:01:49.111 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.111 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 37: conflicting requests 2024-04-14T16:01:49.112 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.112 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.112 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.112 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:49.112 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.112 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.112 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.112 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.112 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 39: conflicting requests 2024-04-14T16:01:49.112 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.112 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.112 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.112 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.112 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.113 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.113 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:49.113 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.113 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.113 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.113 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.113 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:49.113 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.113 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.113 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.113 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.113 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:49.113 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.113 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.114 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.114 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.114 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:49.114 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.114 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.114 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.114 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.114 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:49.114 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.114 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.114 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.114 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.114 INFO:teuthology.orchestra.run.smithi129.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:49.114 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.114 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.115 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.115 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.119 INFO:teuthology.orchestra.run.smithi191.stderr:Modular dependency problems: 2024-04-14T16:01:49.120 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T16:01:49.120 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 1: conflicting requests 2024-04-14T16:01:49.120 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.120 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 2: conflicting requests 2024-04-14T16:01:49.120 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.120 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 3: conflicting requests 2024-04-14T16:01:49.120 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.120 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 4: conflicting requests 2024-04-14T16:01:49.120 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.120 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 5: conflicting requests 2024-04-14T16:01:49.120 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.120 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 6: conflicting requests 2024-04-14T16:01:49.120 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.120 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 7: conflicting requests 2024-04-14T16:01:49.121 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.121 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 8: conflicting requests 2024-04-14T16:01:49.121 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.121 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 9: conflicting requests 2024-04-14T16:01:49.121 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.121 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 10: conflicting requests 2024-04-14T16:01:49.121 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.121 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 11: conflicting requests 2024-04-14T16:01:49.121 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.121 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 12: conflicting requests 2024-04-14T16:01:49.121 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.121 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 13: conflicting requests 2024-04-14T16:01:49.121 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.121 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 14: conflicting requests 2024-04-14T16:01:49.122 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.122 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 15: conflicting requests 2024-04-14T16:01:49.122 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.122 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 16: conflicting requests 2024-04-14T16:01:49.122 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.122 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 17: conflicting requests 2024-04-14T16:01:49.122 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.122 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 18: conflicting requests 2024-04-14T16:01:49.122 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.122 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 19: conflicting requests 2024-04-14T16:01:49.122 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.122 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 20: conflicting requests 2024-04-14T16:01:49.122 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.123 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 21: conflicting requests 2024-04-14T16:01:49.123 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.123 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 22: conflicting requests 2024-04-14T16:01:49.123 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.123 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 23: conflicting requests 2024-04-14T16:01:49.123 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.123 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 24: conflicting requests 2024-04-14T16:01:49.123 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.123 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 25: conflicting requests 2024-04-14T16:01:49.123 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.123 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 26: conflicting requests 2024-04-14T16:01:49.123 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.123 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 27: conflicting requests 2024-04-14T16:01:49.123 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.124 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 28: conflicting requests 2024-04-14T16:01:49.124 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.124 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 29: conflicting requests 2024-04-14T16:01:49.124 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.124 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 30: conflicting requests 2024-04-14T16:01:49.124 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.124 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 31: conflicting requests 2024-04-14T16:01:49.124 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.124 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 32: conflicting requests 2024-04-14T16:01:49.124 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.124 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 33: conflicting requests 2024-04-14T16:01:49.124 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.124 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 34: conflicting requests 2024-04-14T16:01:49.124 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.124 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 35: conflicting requests 2024-04-14T16:01:49.125 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.125 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 36: conflicting requests 2024-04-14T16:01:49.125 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.125 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 37: conflicting requests 2024-04-14T16:01:49.125 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.125 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.125 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.125 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:49.125 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.125 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.125 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.125 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.125 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 39: conflicting requests 2024-04-14T16:01:49.125 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.126 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.126 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.126 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.126 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.126 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.126 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:49.126 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.126 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.126 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.126 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.126 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:49.126 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.126 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.126 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.127 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.127 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:49.127 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.127 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.127 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.127 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.127 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:49.127 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.127 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.127 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.127 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.127 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:49.127 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.127 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.128 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.128 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.128 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:49.128 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.128 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.128 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.128 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:49.129 INFO:teuthology.orchestra.run.smithi191.stdout:Package librbd1-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T16:01:49.169 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-14T16:01:49.171 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:49.171 INFO:teuthology.orchestra.run.smithi129.stdout: Package Architecture Version Repository Size 2024-04-14T16:01:49.171 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:49.171 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-04-14T16:01:49.171 INFO:teuthology.orchestra.run.smithi129.stdout: rbd-nbd x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 170 k 2024-04-14T16:01:49.172 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:49.172 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-04-14T16:01:49.172 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-14T16:01:49.172 INFO:teuthology.orchestra.run.smithi129.stdout:Install 1 Package 2024-04-14T16:01:49.172 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:49.172 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 170 k 2024-04-14T16:01:49.172 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 494 k 2024-04-14T16:01:49.172 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-04-14T16:01:49.189 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-14T16:01:49.190 INFO:teuthology.orchestra.run.smithi191.stdout:Nothing to do. 2024-04-14T16:01:49.191 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-14T16:01:49.262 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install python3-rados 2024-04-14T16:01:49.538 INFO:teuthology.orchestra.run.smithi129.stdout:rbd-nbd-19.0.0-2778.ga971fd5f.el9.x86_64.rpm 465 kB/s | 170 kB 00:00 2024-04-14T16:01:49.538 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:01:49.538 INFO:teuthology.orchestra.run.smithi129.stdout:Total 464 kB/s | 170 kB 00:00 2024-04-14T16:01:49.539 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-04-14T16:01:49.547 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-04-14T16:01:49.547 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-04-14T16:01:49.607 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-04-14T16:01:49.607 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-04-14T16:01:49.762 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-04-14T16:01:49.865 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:51 ago on Sun 14 Apr 2024 03:59:58 PM UTC. 2024-04-14T16:01:49.869 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : rbd-nbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:50.156 INFO:teuthology.orchestra.run.smithi191.stderr:Modular dependency problems: 2024-04-14T16:01:50.157 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T16:01:50.157 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 1: conflicting requests 2024-04-14T16:01:50.157 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.157 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 2: conflicting requests 2024-04-14T16:01:50.157 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.157 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 3: conflicting requests 2024-04-14T16:01:50.157 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.157 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 4: conflicting requests 2024-04-14T16:01:50.158 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.158 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 5: conflicting requests 2024-04-14T16:01:50.158 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.158 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 6: conflicting requests 2024-04-14T16:01:50.158 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.158 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 7: conflicting requests 2024-04-14T16:01:50.158 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.158 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 8: conflicting requests 2024-04-14T16:01:50.158 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.158 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 9: conflicting requests 2024-04-14T16:01:50.159 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.159 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 10: conflicting requests 2024-04-14T16:01:50.159 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.159 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 11: conflicting requests 2024-04-14T16:01:50.159 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.159 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 12: conflicting requests 2024-04-14T16:01:50.159 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.159 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 13: conflicting requests 2024-04-14T16:01:50.159 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.160 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 14: conflicting requests 2024-04-14T16:01:50.160 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.160 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 15: conflicting requests 2024-04-14T16:01:50.160 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.160 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 16: conflicting requests 2024-04-14T16:01:50.160 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.160 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 17: conflicting requests 2024-04-14T16:01:50.161 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.161 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 18: conflicting requests 2024-04-14T16:01:50.161 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.161 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 19: conflicting requests 2024-04-14T16:01:50.161 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.161 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 20: conflicting requests 2024-04-14T16:01:50.161 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.161 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 21: conflicting requests 2024-04-14T16:01:50.161 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.161 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 22: conflicting requests 2024-04-14T16:01:50.161 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.162 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 23: conflicting requests 2024-04-14T16:01:50.162 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.162 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 24: conflicting requests 2024-04-14T16:01:50.162 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.162 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 25: conflicting requests 2024-04-14T16:01:50.162 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.162 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 26: conflicting requests 2024-04-14T16:01:50.163 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.163 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 27: conflicting requests 2024-04-14T16:01:50.163 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.163 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 28: conflicting requests 2024-04-14T16:01:50.163 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.164 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 29: conflicting requests 2024-04-14T16:01:50.164 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.164 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 30: conflicting requests 2024-04-14T16:01:50.164 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.164 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 31: conflicting requests 2024-04-14T16:01:50.164 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.165 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 32: conflicting requests 2024-04-14T16:01:50.165 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.165 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 33: conflicting requests 2024-04-14T16:01:50.165 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.165 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 34: conflicting requests 2024-04-14T16:01:50.165 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.166 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 35: conflicting requests 2024-04-14T16:01:50.166 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.166 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 36: conflicting requests 2024-04-14T16:01:50.166 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.166 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 37: conflicting requests 2024-04-14T16:01:50.166 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.167 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.167 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.167 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:50.167 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.168 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.168 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.168 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.168 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 39: conflicting requests 2024-04-14T16:01:50.168 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.168 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.169 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.169 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.169 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.169 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.169 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:50.169 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.170 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.170 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.170 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.170 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:50.170 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.171 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.171 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.171 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.171 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:50.171 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.171 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.172 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.172 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.172 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:50.172 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.172 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.172 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.173 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.173 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:50.173 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.173 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.173 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.173 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.174 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:50.174 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.174 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.175 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.175 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:50.176 INFO:teuthology.orchestra.run.smithi191.stdout:Package python3-rados-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T16:01:50.227 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-14T16:01:50.228 INFO:teuthology.orchestra.run.smithi191.stdout:Nothing to do. 2024-04-14T16:01:50.228 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-14T16:01:50.292 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:50.297 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install python3-rgw 2024-04-14T16:01:50.593 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : rbd-nbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:50.594 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:50.594 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-04-14T16:01:50.594 INFO:teuthology.orchestra.run.smithi129.stdout: rbd-nbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:01:50.594 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:01:50.594 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-14T16:01:50.851 DEBUG:teuthology.parallel:result is None 2024-04-14T16:01:50.904 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:52 ago on Sun 14 Apr 2024 03:59:58 PM UTC. 2024-04-14T16:01:51.199 INFO:teuthology.orchestra.run.smithi191.stderr:Modular dependency problems: 2024-04-14T16:01:51.199 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T16:01:51.199 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 1: conflicting requests 2024-04-14T16:01:51.199 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.199 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 2: conflicting requests 2024-04-14T16:01:51.199 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.200 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 3: conflicting requests 2024-04-14T16:01:51.200 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.200 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 4: conflicting requests 2024-04-14T16:01:51.200 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.200 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 5: conflicting requests 2024-04-14T16:01:51.200 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.200 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 6: conflicting requests 2024-04-14T16:01:51.200 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.200 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 7: conflicting requests 2024-04-14T16:01:51.200 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.200 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 8: conflicting requests 2024-04-14T16:01:51.200 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.201 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 9: conflicting requests 2024-04-14T16:01:51.201 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.201 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 10: conflicting requests 2024-04-14T16:01:51.201 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.201 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 11: conflicting requests 2024-04-14T16:01:51.201 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.201 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 12: conflicting requests 2024-04-14T16:01:51.201 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.201 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 13: conflicting requests 2024-04-14T16:01:51.201 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.201 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 14: conflicting requests 2024-04-14T16:01:51.202 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.202 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 15: conflicting requests 2024-04-14T16:01:51.202 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.202 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 16: conflicting requests 2024-04-14T16:01:51.202 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.202 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 17: conflicting requests 2024-04-14T16:01:51.202 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.202 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 18: conflicting requests 2024-04-14T16:01:51.202 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.202 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 19: conflicting requests 2024-04-14T16:01:51.202 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.202 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 20: conflicting requests 2024-04-14T16:01:51.202 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.203 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 21: conflicting requests 2024-04-14T16:01:51.203 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.203 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 22: conflicting requests 2024-04-14T16:01:51.203 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.203 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 23: conflicting requests 2024-04-14T16:01:51.203 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.203 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 24: conflicting requests 2024-04-14T16:01:51.203 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.203 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 25: conflicting requests 2024-04-14T16:01:51.203 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.203 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 26: conflicting requests 2024-04-14T16:01:51.203 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.204 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 27: conflicting requests 2024-04-14T16:01:51.204 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.204 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 28: conflicting requests 2024-04-14T16:01:51.204 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.204 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 29: conflicting requests 2024-04-14T16:01:51.204 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.204 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 30: conflicting requests 2024-04-14T16:01:51.204 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.204 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 31: conflicting requests 2024-04-14T16:01:51.204 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.205 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 32: conflicting requests 2024-04-14T16:01:51.205 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.205 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 33: conflicting requests 2024-04-14T16:01:51.205 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.205 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 34: conflicting requests 2024-04-14T16:01:51.205 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.205 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 35: conflicting requests 2024-04-14T16:01:51.205 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.205 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 36: conflicting requests 2024-04-14T16:01:51.205 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.206 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 37: conflicting requests 2024-04-14T16:01:51.206 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.206 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.206 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.206 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:51.206 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.206 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.206 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.206 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.206 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 39: conflicting requests 2024-04-14T16:01:51.206 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.206 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.207 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.207 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.207 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.207 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.207 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:51.208 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.208 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.208 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.208 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.208 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:51.208 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.208 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.208 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.208 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.208 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:51.208 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.208 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.209 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.209 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.209 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:51.209 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.209 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.209 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.209 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.209 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:51.209 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.209 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.210 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.210 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.210 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:51.210 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.210 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.210 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.210 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:51.210 INFO:teuthology.orchestra.run.smithi191.stdout:Package python3-rgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T16:01:51.270 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-14T16:01:51.271 INFO:teuthology.orchestra.run.smithi191.stdout:Nothing to do. 2024-04-14T16:01:51.271 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-14T16:01:51.344 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install python3-cephfs 2024-04-14T16:01:51.942 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:53 ago on Sun 14 Apr 2024 03:59:58 PM UTC. 2024-04-14T16:01:52.231 INFO:teuthology.orchestra.run.smithi191.stderr:Modular dependency problems: 2024-04-14T16:01:52.231 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T16:01:52.231 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 1: conflicting requests 2024-04-14T16:01:52.231 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.231 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 2: conflicting requests 2024-04-14T16:01:52.231 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.231 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 3: conflicting requests 2024-04-14T16:01:52.232 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.232 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 4: conflicting requests 2024-04-14T16:01:52.232 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.232 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 5: conflicting requests 2024-04-14T16:01:52.232 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.232 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 6: conflicting requests 2024-04-14T16:01:52.232 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.232 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 7: conflicting requests 2024-04-14T16:01:52.232 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.232 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 8: conflicting requests 2024-04-14T16:01:52.232 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.232 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 9: conflicting requests 2024-04-14T16:01:52.232 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.232 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 10: conflicting requests 2024-04-14T16:01:52.233 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.233 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 11: conflicting requests 2024-04-14T16:01:52.233 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.233 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 12: conflicting requests 2024-04-14T16:01:52.233 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.233 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 13: conflicting requests 2024-04-14T16:01:52.233 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.233 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 14: conflicting requests 2024-04-14T16:01:52.233 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.233 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 15: conflicting requests 2024-04-14T16:01:52.233 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.233 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 16: conflicting requests 2024-04-14T16:01:52.233 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.233 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 17: conflicting requests 2024-04-14T16:01:52.234 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.234 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 18: conflicting requests 2024-04-14T16:01:52.234 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.234 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 19: conflicting requests 2024-04-14T16:01:52.234 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.234 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 20: conflicting requests 2024-04-14T16:01:52.234 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.234 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 21: conflicting requests 2024-04-14T16:01:52.234 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.234 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 22: conflicting requests 2024-04-14T16:01:52.234 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.234 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 23: conflicting requests 2024-04-14T16:01:52.234 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.234 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 24: conflicting requests 2024-04-14T16:01:52.235 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.235 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 25: conflicting requests 2024-04-14T16:01:52.235 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.235 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 26: conflicting requests 2024-04-14T16:01:52.235 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.235 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 27: conflicting requests 2024-04-14T16:01:52.235 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.235 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 28: conflicting requests 2024-04-14T16:01:52.236 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.236 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 29: conflicting requests 2024-04-14T16:01:52.236 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.236 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 30: conflicting requests 2024-04-14T16:01:52.236 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.236 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 31: conflicting requests 2024-04-14T16:01:52.236 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.236 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 32: conflicting requests 2024-04-14T16:01:52.236 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.236 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 33: conflicting requests 2024-04-14T16:01:52.236 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.237 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 34: conflicting requests 2024-04-14T16:01:52.237 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.237 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 35: conflicting requests 2024-04-14T16:01:52.237 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.238 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 36: conflicting requests 2024-04-14T16:01:52.238 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.238 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 37: conflicting requests 2024-04-14T16:01:52.238 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.238 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.238 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.238 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:52.238 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.238 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.238 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.238 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.238 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 39: conflicting requests 2024-04-14T16:01:52.238 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.238 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.239 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.239 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.239 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.239 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.239 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:52.239 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.239 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.239 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.239 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.239 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:52.239 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.239 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.239 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.239 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.240 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:52.240 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.240 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.240 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.240 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.240 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:52.240 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.240 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.240 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.240 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.240 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:52.240 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.240 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.240 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.241 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.241 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:52.241 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.241 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.241 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.241 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:52.241 INFO:teuthology.orchestra.run.smithi191.stdout:Package python3-cephfs-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T16:01:52.302 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-14T16:01:52.303 INFO:teuthology.orchestra.run.smithi191.stdout:Nothing to do. 2024-04-14T16:01:52.303 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-14T16:01:52.379 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install python3-rbd 2024-04-14T16:01:52.984 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:54 ago on Sun 14 Apr 2024 03:59:58 PM UTC. 2024-04-14T16:01:53.274 INFO:teuthology.orchestra.run.smithi191.stderr:Modular dependency problems: 2024-04-14T16:01:53.274 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T16:01:53.274 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 1: conflicting requests 2024-04-14T16:01:53.274 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.274 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 2: conflicting requests 2024-04-14T16:01:53.274 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.274 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 3: conflicting requests 2024-04-14T16:01:53.274 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.274 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 4: conflicting requests 2024-04-14T16:01:53.274 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.274 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 5: conflicting requests 2024-04-14T16:01:53.275 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.275 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 6: conflicting requests 2024-04-14T16:01:53.275 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.275 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 7: conflicting requests 2024-04-14T16:01:53.275 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.275 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 8: conflicting requests 2024-04-14T16:01:53.275 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.275 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 9: conflicting requests 2024-04-14T16:01:53.275 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.275 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 10: conflicting requests 2024-04-14T16:01:53.275 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.275 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 11: conflicting requests 2024-04-14T16:01:53.276 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.276 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 12: conflicting requests 2024-04-14T16:01:53.276 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.276 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 13: conflicting requests 2024-04-14T16:01:53.276 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.276 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 14: conflicting requests 2024-04-14T16:01:53.276 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.276 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 15: conflicting requests 2024-04-14T16:01:53.276 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.276 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 16: conflicting requests 2024-04-14T16:01:53.276 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.276 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 17: conflicting requests 2024-04-14T16:01:53.276 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.276 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 18: conflicting requests 2024-04-14T16:01:53.277 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.277 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 19: conflicting requests 2024-04-14T16:01:53.277 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.277 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 20: conflicting requests 2024-04-14T16:01:53.277 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.277 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 21: conflicting requests 2024-04-14T16:01:53.277 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.277 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 22: conflicting requests 2024-04-14T16:01:53.277 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.277 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 23: conflicting requests 2024-04-14T16:01:53.277 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.277 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 24: conflicting requests 2024-04-14T16:01:53.277 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.277 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 25: conflicting requests 2024-04-14T16:01:53.278 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.278 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 26: conflicting requests 2024-04-14T16:01:53.278 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.278 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 27: conflicting requests 2024-04-14T16:01:53.278 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.278 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 28: conflicting requests 2024-04-14T16:01:53.278 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.278 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 29: conflicting requests 2024-04-14T16:01:53.278 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.278 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 30: conflicting requests 2024-04-14T16:01:53.278 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.278 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 31: conflicting requests 2024-04-14T16:01:53.278 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.278 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 32: conflicting requests 2024-04-14T16:01:53.279 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.279 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 33: conflicting requests 2024-04-14T16:01:53.279 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.279 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 34: conflicting requests 2024-04-14T16:01:53.279 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.279 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 35: conflicting requests 2024-04-14T16:01:53.279 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.279 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 36: conflicting requests 2024-04-14T16:01:53.279 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.279 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 37: conflicting requests 2024-04-14T16:01:53.279 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.279 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.279 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.279 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:53.280 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.280 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.280 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.280 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.280 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 39: conflicting requests 2024-04-14T16:01:53.280 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.280 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.280 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.280 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.280 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.280 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.280 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:53.280 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.280 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.281 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.281 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.281 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:53.281 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.283 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.283 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.284 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.284 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:53.284 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.284 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.284 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.285 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.285 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:53.285 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.285 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.285 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.285 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.285 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:53.285 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.285 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.285 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.285 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.286 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:53.287 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.287 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.287 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.287 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:53.287 INFO:teuthology.orchestra.run.smithi191.stdout:Package python3-rbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T16:01:53.346 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-14T16:01:53.347 INFO:teuthology.orchestra.run.smithi191.stdout:Nothing to do. 2024-04-14T16:01:53.348 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-14T16:01:53.427 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install rbd-fuse 2024-04-14T16:01:54.052 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:56 ago on Sun 14 Apr 2024 03:59:58 PM UTC. 2024-04-14T16:01:54.344 INFO:teuthology.orchestra.run.smithi191.stderr:Modular dependency problems: 2024-04-14T16:01:54.344 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T16:01:54.344 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 1: conflicting requests 2024-04-14T16:01:54.344 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.344 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 2: conflicting requests 2024-04-14T16:01:54.345 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.345 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 3: conflicting requests 2024-04-14T16:01:54.345 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.345 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 4: conflicting requests 2024-04-14T16:01:54.345 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.345 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 5: conflicting requests 2024-04-14T16:01:54.345 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.345 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 6: conflicting requests 2024-04-14T16:01:54.345 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.345 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 7: conflicting requests 2024-04-14T16:01:54.345 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.345 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 8: conflicting requests 2024-04-14T16:01:54.345 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.345 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 9: conflicting requests 2024-04-14T16:01:54.345 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.346 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 10: conflicting requests 2024-04-14T16:01:54.346 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.346 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 11: conflicting requests 2024-04-14T16:01:54.346 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.346 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 12: conflicting requests 2024-04-14T16:01:54.346 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.346 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 13: conflicting requests 2024-04-14T16:01:54.346 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.346 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 14: conflicting requests 2024-04-14T16:01:54.346 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.346 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 15: conflicting requests 2024-04-14T16:01:54.346 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.346 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 16: conflicting requests 2024-04-14T16:01:54.346 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.347 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 17: conflicting requests 2024-04-14T16:01:54.347 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.347 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 18: conflicting requests 2024-04-14T16:01:54.347 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.347 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 19: conflicting requests 2024-04-14T16:01:54.347 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.347 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 20: conflicting requests 2024-04-14T16:01:54.347 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.347 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 21: conflicting requests 2024-04-14T16:01:54.347 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.347 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 22: conflicting requests 2024-04-14T16:01:54.347 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.347 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 23: conflicting requests 2024-04-14T16:01:54.347 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.348 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 24: conflicting requests 2024-04-14T16:01:54.348 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.348 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 25: conflicting requests 2024-04-14T16:01:54.348 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.348 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 26: conflicting requests 2024-04-14T16:01:54.348 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.348 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 27: conflicting requests 2024-04-14T16:01:54.348 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.348 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 28: conflicting requests 2024-04-14T16:01:54.348 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.348 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 29: conflicting requests 2024-04-14T16:01:54.348 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.348 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 30: conflicting requests 2024-04-14T16:01:54.348 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.348 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 31: conflicting requests 2024-04-14T16:01:54.349 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.349 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 32: conflicting requests 2024-04-14T16:01:54.349 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.349 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 33: conflicting requests 2024-04-14T16:01:54.349 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.349 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 34: conflicting requests 2024-04-14T16:01:54.349 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.349 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 35: conflicting requests 2024-04-14T16:01:54.349 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.349 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 36: conflicting requests 2024-04-14T16:01:54.349 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.349 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 37: conflicting requests 2024-04-14T16:01:54.349 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.349 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.350 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.350 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:54.350 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.350 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.350 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.350 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.351 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 39: conflicting requests 2024-04-14T16:01:54.351 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.351 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.351 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.351 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.351 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.351 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.351 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:54.351 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.351 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.351 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.351 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.351 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:54.352 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.352 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.352 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.352 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.352 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:54.352 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.352 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.352 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.352 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.352 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:54.352 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.352 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.352 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.352 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.353 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:54.353 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.353 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.353 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.353 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.353 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:54.353 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.353 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.353 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.353 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:54.414 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-14T16:01:54.415 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:54.415 INFO:teuthology.orchestra.run.smithi191.stdout: Package Architecture Version Repository Size 2024-04-14T16:01:54.415 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:54.415 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-14T16:01:54.415 INFO:teuthology.orchestra.run.smithi191.stdout: rbd-fuse x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 85 k 2024-04-14T16:01:54.415 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:54.415 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-14T16:01:54.415 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:54.415 INFO:teuthology.orchestra.run.smithi191.stdout:Install 1 Package 2024-04-14T16:01:54.415 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:54.415 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 85 k 2024-04-14T16:01:54.415 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 231 k 2024-04-14T16:01:54.415 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-14T16:01:54.623 INFO:teuthology.orchestra.run.smithi191.stdout:rbd-fuse-19.0.0-2778.ga971fd5f.el9.x86_64.rpm 411 kB/s | 85 kB 00:00 2024-04-14T16:01:54.624 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:01:54.624 INFO:teuthology.orchestra.run.smithi191.stdout:Total 408 kB/s | 85 kB 00:00 2024-04-14T16:01:54.624 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-14T16:01:54.631 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-14T16:01:54.631 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-14T16:01:54.690 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-14T16:01:54.691 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-14T16:01:54.864 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-14T16:01:54.963 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : rbd-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:55.376 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:55.661 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : rbd-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:55.661 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:55.662 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-14T16:01:55.662 INFO:teuthology.orchestra.run.smithi191.stdout: rbd-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:01:55.662 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:55.662 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-14T16:01:55.902 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install rbd-mirror 2024-04-14T16:01:56.504 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:58 ago on Sun 14 Apr 2024 03:59:58 PM UTC. 2024-04-14T16:01:56.797 INFO:teuthology.orchestra.run.smithi191.stderr:Modular dependency problems: 2024-04-14T16:01:56.797 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T16:01:56.797 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 1: conflicting requests 2024-04-14T16:01:56.797 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.797 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 2: conflicting requests 2024-04-14T16:01:56.798 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.798 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 3: conflicting requests 2024-04-14T16:01:56.798 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.798 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 4: conflicting requests 2024-04-14T16:01:56.798 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.798 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 5: conflicting requests 2024-04-14T16:01:56.798 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.798 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 6: conflicting requests 2024-04-14T16:01:56.798 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.798 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 7: conflicting requests 2024-04-14T16:01:56.798 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.798 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 8: conflicting requests 2024-04-14T16:01:56.798 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.799 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 9: conflicting requests 2024-04-14T16:01:56.799 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.799 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 10: conflicting requests 2024-04-14T16:01:56.799 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.799 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 11: conflicting requests 2024-04-14T16:01:56.799 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.799 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 12: conflicting requests 2024-04-14T16:01:56.799 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.799 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 13: conflicting requests 2024-04-14T16:01:56.799 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.799 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 14: conflicting requests 2024-04-14T16:01:56.799 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.799 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 15: conflicting requests 2024-04-14T16:01:56.800 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.800 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 16: conflicting requests 2024-04-14T16:01:56.800 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.800 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 17: conflicting requests 2024-04-14T16:01:56.800 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.800 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 18: conflicting requests 2024-04-14T16:01:56.800 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.800 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 19: conflicting requests 2024-04-14T16:01:56.800 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.800 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 20: conflicting requests 2024-04-14T16:01:56.800 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.800 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 21: conflicting requests 2024-04-14T16:01:56.800 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.801 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 22: conflicting requests 2024-04-14T16:01:56.801 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.801 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 23: conflicting requests 2024-04-14T16:01:56.801 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.801 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 24: conflicting requests 2024-04-14T16:01:56.801 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.801 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 25: conflicting requests 2024-04-14T16:01:56.801 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.801 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 26: conflicting requests 2024-04-14T16:01:56.801 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.801 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 27: conflicting requests 2024-04-14T16:01:56.801 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.801 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 28: conflicting requests 2024-04-14T16:01:56.802 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.802 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 29: conflicting requests 2024-04-14T16:01:56.802 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.802 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 30: conflicting requests 2024-04-14T16:01:56.802 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.802 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 31: conflicting requests 2024-04-14T16:01:56.802 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.802 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 32: conflicting requests 2024-04-14T16:01:56.802 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.802 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 33: conflicting requests 2024-04-14T16:01:56.802 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.802 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 34: conflicting requests 2024-04-14T16:01:56.802 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.802 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 35: conflicting requests 2024-04-14T16:01:56.803 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.803 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 36: conflicting requests 2024-04-14T16:01:56.803 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.803 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 37: conflicting requests 2024-04-14T16:01:56.803 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.803 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.803 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.803 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:01:56.803 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.803 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.803 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.803 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.803 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 39: conflicting requests 2024-04-14T16:01:56.804 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.804 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.804 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.804 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.804 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.804 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.804 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:01:56.804 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.804 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.804 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.804 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.804 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:01:56.804 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.804 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.805 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.805 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.805 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:01:56.805 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.805 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.805 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.805 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.805 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:01:56.805 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.805 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.805 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.805 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.805 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:01:56.805 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.806 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.806 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.806 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.806 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:01:56.806 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.806 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.806 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.806 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:01:56.865 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-14T16:01:56.866 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:56.866 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repo Size 2024-04-14T16:01:56.866 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:56.866 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-14T16:01:56.866 INFO:teuthology.orchestra.run.smithi191.stdout: rbd-mirror x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 3.1 M 2024-04-14T16:01:56.867 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:56.867 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-14T16:01:56.867 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:01:56.867 INFO:teuthology.orchestra.run.smithi191.stdout:Install 1 Package 2024-04-14T16:01:56.867 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:56.867 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 3.1 M 2024-04-14T16:01:56.867 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 13 M 2024-04-14T16:01:56.867 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-14T16:01:57.850 INFO:teuthology.orchestra.run.smithi191.stdout:rbd-mirror-19.0.0-2778.ga971fd5f.el9.x86_64.rpm 3.1 MB/s | 3.1 MB 00:00 2024-04-14T16:01:57.851 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:01:57.851 INFO:teuthology.orchestra.run.smithi191.stdout:Total 3.1 MB/s | 3.1 MB 00:00 2024-04-14T16:01:57.852 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-14T16:01:57.861 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-14T16:01:57.861 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-14T16:01:57.939 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-14T16:01:57.940 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-14T16:01:58.375 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-14T16:01:58.434 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : rbd-mirror-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:58.459 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:58.459 INFO:teuthology.orchestra.run.smithi191.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T16:01:58.459 INFO:teuthology.orchestra.run.smithi191.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-14T16:01:58.459 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-14T16:01:58.459 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-14T16:01:58.459 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:59.614 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : rbd-mirror-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:01:59.614 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:59.614 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-14T16:01:59.614 INFO:teuthology.orchestra.run.smithi191.stdout: rbd-mirror-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:01:59.615 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:01:59.615 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-14T16:01:59.854 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install rbd-nbd 2024-04-14T16:02:00.467 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:02:02 ago on Sun 14 Apr 2024 03:59:58 PM UTC. 2024-04-14T16:02:00.756 INFO:teuthology.orchestra.run.smithi191.stderr:Modular dependency problems: 2024-04-14T16:02:00.756 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T16:02:00.756 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 1: conflicting requests 2024-04-14T16:02:00.756 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.757 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 2: conflicting requests 2024-04-14T16:02:00.757 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.757 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 3: conflicting requests 2024-04-14T16:02:00.757 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.757 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 4: conflicting requests 2024-04-14T16:02:00.757 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.758 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 5: conflicting requests 2024-04-14T16:02:00.758 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.758 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 6: conflicting requests 2024-04-14T16:02:00.758 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.758 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 7: conflicting requests 2024-04-14T16:02:00.759 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.759 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 8: conflicting requests 2024-04-14T16:02:00.759 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.759 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 9: conflicting requests 2024-04-14T16:02:00.759 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.759 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 10: conflicting requests 2024-04-14T16:02:00.760 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.760 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 11: conflicting requests 2024-04-14T16:02:00.760 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.760 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 12: conflicting requests 2024-04-14T16:02:00.760 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.760 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 13: conflicting requests 2024-04-14T16:02:00.760 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.760 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 14: conflicting requests 2024-04-14T16:02:00.761 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.761 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 15: conflicting requests 2024-04-14T16:02:00.761 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.761 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 16: conflicting requests 2024-04-14T16:02:00.761 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.761 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 17: conflicting requests 2024-04-14T16:02:00.761 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.761 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 18: conflicting requests 2024-04-14T16:02:00.761 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.761 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 19: conflicting requests 2024-04-14T16:02:00.761 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.762 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 20: conflicting requests 2024-04-14T16:02:00.762 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.762 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 21: conflicting requests 2024-04-14T16:02:00.762 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.762 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 22: conflicting requests 2024-04-14T16:02:00.762 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.762 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 23: conflicting requests 2024-04-14T16:02:00.763 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.763 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 24: conflicting requests 2024-04-14T16:02:00.763 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.763 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 25: conflicting requests 2024-04-14T16:02:00.763 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.764 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 26: conflicting requests 2024-04-14T16:02:00.764 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.764 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 27: conflicting requests 2024-04-14T16:02:00.764 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.764 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 28: conflicting requests 2024-04-14T16:02:00.764 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.765 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 29: conflicting requests 2024-04-14T16:02:00.765 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.765 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 30: conflicting requests 2024-04-14T16:02:00.765 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.765 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 31: conflicting requests 2024-04-14T16:02:00.765 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.766 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 32: conflicting requests 2024-04-14T16:02:00.766 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.766 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 33: conflicting requests 2024-04-14T16:02:00.766 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.766 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 34: conflicting requests 2024-04-14T16:02:00.766 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.767 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 35: conflicting requests 2024-04-14T16:02:00.767 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.767 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 36: conflicting requests 2024-04-14T16:02:00.767 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.767 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 37: conflicting requests 2024-04-14T16:02:00.767 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.767 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.768 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.768 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T16:02:00.768 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.768 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.768 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.768 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.768 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 39: conflicting requests 2024-04-14T16:02:00.768 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.769 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.769 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.769 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.769 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.769 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.769 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T16:02:00.769 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.769 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.769 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.769 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.769 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T16:02:00.769 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.770 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.770 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.770 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.770 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T16:02:00.770 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.770 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.770 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.770 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.770 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T16:02:00.771 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.771 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.771 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.771 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.771 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T16:02:00.771 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.771 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.771 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.771 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.771 INFO:teuthology.orchestra.run.smithi191.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T16:02:00.771 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.772 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.772 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.772 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T16:02:00.824 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-14T16:02:00.825 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:02:00.825 INFO:teuthology.orchestra.run.smithi191.stdout: Package Architecture Version Repository Size 2024-04-14T16:02:00.825 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:02:00.825 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-14T16:02:00.825 INFO:teuthology.orchestra.run.smithi191.stdout: rbd-nbd x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 170 k 2024-04-14T16:02:00.825 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:02:00.825 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-14T16:02:00.826 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-14T16:02:00.826 INFO:teuthology.orchestra.run.smithi191.stdout:Install 1 Package 2024-04-14T16:02:00.826 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:02:00.826 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 170 k 2024-04-14T16:02:00.826 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 494 k 2024-04-14T16:02:00.826 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-14T16:02:01.146 INFO:teuthology.orchestra.run.smithi191.stdout:rbd-nbd-19.0.0-2778.ga971fd5f.el9.x86_64.rpm 533 kB/s | 170 kB 00:00 2024-04-14T16:02:01.146 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:02:01.146 INFO:teuthology.orchestra.run.smithi191.stdout:Total 530 kB/s | 170 kB 00:00 2024-04-14T16:02:01.146 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-14T16:02:01.154 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-14T16:02:01.155 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-14T16:02:01.215 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-14T16:02:01.216 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-14T16:02:01.371 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-14T16:02:01.478 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : rbd-nbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:02:01.885 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:02:02.218 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : rbd-nbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T16:02:02.218 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:02:02.218 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-14T16:02:02.218 INFO:teuthology.orchestra.run.smithi191.stdout: rbd-nbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T16:02:02.219 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:02:02.219 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-14T16:02:02.443 DEBUG:teuthology.parallel:result is None 2024-04-14T16:02:02.444 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a971fd5f5719038c70b817bafacd6d5400b1d888 2024-04-14T16:02:02.598 DEBUG:teuthology.orchestra.run.smithi129:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-14T16:02:02.623 INFO:teuthology.orchestra.run.smithi129.stdout:19.0.0-2778.ga971fd5f.el9 2024-04-14T16:02:02.624 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2778.ga971fd5f.el9 2024-04-14T16:02:02.624 INFO:teuthology.task.install:The correct ceph version 19.0.0-2778.ga971fd5f is installed. 2024-04-14T16:02:02.627 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a971fd5f5719038c70b817bafacd6d5400b1d888 2024-04-14T16:02:02.856 DEBUG:teuthology.orchestra.run.smithi191:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-14T16:02:02.877 INFO:teuthology.orchestra.run.smithi191.stdout:19.0.0-2778.ga971fd5f.el9 2024-04-14T16:02:02.877 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2778.ga971fd5f.el9 2024-04-14T16:02:02.878 INFO:teuthology.task.install:The correct ceph version 19.0.0-2778.ga971fd5f is installed. 2024-04-14T16:02:02.879 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-14T16:02:02.880 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-04-14T16:02:02.880 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-14T16:02:02.913 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-04-14T16:02:02.913 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-14T16:02:02.945 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-14T16:02:02.945 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-04-14T16:02:02.945 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/usr/bin/daemon-helper 2024-04-14T16:02:02.984 DEBUG:teuthology.orchestra.run.smithi129:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-14T16:02:03.055 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-04-14T16:02:03.055 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/usr/bin/daemon-helper 2024-04-14T16:02:03.083 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-14T16:02:03.151 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-14T16:02:03.152 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-04-14T16:02:03.152 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-14T16:02:03.182 DEBUG:teuthology.orchestra.run.smithi129:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-14T16:02:03.250 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-04-14T16:02:03.250 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-14T16:02:03.277 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-14T16:02:03.343 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-14T16:02:03.344 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-04-14T16:02:03.344 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/usr/bin/stdin-killer 2024-04-14T16:02:03.370 DEBUG:teuthology.orchestra.run.smithi129:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-14T16:02:03.438 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-04-14T16:02:03.438 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/usr/bin/stdin-killer 2024-04-14T16:02:03.465 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-14T16:02:03.531 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-14T16:02:03.655 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'a971fd5f5719038c70b817bafacd6d5400b1d888'} 2024-04-14T16:02:03.655 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 2024-04-14T16:02:03.656 INFO:tasks.cephadm:Cluster fsid is 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:02:03.656 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-14T16:02:03.656 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.129', 'mon.b': '172.21.15.191'} 2024-04-14T16:02:03.656 INFO:tasks.cephadm:First mon is mon.a on smithi129 2024-04-14T16:02:03.656 INFO:tasks.cephadm:First mgr is a 2024-04-14T16:02:03.656 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-14T16:02:03.656 DEBUG:teuthology.orchestra.run.smithi129:> sudo hostname $(hostname -s) 2024-04-14T16:02:03.686 DEBUG:teuthology.orchestra.run.smithi191:> sudo hostname $(hostname -s) 2024-04-14T16:02:03.714 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-14T16:02:03.714 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a971fd5f5719038c70b817bafacd6d5400b1d888 2024-04-14T16:02:03.859 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'a971fd5f5719038c70b817bafacd6d5400b1d888', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=arm64,AVAILABLE_ARCH=arm64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/54841/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2778-ga971fd5f', 'node_name': '172.21.4.69+confusa07', 'job_name': 'ceph-dev-build/ARCH=arm64,AVAILABLE_ARCH=arm64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2778.ga971fd5f'}, 'url': 'https://4.chacra.ceph.com/r/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-07 15:35:40.226244', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/flavors/default/', 'archs': ['arm64', 'source', 'x86_64'], 'distro': 'centos'}] 2024-04-14T16:02:04.015 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref main, sha1 a971fd5f5719038c70b817bafacd6d5400b1d888 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=a971fd5f5719038c70b817bafacd6d5400b1d888 2024-04-14T16:02:04.016 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/x86_64/flavors/default/cephadm 2024-04-14T16:02:04.017 DEBUG:teuthology.orchestra.run.smithi129:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-14T16:02:04.474 INFO:teuthology.orchestra.run.smithi129.stdout:-rw-r--r--. 1 ubuntu ubuntu 781494 Apr 14 16:02 /home/ubuntu/cephtest/cephadm 2024-04-14T16:02:04.474 DEBUG:teuthology.orchestra.run.smithi191:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-14T16:02:04.938 INFO:teuthology.orchestra.run.smithi191.stdout:-rw-r--r--. 1 ubuntu ubuntu 781494 Apr 14 16:02 /home/ubuntu/cephtest/cephadm 2024-04-14T16:02:04.939 DEBUG:teuthology.orchestra.run.smithi129:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-14T16:02:04.956 DEBUG:teuthology.orchestra.run.smithi191:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-14T16:02:04.984 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 on all hosts... 2024-04-14T16:02:04.984 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 pull 2024-04-14T16:02:04.998 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 pull 2024-04-14T16:02:05.899 INFO:teuthology.orchestra.run.smithi129.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888... 2024-04-14T16:02:05.981 INFO:teuthology.orchestra.run.smithi191.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888... 2024-04-14T16:02:36.823 INFO:teuthology.orchestra.run.smithi129.stdout:{ 2024-04-14T16:02:36.823 INFO:teuthology.orchestra.run.smithi129.stdout: "ceph_version": "ceph version 19.0.0-2778-ga971fd5f (a971fd5f5719038c70b817bafacd6d5400b1d888) squid (dev)", 2024-04-14T16:02:36.823 INFO:teuthology.orchestra.run.smithi129.stdout: "image_id": "b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53", 2024-04-14T16:02:36.823 INFO:teuthology.orchestra.run.smithi129.stdout: "repo_digests": [ 2024-04-14T16:02:36.824 INFO:teuthology.orchestra.run.smithi129.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608" 2024-04-14T16:02:36.824 INFO:teuthology.orchestra.run.smithi129.stdout: ] 2024-04-14T16:02:36.824 INFO:teuthology.orchestra.run.smithi129.stdout:} 2024-04-14T16:02:38.956 INFO:teuthology.orchestra.run.smithi191.stdout:{ 2024-04-14T16:02:38.956 INFO:teuthology.orchestra.run.smithi191.stdout: "ceph_version": "ceph version 19.0.0-2778-ga971fd5f (a971fd5f5719038c70b817bafacd6d5400b1d888) squid (dev)", 2024-04-14T16:02:38.956 INFO:teuthology.orchestra.run.smithi191.stdout: "image_id": "b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53", 2024-04-14T16:02:38.956 INFO:teuthology.orchestra.run.smithi191.stdout: "repo_digests": [ 2024-04-14T16:02:38.956 INFO:teuthology.orchestra.run.smithi191.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608" 2024-04-14T16:02:38.956 INFO:teuthology.orchestra.run.smithi191.stdout: ] 2024-04-14T16:02:38.956 INFO:teuthology.orchestra.run.smithi191.stdout:} 2024-04-14T16:02:38.984 DEBUG:teuthology.orchestra.run.smithi129:> sudo mkdir -p /etc/ceph 2024-04-14T16:02:39.018 DEBUG:teuthology.orchestra.run.smithi191:> sudo mkdir -p /etc/ceph 2024-04-14T16:02:39.050 DEBUG:teuthology.orchestra.run.smithi129:> sudo chmod 777 /etc/ceph 2024-04-14T16:02:39.092 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod 777 /etc/ceph 2024-04-14T16:02:39.120 INFO:tasks.cephadm:Writing seed config... 2024-04-14T16:02:39.122 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-04-14T16:02:39.122 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-14T16:02:39.122 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-14T16:02:39.123 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-14T16:02:39.123 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-14T16:02:39.123 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-14T16:02:39.123 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-14T16:02:39.123 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-14T16:02:39.123 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-14T16:02:39.124 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-04-14T16:02:39.125 DEBUG:teuthology.orchestra.run.smithi129:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-14T16:02:39.149 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 = 55bd5fb6-fa78-11ee-bc8e-c7b262605968 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-14T16:02:39.150 DEBUG:teuthology.orchestra.run.smithi129:mon.a> sudo journalctl -f -n 0 -u ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mon.a.service 2024-04-14T16:02:39.192 DEBUG:teuthology.orchestra.run.smithi129:mgr.a> sudo journalctl -f -n 0 -u ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mgr.a.service 2024-04-14T16:02:39.236 INFO:tasks.cephadm:Bootstrapping... 2024-04-14T16:02:39.236 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 -v bootstrap --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.129 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-14T16:02:39.430 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-04-14T16:02:39.430 INFO:teuthology.orchestra.run.smithi129.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888', '-v', 'bootstrap', '--fsid', '55bd5fb6-fa78-11ee-bc8e-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.129', '--skip-admin-label'] 2024-04-14T16:02:39.430 INFO:teuthology.orchestra.run.smithi129.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-14T16:02:39.431 INFO:teuthology.orchestra.run.smithi129.stdout:Verifying podman|docker is present... 2024-04-14T16:02:39.456 INFO:teuthology.orchestra.run.smithi129.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-14T16:02:39.456 INFO:teuthology.orchestra.run.smithi129.stdout:Verifying lvm2 is present... 2024-04-14T16:02:39.456 INFO:teuthology.orchestra.run.smithi129.stdout:Verifying time synchronization is in place... 2024-04-14T16:02:39.464 INFO:teuthology.orchestra.run.smithi129.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-14T16:02:39.464 INFO:teuthology.orchestra.run.smithi129.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-14T16:02:39.470 INFO:teuthology.orchestra.run.smithi129.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-14T16:02:39.470 INFO:teuthology.orchestra.run.smithi129.stdout:systemctl: stdout inactive 2024-04-14T16:02:39.476 INFO:teuthology.orchestra.run.smithi129.stdout:systemctl: stdout enabled 2024-04-14T16:02:39.482 INFO:teuthology.orchestra.run.smithi129.stdout:systemctl: stdout active 2024-04-14T16:02:39.482 INFO:teuthology.orchestra.run.smithi129.stdout:Unit chronyd.service is enabled and running 2024-04-14T16:02:39.482 INFO:teuthology.orchestra.run.smithi129.stdout:Repeating the final host check... 2024-04-14T16:02:39.505 INFO:teuthology.orchestra.run.smithi129.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-14T16:02:39.505 INFO:teuthology.orchestra.run.smithi129.stdout:podman (/bin/podman) version 4.9.4 is present 2024-04-14T16:02:39.505 INFO:teuthology.orchestra.run.smithi129.stdout:systemctl is present 2024-04-14T16:02:39.505 INFO:teuthology.orchestra.run.smithi129.stdout:lvcreate is present 2024-04-14T16:02:39.511 INFO:teuthology.orchestra.run.smithi129.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-14T16:02:39.511 INFO:teuthology.orchestra.run.smithi129.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-14T16:02:39.517 INFO:teuthology.orchestra.run.smithi129.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-14T16:02:39.517 INFO:teuthology.orchestra.run.smithi129.stdout:systemctl: stdout inactive 2024-04-14T16:02:39.523 INFO:teuthology.orchestra.run.smithi129.stdout:systemctl: stdout enabled 2024-04-14T16:02:39.529 INFO:teuthology.orchestra.run.smithi129.stdout:systemctl: stdout active 2024-04-14T16:02:39.529 INFO:teuthology.orchestra.run.smithi129.stdout:Unit chronyd.service is enabled and running 2024-04-14T16:02:39.529 INFO:teuthology.orchestra.run.smithi129.stdout:Host looks OK 2024-04-14T16:02:39.530 INFO:teuthology.orchestra.run.smithi129.stdout:Cluster fsid: 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:02:39.530 INFO:teuthology.orchestra.run.smithi129.stdout:Acquiring lock 140077027630624 on /run/cephadm/55bd5fb6-fa78-11ee-bc8e-c7b262605968.lock 2024-04-14T16:02:39.530 INFO:teuthology.orchestra.run.smithi129.stdout:Lock 140077027630624 acquired on /run/cephadm/55bd5fb6-fa78-11ee-bc8e-c7b262605968.lock 2024-04-14T16:02:39.530 INFO:teuthology.orchestra.run.smithi129.stdout:Verifying IP 172.21.15.129 port 3300 ... 2024-04-14T16:02:39.530 INFO:teuthology.orchestra.run.smithi129.stdout:Verifying IP 172.21.15.129 port 6789 ... 2024-04-14T16:02:39.530 INFO:teuthology.orchestra.run.smithi129.stdout:Base mon IP(s) is [172.21.15.129:3300, 172.21.15.129:6789], mon addrv is [v2:172.21.15.129:3300,v1:172.21.15.129:6789] 2024-04-14T16:02:39.533 INFO:teuthology.orchestra.run.smithi129.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.129 metric 100 2024-04-14T16:02:39.533 INFO:teuthology.orchestra.run.smithi129.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.129 metric 100 2024-04-14T16:02:39.536 INFO:teuthology.orchestra.run.smithi129.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-14T16:02:39.536 INFO:teuthology.orchestra.run.smithi129.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-14T16:02:39.536 INFO:teuthology.orchestra.run.smithi129.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1692sec hoplimit 64 pref medium 2024-04-14T16:02:39.538 INFO:teuthology.orchestra.run.smithi129.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-14T16:02:39.538 INFO:teuthology.orchestra.run.smithi129.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-14T16:02:39.539 INFO:teuthology.orchestra.run.smithi129.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-14T16:02:39.539 INFO:teuthology.orchestra.run.smithi129.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-14T16:02:39.539 INFO:teuthology.orchestra.run.smithi129.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:7261/64 scope link 2024-04-14T16:02:39.539 INFO:teuthology.orchestra.run.smithi129.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-14T16:02:39.539 INFO:teuthology.orchestra.run.smithi129.stdout:Mon IP `172.21.15.129` is in CIDR network `172.21.0.0/20` 2024-04-14T16:02:39.539 INFO:teuthology.orchestra.run.smithi129.stdout:Mon IP `172.21.15.129` is in CIDR network `172.21.0.0/20` 2024-04-14T16:02:39.539 INFO:teuthology.orchestra.run.smithi129.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-14T16:02:39.540 INFO:teuthology.orchestra.run.smithi129.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-14T16:02:39.540 INFO:teuthology.orchestra.run.smithi129.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888... 2024-04-14T16:02:40.034 INFO:teuthology.orchestra.run.smithi129.stdout:/bin/podman: stdout b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53 2024-04-14T16:02:40.034 INFO:teuthology.orchestra.run.smithi129.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888... 2024-04-14T16:02:40.034 INFO:teuthology.orchestra.run.smithi129.stdout:/bin/podman: stderr Getting image source signatures 2024-04-14T16:02:40.034 INFO:teuthology.orchestra.run.smithi129.stdout:/bin/podman: stderr Copying blob sha256:4a9a0f674f5d00de2fb0d6279a6376d7e805966559c8ffba59b1bc2aa8fd87e7 2024-04-14T16:02:40.034 INFO:teuthology.orchestra.run.smithi129.stdout:/bin/podman: stderr Copying blob sha256:77070339c81bcb5c53bbbf3f31a47f7187e5393cb0e096452852a31192d97570 2024-04-14T16:02:40.034 INFO:teuthology.orchestra.run.smithi129.stdout:/bin/podman: stderr Copying config sha256:b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53 2024-04-14T16:02:40.034 INFO:teuthology.orchestra.run.smithi129.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-14T16:02:41.006 INFO:teuthology.orchestra.run.smithi129.stdout:ceph: stdout ceph version 19.0.0-2778-ga971fd5f (a971fd5f5719038c70b817bafacd6d5400b1d888) squid (dev) 2024-04-14T16:02:41.006 INFO:teuthology.orchestra.run.smithi129.stdout:Ceph version: ceph version 19.0.0-2778-ga971fd5f (a971fd5f5719038c70b817bafacd6d5400b1d888) squid (dev) 2024-04-14T16:02:41.007 INFO:teuthology.orchestra.run.smithi129.stdout:Extracting ceph user uid/gid from container image... 2024-04-14T16:02:41.887 INFO:teuthology.orchestra.run.smithi129.stdout:stat: stdout 167 167 2024-04-14T16:02:41.888 INFO:teuthology.orchestra.run.smithi129.stdout:Creating initial keys... 2024-04-14T16:02:42.843 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph-authtool: stdout AQAi/htmwTVBChAAlk14JCcLR4ItI2JIhaJ+yA== 2024-04-14T16:02:43.849 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph-authtool: stdout AQAj/htmZnYhChAAKpkyCGImKB5FmUwHqkHzgw== 2024-04-14T16:02:44.731 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph-authtool: stdout AQAk/htmXreHCRAABIwGHqcmx95Kygi1mlsjXA== 2024-04-14T16:02:44.731 INFO:teuthology.orchestra.run.smithi129.stdout:Creating initial monmap... 2024-04-14T16:02:45.562 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-14T16:02:45.563 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-14T16:02:45.563 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:02:45.563 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-14T16:02:45.563 INFO:teuthology.orchestra.run.smithi129.stdout:monmaptool for a [v2:172.21.15.129:3300,v1:172.21.15.129:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-14T16:02:45.563 INFO:teuthology.orchestra.run.smithi129.stdout:setting min_mon_release = quincy 2024-04-14T16:02:45.563 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/monmaptool: set fsid to 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:02:45.563 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-14T16:02:45.563 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:02:45.563 INFO:teuthology.orchestra.run.smithi129.stdout:Creating mon... 2024-04-14T16:02:46.552 INFO:teuthology.orchestra.run.smithi129.stdout:create mon.a on 2024-04-14T16:02:46.763 INFO:teuthology.orchestra.run.smithi129.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-04-14T16:02:46.901 INFO:teuthology.orchestra.run.smithi129.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-14T16:02:47.298 INFO:teuthology.orchestra.run.smithi129.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968.target → /etc/systemd/system/ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968.target. 2024-04-14T16:02:47.298 INFO:teuthology.orchestra.run.smithi129.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968.target → /etc/systemd/system/ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968.target. 2024-04-14T16:02:47.939 INFO:teuthology.orchestra.run.smithi129.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mon.a 2024-04-14T16:02:47.939 INFO:teuthology.orchestra.run.smithi129.stdout:systemctl: stderr Failed to reset failed state of unit ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mon.a.service: Unit ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mon.a.service not loaded. 2024-04-14T16:02:48.320 INFO:teuthology.orchestra.run.smithi129.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968.target.wants/ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mon.a.service → /etc/systemd/system/ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@.service. 2024-04-14T16:02:50.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:02:49 smithi129 podman[29277]: 2024-04-14 16:02:49.726808595 +0000 UTC m=+1.271495570 container create 06938e3fa25628f65bcb81f736347067378df10fb03821b41d3d070b5ece370b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=main-a971fd5, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240403, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD) 2024-04-14T16:02:52.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:02:51 smithi129 podman[29277]: 2024-04-14 16:02:51.677037786 +0000 UTC m=+3.221724761 container init 06938e3fa25628f65bcb81f736347067378df10fb03821b41d3d070b5ece370b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, org.label-schema.build-date=20240403, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=main-a971fd5, org.label-schema.vendor=CentOS) 2024-04-14T16:02:52.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:02:51 smithi129 podman[29277]: 2024-04-14 16:02:51.680907753 +0000 UTC m=+3.225594729 container start 06938e3fa25628f65bcb81f736347067378df10fb03821b41d3d070b5ece370b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-a971fd5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240403, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD) 2024-04-14T16:02:52.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:02:51 smithi129 ceph-mon[29297]: mkfs 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:02:52.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:02:51 smithi129 ceph-mon[29297]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-14T16:02:52.450 INFO:teuthology.orchestra.run.smithi129.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-14T16:02:52.450 INFO:teuthology.orchestra.run.smithi129.stdout:systemctl: stdout disabled 2024-04-14T16:02:52.458 INFO:teuthology.orchestra.run.smithi129.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-14T16:02:52.458 INFO:teuthology.orchestra.run.smithi129.stdout:systemctl: stdout inactive 2024-04-14T16:02:52.458 INFO:teuthology.orchestra.run.smithi129.stdout:firewalld.service is not enabled 2024-04-14T16:02:52.458 INFO:teuthology.orchestra.run.smithi129.stdout:Not possible to enable service . firewalld.service is not available 2024-04-14T16:02:52.459 INFO:teuthology.orchestra.run.smithi129.stdout:Waiting for mon to start... 2024-04-14T16:02:52.459 INFO:teuthology.orchestra.run.smithi129.stdout:Waiting for mon... 2024-04-14T16:02:52.733 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:02:52 smithi129 bash[29277]: 06938e3fa25628f65bcb81f736347067378df10fb03821b41d3d070b5ece370b 2024-04-14T16:02:52.733 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:02:52 smithi129 systemd[1]: Started Ceph mon.a for 55bd5fb6-fa78-11ee-bc8e-c7b262605968. 2024-04-14T16:02:53.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:02:52 smithi129 ceph-mon[29297]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-14T16:02:53.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:02:52 smithi129 ceph-mon[29297]: monmap epoch 1 2024-04-14T16:02:53.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:02:52 smithi129 ceph-mon[29297]: fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:02:53.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:02:52 smithi129 ceph-mon[29297]: last_changed 2024-04-14T16:02:45.072708+0000 2024-04-14T16:02:53.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:02:52 smithi129 ceph-mon[29297]: created 2024-04-14T16:02:45.072708+0000 2024-04-14T16:02:53.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:02:52 smithi129 ceph-mon[29297]: min_mon_release 19 (squid) 2024-04-14T16:02:53.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:02:52 smithi129 ceph-mon[29297]: election_strategy: 1 2024-04-14T16:02:53.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:02:52 smithi129 ceph-mon[29297]: 0: [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon.a 2024-04-14T16:02:53.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:02:52 smithi129 ceph-mon[29297]: fsmap 2024-04-14T16:02:53.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:02:52 smithi129 ceph-mon[29297]: osdmap e1: 0 total, 0 up, 0 in 2024-04-14T16:02:53.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:02:52 smithi129 ceph-mon[29297]: mgrmap e1: no daemons active 2024-04-14T16:02:55.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:02:55 smithi129 ceph-mon[29297]: from='client.? 172.21.15.129:0/2168944457' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-14T16:03:00.981 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout cluster: 2024-04-14T16:03:00.981 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout id: 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:03:00.982 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-14T16:03:00.982 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout 2024-04-14T16:03:00.982 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout services: 2024-04-14T16:03:00.982 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 3s) 2024-04-14T16:03:00.982 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-14T16:03:00.982 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-14T16:03:00.982 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout 2024-04-14T16:03:00.982 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout data: 2024-04-14T16:03:00.982 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-14T16:03:00.982 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-14T16:03:00.982 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-14T16:03:00.982 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout pgs: 2024-04-14T16:03:00.982 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout 2024-04-14T16:03:00.982 INFO:teuthology.orchestra.run.smithi129.stdout:mon is available 2024-04-14T16:03:00.983 INFO:teuthology.orchestra.run.smithi129.stdout:Assimilating anything we can from ceph.conf... 2024-04-14T16:03:01.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:01 smithi129 ceph-mon[29297]: from='client.? 172.21.15.129:0/107379033' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-14T16:03:01.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:01 smithi129 ceph-mon[29297]: from='client.? 172.21.15.129:0/107379033' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-14T16:03:02.069 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout 2024-04-14T16:03:02.069 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout [global] 2024-04-14T16:03:02.069 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout fsid = 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:03:02.070 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.129:3300,v1:172.21.15.129:6789] 2024-04-14T16:03:02.070 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-14T16:03:02.070 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-14T16:03:02.070 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-14T16:03:02.070 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-14T16:03:02.070 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout 2024-04-14T16:03:02.070 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-14T16:03:02.070 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-14T16:03:02.070 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-14T16:03:02.070 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout 2024-04-14T16:03:02.070 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout [osd] 2024-04-14T16:03:02.070 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-14T16:03:02.070 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-14T16:03:02.070 INFO:teuthology.orchestra.run.smithi129.stdout:Generating new minimal ceph.conf... 2024-04-14T16:03:02.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:02 smithi129 ceph-mon[29297]: from='client.? 172.21.15.129:0/3341356792' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:03:03.074 INFO:teuthology.orchestra.run.smithi129.stdout:Restarting the monitor... 2024-04-14T16:03:03.328 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:03 smithi129 systemd[1]: Stopping Ceph mon.a for 55bd5fb6-fa78-11ee-bc8e-c7b262605968... 2024-04-14T16:03:03.816 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:03 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a[29293]: 2024-04-14T16:03:03.326+0000 7ff612a41700 -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-14T16:03:03.817 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:03 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a[29293]: 2024-04-14T16:03:03.326+0000 7ff612a41700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-14T16:03:03.817 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:03 smithi129 podman[29545]: 2024-04-14 16:03:03.552507998 +0000 UTC m=+0.320142310 container died 06938e3fa25628f65bcb81f736347067378df10fb03821b41d3d070b5ece370b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.build-date=20240403, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=main-a971fd5, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-14T16:03:04.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:03 smithi129 podman[29545]: 2024-04-14 16:03:03.915636281 +0000 UTC m=+0.683270603 container cleanup 06938e3fa25628f65bcb81f736347067378df10fb03821b41d3d070b5ece370b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, RELEASE=main-a971fd5, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240403, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True) 2024-04-14T16:03:04.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:03 smithi129 bash[29545]: ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a 2024-04-14T16:03:04.484 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 podman[29559]: 2024-04-14 16:03:04.141560682 +0000 UTC m=+0.586386544 container remove 06938e3fa25628f65bcb81f736347067378df10fb03821b41d3d070b5ece370b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.build-date=20240403, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=main-a971fd5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0) 2024-04-14T16:03:04.484 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 systemd[1]: ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-14T16:03:04.484 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 systemd[1]: Stopped Ceph mon.a for 55bd5fb6-fa78-11ee-bc8e-c7b262605968. 2024-04-14T16:03:04.484 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 systemd[1]: Starting Ceph mon.a for 55bd5fb6-fa78-11ee-bc8e-c7b262605968... 2024-04-14T16:03:04.734 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 podman[29653]: 2024-04-14 16:03:04.483976748 +0000 UTC m=+0.109723414 container create 2bf7436467e7d7f700a116031995456e18ec4eae768c57f0436f37a66c3640db (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240403, RELEASE=main-a971fd5, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-04-14T16:03:04.735 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 podman[29653]: 2024-04-14 16:03:04.39203337 +0000 UTC m=+0.017780051 image pull b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 2024-04-14T16:03:04.735 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 podman[29653]: 2024-04-14 16:03:04.702957278 +0000 UTC m=+0.328703944 container init 2bf7436467e7d7f700a116031995456e18ec4eae768c57f0436f37a66c3640db (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, RELEASE=main-a971fd5, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240403) 2024-04-14T16:03:04.735 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 podman[29653]: 2024-04-14 16:03:04.70617061 +0000 UTC m=+0.331917277 container start 2bf7436467e7d7f700a116031995456e18ec4eae768c57f0436f37a66c3640db (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, RELEASE=main-a971fd5, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240403, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0) 2024-04-14T16:03:04.735 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: set uid:gid to 167:167 (ceph:ceph) 2024-04-14T16:03:04.735 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: ceph version 19.0.0-2778-ga971fd5f (a971fd5f5719038c70b817bafacd6d5400b1d888) squid (dev), process ceph-mon, pid 2 2024-04-14T16:03:04.735 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: pidfile_write: ignore empty --pid-file 2024-04-14T16:03:04.735 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: load: jerasure load: lrc 2024-04-14T16:03:04.735 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: RocksDB version: 7.9.2 2024-04-14T16:03:04.735 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Git sha 0 2024-04-14T16:03:04.735 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Compile date 2024-04-06 20:28:24 2024-04-14T16:03:04.735 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: DB SUMMARY 2024-04-14T16:03:04.735 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: DB Session ID: BA4ML3XCEPUZQL4MPL8D 2024-04-14T16:03:04.736 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: CURRENT file: CURRENT 2024-04-14T16:03:04.736 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: IDENTITY file: IDENTITY 2024-04-14T16:03:04.736 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-14T16:03:04.736 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-14T16:03:04.736 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 89422 ; 2024-04-14T16:03:04.736 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.error_if_exists: 0 2024-04-14T16:03:04.736 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.create_if_missing: 0 2024-04-14T16:03:04.736 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.paranoid_checks: 1 2024-04-14T16:03:04.736 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-14T16:03:04.807 INFO:teuthology.orchestra.run.smithi129.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-14T16:03:05.015 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-14T16:03:05.015 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-14T16:03:05.015 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.env: 0x55d79e21bc60 2024-04-14T16:03:05.015 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.fs: PosixFileSystem 2024-04-14T16:03:05.015 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.info_log: 0x55d79f0d7be0 2024-04-14T16:03:05.015 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.max_file_opening_threads: 16 2024-04-14T16:03:05.015 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.statistics: (nil) 2024-04-14T16:03:05.015 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.use_fsync: 0 2024-04-14T16:03:05.016 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.max_log_file_size: 0 2024-04-14T16:03:05.016 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-14T16:03:05.016 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-14T16:03:05.016 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.keep_log_file_num: 1000 2024-04-14T16:03:05.016 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.recycle_log_file_num: 0 2024-04-14T16:03:05.016 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.allow_fallocate: 1 2024-04-14T16:03:05.016 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.allow_mmap_reads: 0 2024-04-14T16:03:05.016 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.allow_mmap_writes: 0 2024-04-14T16:03:05.016 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.use_direct_reads: 0 2024-04-14T16:03:05.016 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-14T16:03:05.016 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.create_missing_column_families: 0 2024-04-14T16:03:05.016 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.db_log_dir: 2024-04-14T16:03:05.016 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.wal_dir: 2024-04-14T16:03:05.016 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-14T16:03:05.017 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-14T16:03:05.017 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-14T16:03:05.017 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-14T16:03:05.017 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-14T16:03:05.017 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-14T16:03:05.017 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.advise_random_on_open: 1 2024-04-14T16:03:05.017 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.db_write_buffer_size: 0 2024-04-14T16:03:05.017 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.write_buffer_manager: 0x55d79f0a81e0 2024-04-14T16:03:05.017 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-14T16:03:05.017 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-14T16:03:05.017 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-14T16:03:05.017 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.rate_limiter: (nil) 2024-04-14T16:03:05.017 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-14T16:03:05.018 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.wal_recovery_mode: 2 2024-04-14T16:03:05.018 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.enable_thread_tracking: 0 2024-04-14T16:03:05.018 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.enable_pipelined_write: 0 2024-04-14T16:03:05.018 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.unordered_write: 0 2024-04-14T16:03:05.018 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-14T16:03:05.018 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-14T16:03:05.018 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-14T16:03:05.018 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-14T16:03:05.018 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.row_cache: None 2024-04-14T16:03:05.018 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.wal_filter: None 2024-04-14T16:03:05.018 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-14T16:03:05.018 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.allow_ingest_behind: 0 2024-04-14T16:03:05.018 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.two_write_queues: 0 2024-04-14T16:03:05.018 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.manual_wal_flush: 0 2024-04-14T16:03:05.019 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.wal_compression: 0 2024-04-14T16:03:05.019 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.atomic_flush: 0 2024-04-14T16:03:05.019 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-14T16:03:05.019 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-14T16:03:05.019 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-14T16:03:05.019 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.log_readahead_size: 0 2024-04-14T16:03:05.019 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-14T16:03:05.019 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.best_efforts_recovery: 0 2024-04-14T16:03:05.019 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-14T16:03:05.019 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-14T16:03:05.019 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.allow_data_in_errors: 0 2024-04-14T16:03:05.019 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.db_host_id: __hostname__ 2024-04-14T16:03:05.019 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-14T16:03:05.020 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.max_background_jobs: 2 2024-04-14T16:03:05.020 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.max_background_compactions: -1 2024-04-14T16:03:05.020 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.max_subcompactions: 1 2024-04-14T16:03:05.020 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-14T16:03:05.020 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-14T16:03:05.020 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-14T16:03:05.020 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.max_total_wal_size: 0 2024-04-14T16:03:05.020 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-14T16:03:05.020 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-14T16:03:05.020 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-14T16:03:05.020 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-14T16:03:05.020 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.max_open_files: -1 2024-04-14T16:03:05.020 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.bytes_per_sync: 0 2024-04-14T16:03:05.020 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-14T16:03:05.021 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-14T16:03:05.021 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.compaction_readahead_size: 0 2024-04-14T16:03:05.022 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.max_background_flushes: -1 2024-04-14T16:03:05.022 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Compression algorithms supported: 2024-04-14T16:03:05.022 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-14T16:03:05.022 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: kZSTD supported: 0 2024-04-14T16:03:05.022 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: kXpressCompression supported: 0 2024-04-14T16:03:05.022 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: kLZ4HCCompression supported: 1 2024-04-14T16:03:05.022 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: kZlibCompression supported: 1 2024-04-14T16:03:05.022 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: kSnappyCompression supported: 1 2024-04-14T16:03:05.023 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: kLZ4Compression supported: 1 2024-04-14T16:03:05.023 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: kBZip2Compression supported: 0 2024-04-14T16:03:05.023 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-14T16:03:05.023 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-14T16:03:05.023 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-14T16:03:05.023 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-14T16:03:05.023 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-14T16:03:05.023 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.merge_operator: 2024-04-14T16:03:05.023 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.compaction_filter: None 2024-04-14T16:03:05.023 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.compaction_filter_factory: None 2024-04-14T16:03:05.023 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.sst_partitioner_factory: None 2024-04-14T16:03:05.023 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-14T16:03:05.023 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-14T16:03:05.024 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d79f0d7dc0) 2024-04-14T16:03:05.024 INFO:journalctl@ceph.mon.a.smithi129.stdout: cache_index_and_filter_blocks: 1 2024-04-14T16:03:05.024 INFO:journalctl@ceph.mon.a.smithi129.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-14T16:03:05.024 INFO:journalctl@ceph.mon.a.smithi129.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-14T16:03:05.024 INFO:journalctl@ceph.mon.a.smithi129.stdout: pin_top_level_index_and_filter: 1 2024-04-14T16:03:05.024 INFO:journalctl@ceph.mon.a.smithi129.stdout: index_type: 0 2024-04-14T16:03:05.024 INFO:journalctl@ceph.mon.a.smithi129.stdout: data_block_index_type: 0 2024-04-14T16:03:05.024 INFO:journalctl@ceph.mon.a.smithi129.stdout: index_shortening: 1 2024-04-14T16:03:05.024 INFO:journalctl@ceph.mon.a.smithi129.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-14T16:03:05.024 INFO:journalctl@ceph.mon.a.smithi129.stdout: checksum: 4 2024-04-14T16:03:05.024 INFO:journalctl@ceph.mon.a.smithi129.stdout: no_block_cache: 0 2024-04-14T16:03:05.024 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_cache: 0x55d79f0db090 2024-04-14T16:03:05.024 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_cache_name: BinnedLRUCache 2024-04-14T16:03:05.024 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_cache_options: 2024-04-14T16:03:05.025 INFO:journalctl@ceph.mon.a.smithi129.stdout: capacity : 536870912 2024-04-14T16:03:05.025 INFO:journalctl@ceph.mon.a.smithi129.stdout: num_shard_bits : 4 2024-04-14T16:03:05.025 INFO:journalctl@ceph.mon.a.smithi129.stdout: strict_capacity_limit : 0 2024-04-14T16:03:05.025 INFO:journalctl@ceph.mon.a.smithi129.stdout: high_pri_pool_ratio: 0.000 2024-04-14T16:03:05.025 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_cache_compressed: (nil) 2024-04-14T16:03:05.025 INFO:journalctl@ceph.mon.a.smithi129.stdout: persistent_cache: (nil) 2024-04-14T16:03:05.025 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_size: 4096 2024-04-14T16:03:05.025 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_size_deviation: 10 2024-04-14T16:03:05.025 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_restart_interval: 16 2024-04-14T16:03:05.025 INFO:journalctl@ceph.mon.a.smithi129.stdout: index_block_restart_interval: 1 2024-04-14T16:03:05.025 INFO:journalctl@ceph.mon.a.smithi129.stdout: metadata_block_size: 4096 2024-04-14T16:03:05.025 INFO:journalctl@ceph.mon.a.smithi129.stdout: partition_filters: 0 2024-04-14T16:03:05.025 INFO:journalctl@ceph.mon.a.smithi129.stdout: use_delta_encoding: 1 2024-04-14T16:03:05.025 INFO:journalctl@ceph.mon.a.smithi129.stdout: filter_policy: bloomfilter 2024-04-14T16:03:05.025 INFO:journalctl@ceph.mon.a.smithi129.stdout: whole_key_filtering: 1 2024-04-14T16:03:05.026 INFO:journalctl@ceph.mon.a.smithi129.stdout: verify_compression: 0 2024-04-14T16:03:05.026 INFO:journalctl@ceph.mon.a.smithi129.stdout: read_amp_bytes_per_bit: 0 2024-04-14T16:03:05.026 INFO:journalctl@ceph.mon.a.smithi129.stdout: format_version: 5 2024-04-14T16:03:05.026 INFO:journalctl@ceph.mon.a.smithi129.stdout: enable_index_compression: 1 2024-04-14T16:03:05.026 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_align: 0 2024-04-14T16:03:05.026 INFO:journalctl@ceph.mon.a.smithi129.stdout: max_auto_readahead_size: 262144 2024-04-14T16:03:05.026 INFO:journalctl@ceph.mon.a.smithi129.stdout: prepopulate_block_cache: 0 2024-04-14T16:03:05.026 INFO:journalctl@ceph.mon.a.smithi129.stdout: initial_auto_readahead_size: 8192 2024-04-14T16:03:05.026 INFO:journalctl@ceph.mon.a.smithi129.stdout: num_file_reads_for_auto_readahead: 2 2024-04-14T16:03:05.026 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.write_buffer_size: 33554432 2024-04-14T16:03:05.026 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.max_write_buffer_number: 2 2024-04-14T16:03:05.026 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.compression: NoCompression 2024-04-14T16:03:05.026 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.bottommost_compression: Disabled 2024-04-14T16:03:05.026 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.prefix_extractor: nullptr 2024-04-14T16:03:05.027 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-14T16:03:05.027 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.num_levels: 7 2024-04-14T16:03:05.027 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-14T16:03:05.027 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-14T16:03:05.027 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-14T16:03:05.027 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-14T16:03:05.027 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-14T16:03:05.027 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-14T16:03:05.027 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-14T16:03:05.027 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-14T16:03:05.027 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-14T16:03:05.027 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-14T16:03:05.027 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-14T16:03:05.027 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-14T16:03:05.027 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-14T16:03:05.028 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.compression_opts.level: 32767 2024-04-14T16:03:05.028 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.compression_opts.strategy: 0 2024-04-14T16:03:05.028 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-14T16:03:05.028 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-14T16:03:05.028 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-14T16:03:05.028 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-14T16:03:05.028 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.compression_opts.enabled: false 2024-04-14T16:03:05.028 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-14T16:03:05.028 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-14T16:03:05.028 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-14T16:03:05.028 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-14T16:03:05.028 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.target_file_size_base: 67108864 2024-04-14T16:03:05.028 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-14T16:03:05.028 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-14T16:03:05.029 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-14T16:03:05.029 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-14T16:03:05.029 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-14T16:03:05.029 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-14T16:03:05.029 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-14T16:03:05.029 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-14T16:03:05.029 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-14T16:03:05.029 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-14T16:03:05.029 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-14T16:03:05.029 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-14T16:03:05.029 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-14T16:03:05.029 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-14T16:03:05.029 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.arena_block_size: 1048576 2024-04-14T16:03:05.029 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-14T16:03:05.029 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-14T16:03:05.030 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.disable_auto_compactions: 0 2024-04-14T16:03:05.030 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-14T16:03:05.030 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-14T16:03:05.030 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-14T16:03:05.030 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-14T16:03:05.030 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-14T16:03:05.030 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-14T16:03:05.030 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-14T16:03:05.030 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-14T16:03:05.030 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-14T16:03:05.030 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-14T16:03:05.030 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-14T16:03:05.030 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.inplace_update_support: 0 2024-04-14T16:03:05.030 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-14T16:03:05.031 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-14T16:03:05.031 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-14T16:03:05.031 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-14T16:03:05.031 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.bloom_locality: 0 2024-04-14T16:03:05.031 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.max_successive_merges: 0 2024-04-14T16:03:05.031 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-14T16:03:05.031 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.paranoid_file_checks: 0 2024-04-14T16:03:05.031 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.force_consistency_checks: 1 2024-04-14T16:03:05.031 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.report_bg_io_stats: 0 2024-04-14T16:03:05.031 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.ttl: 2592000 2024-04-14T16:03:05.031 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-14T16:03:05.031 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-14T16:03:05.031 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-14T16:03:05.031 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.enable_blob_files: false 2024-04-14T16:03:05.031 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.min_blob_size: 0 2024-04-14T16:03:05.032 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.blob_file_size: 268435456 2024-04-14T16:03:05.032 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-14T16:03:05.032 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-14T16:03:05.032 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-14T16:03:05.032 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-14T16:03:05.032 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-14T16:03:05.032 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.blob_file_starting_level: 0 2024-04-14T16:03:05.032 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-14T16:03:05.032 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: 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-14T16:03:05.032 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-14T16:03:05.032 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 548a1260-831b-4a69-9b1c-54679f121a5a 2024-04-14T16:03:05.032 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713110584735157, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-14T16:03:05.032 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-14T16:03:05.032 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713110584736000, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85928, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 264, "table_properties": {"data_size": 84057, "index_size": 255, "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": 10231, "raw_average_key_size": 46, "raw_value_size": 78219, "raw_average_value_size": 357, "num_data_blocks": 12, "num_entries": 219, "num_filter_entries": 219, "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": 1713110584, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "548a1260-831b-4a69-9b1c-54679f121a5a", "db_session_id": "BA4ML3XCEPUZQL4MPL8D", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-14T16:03:05.033 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713110584736078, "job": 1, "event": "recovery_finished"} 2024-04-14T16:03:05.033 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-14T16:03:05.033 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: 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-14T16:03:05.033 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55d79f1ca000 2024-04-14T16:03:05.033 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: DB pointer 0x55d79f1b4000 2024-04-14T16:03:05.033 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-14T16:03:05.033 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-14T16:03:05.033 INFO:journalctl@ceph.mon.a.smithi129.stdout: ** DB Stats ** 2024-04-14T16:03:05.033 INFO:journalctl@ceph.mon.a.smithi129.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-14T16:03:05.033 INFO:journalctl@ceph.mon.a.smithi129.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-14T16:03:05.033 INFO:journalctl@ceph.mon.a.smithi129.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-14T16:03:05.033 INFO:journalctl@ceph.mon.a.smithi129.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-14T16:03:05.033 INFO:journalctl@ceph.mon.a.smithi129.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-14T16:03:05.033 INFO:journalctl@ceph.mon.a.smithi129.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-14T16:03:05.034 INFO:journalctl@ceph.mon.a.smithi129.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-14T16:03:05.034 INFO:journalctl@ceph.mon.a.smithi129.stdout: 2024-04-14T16:03:05.034 INFO:journalctl@ceph.mon.a.smithi129.stdout: ** Compaction Stats [default] ** 2024-04-14T16:03:05.034 INFO:journalctl@ceph.mon.a.smithi129.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-14T16:03:05.034 INFO:journalctl@ceph.mon.a.smithi129.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-14T16:03:05.034 INFO:journalctl@ceph.mon.a.smithi129.stdout: L0 2/0 85.77 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 154.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-14T16:03:05.034 INFO:journalctl@ceph.mon.a.smithi129.stdout: Sum 2/0 85.77 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 154.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-14T16:03:05.034 INFO:journalctl@ceph.mon.a.smithi129.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 154.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-14T16:03:05.034 INFO:journalctl@ceph.mon.a.smithi129.stdout: 2024-04-14T16:03:05.034 INFO:journalctl@ceph.mon.a.smithi129.stdout: ** Compaction Stats [default] ** 2024-04-14T16:03:05.034 INFO:journalctl@ceph.mon.a.smithi129.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-14T16:03:05.034 INFO:journalctl@ceph.mon.a.smithi129.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-14T16:03:05.034 INFO:journalctl@ceph.mon.a.smithi129.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 154.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-14T16:03:05.035 INFO:journalctl@ceph.mon.a.smithi129.stdout: 2024-04-14T16:03:05.035 INFO:journalctl@ceph.mon.a.smithi129.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-14T16:03:05.035 INFO:journalctl@ceph.mon.a.smithi129.stdout: 2024-04-14T16:03:05.035 INFO:journalctl@ceph.mon.a.smithi129.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-14T16:03:05.035 INFO:journalctl@ceph.mon.a.smithi129.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-14T16:03:05.035 INFO:journalctl@ceph.mon.a.smithi129.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-14T16:03:05.035 INFO:journalctl@ceph.mon.a.smithi129.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-14T16:03:05.035 INFO:journalctl@ceph.mon.a.smithi129.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-14T16:03:05.035 INFO:journalctl@ceph.mon.a.smithi129.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-14T16:03:05.035 INFO:journalctl@ceph.mon.a.smithi129.stdout: Cumulative compaction: 0.00 GB write, 27.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-14T16:03:05.035 INFO:journalctl@ceph.mon.a.smithi129.stdout: Interval compaction: 0.00 GB write, 27.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-14T16:03:05.035 INFO:journalctl@ceph.mon.a.smithi129.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-14T16:03:05.035 INFO:journalctl@ceph.mon.a.smithi129.stdout: Block cache BinnedLRUCache@0x55d79f0db090#2 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-04-14T16:03:05.035 INFO:journalctl@ceph.mon.a.smithi129.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.44 KB,8.34465e-05%) Misc(1,0.00 KB,0%) 2024-04-14T16:03:05.035 INFO:journalctl@ceph.mon.a.smithi129.stdout: 2024-04-14T16:03:05.036 INFO:journalctl@ceph.mon.a.smithi129.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-14T16:03:05.036 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: starting mon.a rank 0 at public addrs [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] at bind addrs [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:03:05.036 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: mon.a@-1(???) e1 preinit fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:03:05.036 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: mon.a@-1(???).mds e1 new map 2024-04-14T16:03:05.036 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: mon.a@-1(???).mds e1 print_map 2024-04-14T16:03:05.036 INFO:journalctl@ceph.mon.a.smithi129.stdout: e1 2024-04-14T16:03:05.036 INFO:journalctl@ceph.mon.a.smithi129.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-14T16:03:05.036 INFO:journalctl@ceph.mon.a.smithi129.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-14T16:03:05.036 INFO:journalctl@ceph.mon.a.smithi129.stdout: legacy client fscid: -1 2024-04-14T16:03:05.036 INFO:journalctl@ceph.mon.a.smithi129.stdout: 2024-04-14T16:03:05.036 INFO:journalctl@ceph.mon.a.smithi129.stdout: No filesystems configured 2024-04-14T16:03:05.036 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-14T16:03:05.036 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T16:03:05.036 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T16:03:05.036 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T16:03:05.037 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-14T16:03:05.037 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-14T16:03:05.037 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: monmap epoch 1 2024-04-14T16:03:05.037 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:03:05.037 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: last_changed 2024-04-14T16:02:45.072708+0000 2024-04-14T16:03:05.037 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: created 2024-04-14T16:02:45.072708+0000 2024-04-14T16:03:05.037 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: min_mon_release 19 (squid) 2024-04-14T16:03:05.037 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: election_strategy: 1 2024-04-14T16:03:05.037 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: 0: [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon.a 2024-04-14T16:03:05.037 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: fsmap 2024-04-14T16:03:05.037 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: osdmap e1: 0 total, 0 up, 0 in 2024-04-14T16:03:05.037 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 ceph-mon[29672]: mgrmap e1: no daemons active 2024-04-14T16:03:05.037 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 bash[29653]: 2bf7436467e7d7f700a116031995456e18ec4eae768c57f0436f37a66c3640db 2024-04-14T16:03:05.037 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:04 smithi129 systemd[1]: Started Ceph mon.a for 55bd5fb6-fa78-11ee-bc8e-c7b262605968. 2024-04-14T16:03:05.854 INFO:teuthology.orchestra.run.smithi129.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-14T16:03:05.950 INFO:teuthology.orchestra.run.smithi129.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-14T16:03:05.951 INFO:teuthology.orchestra.run.smithi129.stdout:Creating mgr... 2024-04-14T16:03:05.951 INFO:teuthology.orchestra.run.smithi129.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-14T16:03:05.951 INFO:teuthology.orchestra.run.smithi129.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-14T16:03:06.554 INFO:teuthology.orchestra.run.smithi129.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mgr.a 2024-04-14T16:03:06.555 INFO:teuthology.orchestra.run.smithi129.stdout:systemctl: stderr Failed to reset failed state of unit ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mgr.a.service: Unit ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mgr.a.service not loaded. 2024-04-14T16:03:06.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:06 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/2605456441' entity='client.admin' 2024-04-14T16:03:06.827 INFO:teuthology.orchestra.run.smithi129.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968.target.wants/ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@.service. 2024-04-14T16:03:07.360 INFO:teuthology.orchestra.run.smithi129.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-14T16:03:07.360 INFO:teuthology.orchestra.run.smithi129.stdout:systemctl: stdout disabled 2024-04-14T16:03:07.368 INFO:teuthology.orchestra.run.smithi129.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-14T16:03:07.368 INFO:teuthology.orchestra.run.smithi129.stdout:systemctl: stdout inactive 2024-04-14T16:03:07.368 INFO:teuthology.orchestra.run.smithi129.stdout:firewalld.service is not enabled 2024-04-14T16:03:07.368 INFO:teuthology.orchestra.run.smithi129.stdout:Not possible to enable service . firewalld.service is not available 2024-04-14T16:03:07.378 INFO:teuthology.orchestra.run.smithi129.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-14T16:03:07.378 INFO:teuthology.orchestra.run.smithi129.stdout:systemctl: stdout disabled 2024-04-14T16:03:07.386 INFO:teuthology.orchestra.run.smithi129.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-14T16:03:07.386 INFO:teuthology.orchestra.run.smithi129.stdout:systemctl: stdout inactive 2024-04-14T16:03:07.386 INFO:teuthology.orchestra.run.smithi129.stdout:firewalld.service is not enabled 2024-04-14T16:03:07.386 INFO:teuthology.orchestra.run.smithi129.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-14T16:03:07.386 INFO:teuthology.orchestra.run.smithi129.stdout:Waiting for mgr to start... 2024-04-14T16:03:07.386 INFO:teuthology.orchestra.run.smithi129.stdout:Waiting for mgr... 2024-04-14T16:03:07.511 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:07 smithi129 systemd[1]: Started Ceph mgr.a for 55bd5fb6-fa78-11ee-bc8e-c7b262605968. 2024-04-14T16:03:08.191 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:07 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/613984989' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-14T16:03:08.192 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:07 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:07.821+0000 7f20ed98d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-14T16:03:08.192 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:07 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:07.918+0000 7f20ed98d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-14T16:03:08.460 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout 2024-04-14T16:03:08.460 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout { 2024-04-14T16:03:08.460 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "fsid": "55bd5fb6-fa78-11ee-bc8e-c7b262605968", 2024-04-14T16:03:08.460 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "health": { 2024-04-14T16:03:08.460 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-14T16:03:08.460 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-14T16:03:08.460 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-14T16:03:08.461 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:08.461 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-14T16:03:08.461 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-14T16:03:08.461 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout 0 2024-04-14T16:03:08.461 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout ], 2024-04-14T16:03:08.461 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-14T16:03:08.461 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "a" 2024-04-14T16:03:08.461 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout ], 2024-04-14T16:03:08.461 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-04-14T16:03:08.461 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-14T16:03:08.462 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T16:03:08.462 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-14T16:03:08.462 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-14T16:03:08.462 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:08.462 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-14T16:03:08.462 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T16:03:08.462 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-14T16:03:08.462 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-14T16:03:08.462 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-14T16:03:08.462 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-14T16:03:08.462 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-14T16:03:08.462 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-14T16:03:08.462 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:08.463 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-14T16:03:08.463 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-14T16:03:08.463 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-14T16:03:08.463 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-14T16:03:08.463 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-14T16:03:08.463 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-14T16:03:08.463 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-14T16:03:08.463 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-14T16:03:08.463 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-14T16:03:08.463 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:08.463 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-14T16:03:08.463 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T16:03:08.463 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-14T16:03:08.463 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-14T16:03:08.463 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:08.464 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-14T16:03:08.464 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-14T16:03:08.464 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-14T16:03:08.464 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-14T16:03:08.464 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-14T16:03:08.464 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-14T16:03:08.464 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "restful" 2024-04-14T16:03:08.464 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout ], 2024-04-14T16:03:08.464 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-14T16:03:08.464 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:08.465 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-14T16:03:08.465 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T16:03:08.465 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "modified": "2024-04-14T16:02:51.727526+0000", 2024-04-14T16:03:08.465 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-14T16:03:08.465 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:08.465 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-14T16:03:08.465 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout } 2024-04-14T16:03:08.465 INFO:teuthology.orchestra.run.smithi129.stdout:mgr not available, waiting (1/15)... 2024-04-14T16:03:08.804 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:08 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:08.574+0000 7f20ed98d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-14T16:03:08.804 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:08 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:08.664+0000 7f20ed98d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-14T16:03:08.805 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:08 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:08.803+0000 7f20ed98d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-14T16:03:09.070 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:08 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:08.896+0000 7f20ed98d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-14T16:03:09.070 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:08 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:08.976+0000 7f20ed98d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-14T16:03:09.520 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:09 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:09.236+0000 7f20ed98d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-14T16:03:09.520 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:09 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:09.342+0000 7f20ed98d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-14T16:03:09.520 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:09 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:09.426+0000 7f20ed98d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-14T16:03:09.520 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:09 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:09.519+0000 7f20ed98d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-14T16:03:09.820 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:09 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:09.695+0000 7f20ed98d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-14T16:03:10.894 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:10 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:10.657+0000 7f20ed98d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-14T16:03:10.894 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:10 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:10.790+0000 7f20ed98d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-14T16:03:11.226 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:11 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/2997315091' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-14T16:03:11.230 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:11 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:11.136+0000 7f20ed98d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-14T16:03:11.514 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:11 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:11.225+0000 7f20ed98d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-14T16:03:11.514 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:11 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:11.419+0000 7f20ed98d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-14T16:03:11.522 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout 2024-04-14T16:03:11.523 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout { 2024-04-14T16:03:11.523 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "fsid": "55bd5fb6-fa78-11ee-bc8e-c7b262605968", 2024-04-14T16:03:11.523 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "health": { 2024-04-14T16:03:11.523 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-14T16:03:11.523 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-14T16:03:11.523 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-14T16:03:11.523 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:11.523 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-14T16:03:11.523 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-14T16:03:11.523 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout 0 2024-04-14T16:03:11.523 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout ], 2024-04-14T16:03:11.524 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-14T16:03:11.524 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "a" 2024-04-14T16:03:11.524 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout ], 2024-04-14T16:03:11.524 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-14T16:03:11.524 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-14T16:03:11.524 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T16:03:11.524 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-14T16:03:11.524 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-14T16:03:11.524 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:11.524 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-14T16:03:11.524 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T16:03:11.524 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-14T16:03:11.524 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-14T16:03:11.525 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-14T16:03:11.525 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-14T16:03:11.525 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-14T16:03:11.525 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-14T16:03:11.525 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:11.525 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-14T16:03:11.525 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-14T16:03:11.525 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-14T16:03:11.525 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-14T16:03:11.525 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-14T16:03:11.525 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-14T16:03:11.525 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-14T16:03:11.525 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-14T16:03:11.526 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-14T16:03:11.526 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:11.526 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-14T16:03:11.526 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T16:03:11.526 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-14T16:03:11.526 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-14T16:03:11.526 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:11.526 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-14T16:03:11.526 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-14T16:03:11.527 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-14T16:03:11.527 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-14T16:03:11.527 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-14T16:03:11.527 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-14T16:03:11.527 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "restful" 2024-04-14T16:03:11.527 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout ], 2024-04-14T16:03:11.527 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-14T16:03:11.527 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:11.527 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-14T16:03:11.527 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T16:03:11.527 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "modified": "2024-04-14T16:02:51.727526+0000", 2024-04-14T16:03:11.527 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-14T16:03:11.527 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:11.527 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-14T16:03:11.528 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout } 2024-04-14T16:03:11.528 INFO:teuthology.orchestra.run.smithi129.stdout:mgr not available, waiting (2/15)... 2024-04-14T16:03:11.820 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:11 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:11.604+0000 7f20ed98d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-14T16:03:12.144 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:11 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:11.882+0000 7f20ed98d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-14T16:03:12.144 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:12 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:12.141+0000 7f20ed98d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-14T16:03:12.570 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:12 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:12.372+0000 7f20ed98d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-14T16:03:13.570 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:13 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:13.152+0000 7f20ed98d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-14T16:03:13.917 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:13 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:13.727+0000 7f20ed98d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-14T16:03:13.918 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:13 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:13.824+0000 7f20ed98d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-14T16:03:14.321 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:14 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:14.051+0000 7f20ed98d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-14T16:03:14.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:14 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/1420564973' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-14T16:03:14.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:14 smithi129 ceph-mon[29672]: Activating manager daemon a 2024-04-14T16:03:14.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:14 smithi129 ceph-mon[29672]: mgrmap e2: a(active, starting, since 0.00299504s) 2024-04-14T16:03:14.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:14 smithi129 ceph-mon[29672]: from='mgr.14100 172.21.15.129:0/355605273' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-14T16:03:14.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:14 smithi129 ceph-mon[29672]: from='mgr.14100 172.21.15.129:0/355605273' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-14T16:03:14.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:14 smithi129 ceph-mon[29672]: from='mgr.14100 172.21.15.129:0/355605273' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-14T16:03:14.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:14 smithi129 ceph-mon[29672]: from='mgr.14100 172.21.15.129:0/355605273' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T16:03:14.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:14 smithi129 ceph-mon[29672]: from='mgr.14100 172.21.15.129:0/355605273' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-14T16:03:14.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:14 smithi129 ceph-mon[29672]: Manager daemon a is now available 2024-04-14T16:03:14.637 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout 2024-04-14T16:03:14.637 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout { 2024-04-14T16:03:14.637 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "fsid": "55bd5fb6-fa78-11ee-bc8e-c7b262605968", 2024-04-14T16:03:14.638 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "health": { 2024-04-14T16:03:14.638 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-14T16:03:14.638 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-14T16:03:14.638 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-14T16:03:14.638 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:14.638 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-14T16:03:14.638 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-14T16:03:14.638 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout 0 2024-04-14T16:03:14.638 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout ], 2024-04-14T16:03:14.638 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-14T16:03:14.638 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "a" 2024-04-14T16:03:14.638 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout ], 2024-04-14T16:03:14.638 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-04-14T16:03:14.639 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-14T16:03:14.639 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T16:03:14.639 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-14T16:03:14.639 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-14T16:03:14.639 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:14.639 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-14T16:03:14.639 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T16:03:14.639 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-14T16:03:14.639 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-14T16:03:14.639 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-14T16:03:14.639 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-14T16:03:14.639 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-14T16:03:14.639 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-14T16:03:14.639 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:14.640 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-14T16:03:14.640 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-14T16:03:14.640 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-14T16:03:14.640 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-14T16:03:14.640 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-14T16:03:14.640 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-14T16:03:14.640 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-14T16:03:14.640 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-14T16:03:14.640 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-14T16:03:14.640 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:14.640 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-14T16:03:14.640 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T16:03:14.640 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-14T16:03:14.640 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-14T16:03:14.640 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:14.641 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-14T16:03:14.641 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-14T16:03:14.641 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-14T16:03:14.641 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-14T16:03:14.641 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-14T16:03:14.641 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-14T16:03:14.641 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "restful" 2024-04-14T16:03:14.641 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout ], 2024-04-14T16:03:14.641 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-14T16:03:14.641 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:14.641 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-14T16:03:14.641 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T16:03:14.641 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "modified": "2024-04-14T16:02:51.727526+0000", 2024-04-14T16:03:14.641 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-14T16:03:14.642 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:14.642 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-14T16:03:14.642 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout } 2024-04-14T16:03:14.642 INFO:teuthology.orchestra.run.smithi129.stdout:mgr not available, waiting (3/15)... 2024-04-14T16:03:15.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:15 smithi129 ceph-mon[29672]: from='mgr.14100 172.21.15.129:0/355605273' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-14T16:03:15.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:15 smithi129 ceph-mon[29672]: from='mgr.14100 172.21.15.129:0/355605273' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-14T16:03:15.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:15 smithi129 ceph-mon[29672]: from='mgr.14100 172.21.15.129:0/355605273' entity='mgr.a' 2024-04-14T16:03:15.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:15 smithi129 ceph-mon[29672]: from='mgr.14100 172.21.15.129:0/355605273' entity='mgr.a' 2024-04-14T16:03:15.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:15 smithi129 ceph-mon[29672]: from='mgr.14100 172.21.15.129:0/355605273' entity='mgr.a' 2024-04-14T16:03:15.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:15 smithi129 ceph-mon[29672]: mgrmap e3: a(active, since 1.00677s) 2024-04-14T16:03:17.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:17 smithi129 ceph-mon[29672]: mgrmap e4: a(active, since 2s) 2024-04-14T16:03:17.909 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout 2024-04-14T16:03:17.909 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout { 2024-04-14T16:03:17.909 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "fsid": "55bd5fb6-fa78-11ee-bc8e-c7b262605968", 2024-04-14T16:03:17.909 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "health": { 2024-04-14T16:03:17.909 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-14T16:03:17.909 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-14T16:03:17.909 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-14T16:03:17.910 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:17.910 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-14T16:03:17.910 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-14T16:03:17.910 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout 0 2024-04-14T16:03:17.910 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout ], 2024-04-14T16:03:17.910 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-14T16:03:17.910 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "a" 2024-04-14T16:03:17.910 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout ], 2024-04-14T16:03:17.910 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2024-04-14T16:03:17.910 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-14T16:03:17.910 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T16:03:17.910 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-14T16:03:17.910 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-14T16:03:17.911 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:17.911 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-14T16:03:17.911 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T16:03:17.911 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-14T16:03:17.911 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-14T16:03:17.911 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-14T16:03:17.911 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-14T16:03:17.911 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-14T16:03:17.911 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-14T16:03:17.911 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:17.911 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-14T16:03:17.911 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-14T16:03:17.911 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-14T16:03:17.911 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-14T16:03:17.911 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-14T16:03:17.912 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-14T16:03:17.912 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-14T16:03:17.912 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-14T16:03:17.912 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-14T16:03:17.912 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:17.912 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-14T16:03:17.912 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T16:03:17.912 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-14T16:03:17.912 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-14T16:03:17.912 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:17.912 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-14T16:03:17.912 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-14T16:03:17.912 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-14T16:03:17.912 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-14T16:03:17.912 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-14T16:03:17.913 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-14T16:03:17.913 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "restful" 2024-04-14T16:03:17.913 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout ], 2024-04-14T16:03:17.913 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-14T16:03:17.913 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:17.913 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-14T16:03:17.913 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T16:03:17.913 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "modified": "2024-04-14T16:02:51.727526+0000", 2024-04-14T16:03:17.913 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-14T16:03:17.913 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout }, 2024-04-14T16:03:17.913 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-14T16:03:17.913 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout } 2024-04-14T16:03:17.913 INFO:teuthology.orchestra.run.smithi129.stdout:mgr is available 2024-04-14T16:03:18.304 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:18 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/909017907' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-14T16:03:19.120 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout 2024-04-14T16:03:19.120 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout [global] 2024-04-14T16:03:19.120 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout fsid = 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:03:19.120 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-14T16:03:19.120 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-14T16:03:19.120 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-14T16:03:19.120 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-14T16:03:19.120 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout 2024-04-14T16:03:19.121 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-14T16:03:19.121 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-14T16:03:19.121 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout 2024-04-14T16:03:19.121 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout [osd] 2024-04-14T16:03:19.121 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-14T16:03:19.121 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-14T16:03:19.121 INFO:teuthology.orchestra.run.smithi129.stdout:Enabling cephadm module... 2024-04-14T16:03:19.242 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:19 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/324291082' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-14T16:03:19.243 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:19 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/324291082' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-14T16:03:20.414 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:20 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/1492968508' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-14T16:03:20.414 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:20 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: ignoring --setuser ceph since I am not root 2024-04-14T16:03:20.414 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:20 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: ignoring --setgroup ceph since I am not root 2024-04-14T16:03:20.672 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:20 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:20.638+0000 7f8e2974b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-14T16:03:20.958 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:20 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:20.742+0000 7f8e2974b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-14T16:03:21.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:21 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/1492968508' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-14T16:03:21.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:21 smithi129 ceph-mon[29672]: mgrmap e5: a(active, since 6s) 2024-04-14T16:03:21.656 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:21 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:21.417+0000 7f8e2974b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-14T16:03:21.656 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:21 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:21.510+0000 7f8e2974b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-14T16:03:21.656 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:21 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:21.654+0000 7f8e2974b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-14T16:03:21.954 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:21 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:21.750+0000 7f8e2974b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-14T16:03:21.954 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:21 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:21.833+0000 7f8e2974b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-14T16:03:21.958 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout { 2024-04-14T16:03:21.958 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-14T16:03:21.958 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-14T16:03:21.958 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-14T16:03:21.958 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-14T16:03:21.958 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout } 2024-04-14T16:03:21.958 INFO:teuthology.orchestra.run.smithi129.stdout:Waiting for the mgr to restart... 2024-04-14T16:03:21.958 INFO:teuthology.orchestra.run.smithi129.stdout:Waiting for mgr epoch 5... 2024-04-14T16:03:22.224 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:22 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/3053439296' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-14T16:03:22.225 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:22 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:22.112+0000 7f8e2974b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-14T16:03:22.570 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:22 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:22.223+0000 7f8e2974b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-14T16:03:22.570 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:22 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:22.312+0000 7f8e2974b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-14T16:03:22.570 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:22 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:22.410+0000 7f8e2974b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-14T16:03:23.070 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:22 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:22.584+0000 7f8e2974b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-14T16:03:23.820 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:23 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:23.526+0000 7f8e2974b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-14T16:03:23.820 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:23 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:23.653+0000 7f8e2974b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-14T16:03:24.263 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:23 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:23.983+0000 7f8e2974b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-14T16:03:24.263 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:24 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:24.070+0000 7f8e2974b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-14T16:03:24.263 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:24 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:24.262+0000 7f8e2974b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-14T16:03:24.570 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:24 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:24.447+0000 7f8e2974b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-14T16:03:24.986 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:24 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:24.727+0000 7f8e2974b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-14T16:03:25.320 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:24 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:24.984+0000 7f8e2974b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-14T16:03:25.320 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:25 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:25.217+0000 7f8e2974b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-14T16:03:26.320 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:26 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:26.003+0000 7f8e2974b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-14T16:03:26.820 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:26 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:26.566+0000 7f8e2974b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-14T16:03:26.820 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:26 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:26.661+0000 7f8e2974b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-14T16:03:27.320 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:26 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:26.874+0000 7f8e2974b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-14T16:03:27.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:26 smithi129 ceph-mon[29672]: Active manager daemon a restarted 2024-04-14T16:03:27.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:26 smithi129 ceph-mon[29672]: Activating manager daemon a 2024-04-14T16:03:27.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:26 smithi129 ceph-mon[29672]: osdmap e2: 0 total, 0 up, 0 in 2024-04-14T16:03:27.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:26 smithi129 ceph-mon[29672]: mgrmap e6: a(active, starting, since 0.00322951s) 2024-04-14T16:03:27.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:26 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T16:03:27.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:26 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-14T16:03:27.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:26 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-14T16:03:27.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:26 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-14T16:03:27.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:26 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-14T16:03:27.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:26 smithi129 ceph-mon[29672]: Manager daemon a is now available 2024-04-14T16:03:27.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:26 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' 2024-04-14T16:03:27.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:26 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' 2024-04-14T16:03:27.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:26 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' 2024-04-14T16:03:27.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:26 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:03:27.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:26 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:03:27.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:26 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-14T16:03:28.201 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:27 smithi129 ceph-mon[29672]: Found migration_current of "None". Setting to last migration. 2024-04-14T16:03:28.201 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:27 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-14T16:03:28.202 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:27 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' 2024-04-14T16:03:28.202 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:27 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' 2024-04-14T16:03:28.202 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:27 smithi129 ceph-mon[29672]: mgrmap e7: a(active, since 1.00536s) 2024-04-14T16:03:28.488 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout { 2024-04-14T16:03:28.489 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-14T16:03:28.489 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-14T16:03:28.489 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout } 2024-04-14T16:03:28.489 INFO:teuthology.orchestra.run.smithi129.stdout:mgr epoch 5 is available 2024-04-14T16:03:28.489 INFO:teuthology.orchestra.run.smithi129.stdout:Setting orchestrator backend to cephadm... 2024-04-14T16:03:29.194 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:28 smithi129 ceph-mon[29672]: [14/Apr/2024:16:03:27] ENGINE Bus STARTING 2024-04-14T16:03:29.195 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:28 smithi129 ceph-mon[29672]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-14T16:03:29.195 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:28 smithi129 ceph-mon[29672]: [14/Apr/2024:16:03:27] ENGINE Serving on https://172.21.15.129:7150 2024-04-14T16:03:29.195 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:28 smithi129 ceph-mon[29672]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-14T16:03:29.195 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:28 smithi129 ceph-mon[29672]: [14/Apr/2024:16:03:27] ENGINE Serving on http://172.21.15.129:8765 2024-04-14T16:03:29.195 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:28 smithi129 ceph-mon[29672]: [14/Apr/2024:16:03:27] ENGINE Bus STARTED 2024-04-14T16:03:29.195 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:28 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:03:30.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:29 smithi129 ceph-mon[29672]: mgrmap e8: a(active, since 2s) 2024-04-14T16:03:30.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:29 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' 2024-04-14T16:03:30.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:29 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:03:30.858 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-14T16:03:30.858 INFO:teuthology.orchestra.run.smithi129.stdout:Generating ssh key... 2024-04-14T16:03:31.216 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:30 smithi129 ceph-mon[29672]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T16:03:32.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:31 smithi129 ceph-mon[29672]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T16:03:32.320 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:32 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: Generating public/private rsa key pair. 2024-04-14T16:03:32.320 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:32 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: Your identification has been saved in /tmp/tmp837mf5gj/key. 2024-04-14T16:03:32.320 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:32 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: Your public key has been saved in /tmp/tmp837mf5gj/key.pub. 2024-04-14T16:03:32.320 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:32 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: The key fingerprint is: 2024-04-14T16:03:32.320 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:32 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: SHA256:upkWVtY1Usf/L9nG95tO2O5FgI78i60BsxdHA6mzrgc ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:03:32.320 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:32 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: The key's randomart image is: 2024-04-14T16:03:32.321 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:32 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: +---[RSA 3072]----+ 2024-04-14T16:03:32.321 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:32 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: | .o... | 2024-04-14T16:03:32.321 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:32 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: | o.oo. | 2024-04-14T16:03:32.321 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:32 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: | o o+... | 2024-04-14T16:03:32.321 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:32 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: | =..+ . ..| 2024-04-14T16:03:32.321 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:32 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: | oSo+ o o| 2024-04-14T16:03:32.321 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:32 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: | E..+ + o..| 2024-04-14T16:03:32.321 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:32 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: | ..+. o .. *o| 2024-04-14T16:03:32.321 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:32 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: | .+o. + .= O| 2024-04-14T16:03:32.321 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:32 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: | .=o o.o oO=| 2024-04-14T16:03:32.321 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:32 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: +----[SHA256]-----+ 2024-04-14T16:03:33.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:33 smithi129 ceph-mon[29672]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T16:03:33.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:33 smithi129 ceph-mon[29672]: Generating ssh key... 2024-04-14T16:03:33.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:33 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' 2024-04-14T16:03:33.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:33 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' 2024-04-14T16:03:33.712 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDV4MaGQkktlsMEVzLyxFQZKxfsVqcJysEtjJjAU8WeMv/qIK213v+Y7Ee9+TGHtj6CQTueOuZ7kgTBVhIR23uKk+ndZl2GHJht2k0i8+yVhZAxp8mrqSZkqTk9DRWi+PXNKW66Y5yjAcUZNG1qGAhLcaK5CLhwWGTCKhdVwQ+p8v6m20jGEEZQLtzHPRUulRDgDJGDvHWS64CfzQUUvYXpUlo5yqf/iCRpTRrB9Ygppu0DDrgrlVfyVfzb7V8LSUWPcUnOkkXlvj9lXno8REzczo48JhS7oVeUT+0ZH3wqlFovscpZuCOAVjggbqLoozmT9z70v1GNVdkyfiYdZpKAYu01QTT4KaG4qRly5j2w82b3Myo8ZsPVOKLHbkk/pFc4JqZv/071X6ADKbwbnWRbc7jJcSJpvLOVMOZMNKz1Vsc2U5dnp1R6aQnXRK9vorwmkWp+UhRdE4CDoox+bgonyVrxT+kWBFZCiol8B5qro7egILnqmbiFVTVkaWD10J8= ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:03:33.712 INFO:teuthology.orchestra.run.smithi129.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-14T16:03:33.712 INFO:teuthology.orchestra.run.smithi129.stdout:Adding key to root@localhost authorized_keys... 2024-04-14T16:03:33.712 INFO:teuthology.orchestra.run.smithi129.stdout:Adding host smithi129... 2024-04-14T16:03:34.358 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:34 smithi129 ceph-mon[29672]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T16:03:35.295 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:35 smithi129 ceph-mon[29672]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi129", "addr": "172.21.15.129", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T16:03:35.296 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:35 smithi129 ceph-mon[29672]: Deploying cephadm binary to smithi129 2024-04-14T16:03:39.161 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout Added host 'smithi129' with addr '172.21.15.129' 2024-04-14T16:03:39.161 INFO:teuthology.orchestra.run.smithi129.stdout:Deploying unmanaged mon service... 2024-04-14T16:03:39.802 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:39 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' 2024-04-14T16:03:39.803 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:39 smithi129 ceph-mon[29672]: Added host smithi129 2024-04-14T16:03:39.803 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:39 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:03:40.563 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-14T16:03:40.563 INFO:teuthology.orchestra.run.smithi129.stdout:Deploying unmanaged mgr service... 2024-04-14T16:03:41.182 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:40 smithi129 ceph-mon[29672]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T16:03:41.182 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:40 smithi129 ceph-mon[29672]: Saving service mon spec with placement count:5 2024-04-14T16:03:41.182 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:40 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' 2024-04-14T16:03:41.962 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-14T16:03:42.506 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:42 smithi129 ceph-mon[29672]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T16:03:42.506 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:42 smithi129 ceph-mon[29672]: Saving service mgr spec with placement count:2 2024-04-14T16:03:42.506 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:42 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' 2024-04-14T16:03:43.837 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:43 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' 2024-04-14T16:03:43.837 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:43 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/286525999' entity='client.admin' 2024-04-14T16:03:43.837 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:43 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' 2024-04-14T16:03:44.987 INFO:teuthology.orchestra.run.smithi129.stdout:Enabling the dashboard module... 2024-04-14T16:03:45.362 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:45 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/2191847798' entity='client.admin' 2024-04-14T16:03:46.570 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:46 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: ignoring --setuser ceph since I am not root 2024-04-14T16:03:46.570 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:46 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: ignoring --setgroup ceph since I am not root 2024-04-14T16:03:46.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:46 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/841151934' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-14T16:03:46.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:46 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' 2024-04-14T16:03:46.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:46 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' 2024-04-14T16:03:46.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:46 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi129", "name": "osd_memory_target"}]: dispatch 2024-04-14T16:03:46.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:46 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' 2024-04-14T16:03:46.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:46 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi129", "caps": []}]: dispatch 2024-04-14T16:03:46.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:46 smithi129 ceph-mon[29672]: from='mgr.14120 172.21.15.129:0/2139749146' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi129", "caps": []}]': finished 2024-04-14T16:03:47.123 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:46 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:46.857+0000 7efd4d041200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-14T16:03:47.123 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:46 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:46.961+0000 7efd4d041200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-14T16:03:47.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:47 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/841151934' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-14T16:03:47.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:47 smithi129 ceph-mon[29672]: mgrmap e9: a(active, since 19s) 2024-04-14T16:03:47.845 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:47 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:47.647+0000 7efd4d041200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-14T16:03:47.846 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:47 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:47.739+0000 7efd4d041200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-14T16:03:48.166 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:47 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:47.889+0000 7efd4d041200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-14T16:03:48.166 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:47 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:47.984+0000 7efd4d041200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-14T16:03:48.166 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:48 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:48.068+0000 7efd4d041200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-14T16:03:48.169 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout { 2024-04-14T16:03:48.169 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-14T16:03:48.169 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-14T16:03:48.169 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-14T16:03:48.169 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-14T16:03:48.169 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout } 2024-04-14T16:03:48.169 INFO:teuthology.orchestra.run.smithi129.stdout:Waiting for the mgr to restart... 2024-04-14T16:03:48.169 INFO:teuthology.orchestra.run.smithi129.stdout:Waiting for mgr epoch 9... 2024-04-14T16:03:48.460 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:48 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/3210916636' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-14T16:03:48.460 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:48 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:48.346+0000 7efd4d041200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-14T16:03:48.460 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:48 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:48.459+0000 7efd4d041200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-14T16:03:48.820 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:48 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:48.546+0000 7efd4d041200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-14T16:03:48.820 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:48 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:48.645+0000 7efd4d041200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-14T16:03:49.320 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:48 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:48.821+0000 7efd4d041200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-14T16:03:50.070 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:49 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:49.779+0000 7efd4d041200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-14T16:03:50.070 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:49 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:49.912+0000 7efd4d041200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-14T16:03:50.564 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:50 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:50.270+0000 7efd4d041200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-14T16:03:50.564 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:50 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:50.363+0000 7efd4d041200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-14T16:03:50.564 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:50 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:50.562+0000 7efd4d041200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-14T16:03:50.820 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:50 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:50.749+0000 7efd4d041200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-14T16:03:51.298 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:51 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:51.037+0000 7efd4d041200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-14T16:03:51.298 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:51 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:51.296+0000 7efd4d041200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-14T16:03:51.570 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:51 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:51.538+0000 7efd4d041200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-14T16:03:52.820 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:52 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:52.347+0000 7efd4d041200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-14T16:03:53.249 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:52 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:52.927+0000 7efd4d041200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-14T16:03:53.249 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:53 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:53.027+0000 7efd4d041200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-14T16:03:53.249 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:03:53 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:03:53.247+0000 7efd4d041200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-14T16:03:53.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:53 smithi129 ceph-mon[29672]: Active manager daemon a restarted 2024-04-14T16:03:53.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:53 smithi129 ceph-mon[29672]: Activating manager daemon a 2024-04-14T16:03:53.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:53 smithi129 ceph-mon[29672]: osdmap e3: 0 total, 0 up, 0 in 2024-04-14T16:03:53.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:53 smithi129 ceph-mon[29672]: mgrmap e10: a(active, starting, since 0.00346977s) 2024-04-14T16:03:53.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:53 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T16:03:53.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:53 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-14T16:03:53.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:53 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-14T16:03:53.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:53 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-14T16:03:53.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:53 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-14T16:03:53.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:53 smithi129 ceph-mon[29672]: Manager daemon a is now available 2024-04-14T16:03:53.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:53 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:03:53.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:53 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:03:54.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:54 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-14T16:03:54.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:54 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-14T16:03:54.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:54 smithi129 ceph-mon[29672]: mgrmap e11: a(active, since 1.0061s) 2024-04-14T16:03:55.387 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout { 2024-04-14T16:03:55.387 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-14T16:03:55.387 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-14T16:03:55.387 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout } 2024-04-14T16:03:55.387 INFO:teuthology.orchestra.run.smithi129.stdout:mgr epoch 9 is available 2024-04-14T16:03:55.387 INFO:teuthology.orchestra.run.smithi129.stdout:Generating a dashboard self-signed certificate... 2024-04-14T16:03:55.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:55 smithi129 ceph-mon[29672]: [14/Apr/2024:16:03:53] ENGINE Bus STARTING 2024-04-14T16:03:55.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:55 smithi129 ceph-mon[29672]: [14/Apr/2024:16:03:53] ENGINE Serving on https://172.21.15.129:7150 2024-04-14T16:03:55.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:55 smithi129 ceph-mon[29672]: [14/Apr/2024:16:03:54] ENGINE Serving on http://172.21.15.129:8765 2024-04-14T16:03:55.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:55 smithi129 ceph-mon[29672]: [14/Apr/2024:16:03:54] ENGINE Bus STARTED 2024-04-14T16:03:55.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:55 smithi129 ceph-mon[29672]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-14T16:03:55.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:55 smithi129 ceph-mon[29672]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-14T16:03:55.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:55 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:03:55.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:55 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi129", "name": "osd_memory_target"}]: dispatch 2024-04-14T16:03:55.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:55 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:03:55.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:55 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi129", "caps": []}]: dispatch 2024-04-14T16:03:56.495 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:56 smithi129 ceph-mon[29672]: Deploying daemon agent.smithi129 on smithi129 2024-04-14T16:03:56.496 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:56 smithi129 ceph-mon[29672]: mgrmap e12: a(active, since 2s) 2024-04-14T16:03:56.496 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:56 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:03:56.496 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:56 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:03:56.601 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-14T16:03:56.601 INFO:teuthology.orchestra.run.smithi129.stdout:Creating initial admin user... 2024-04-14T16:03:57.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:57 smithi129 ceph-mon[29672]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T16:03:57.990 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$z3XnAOALj3568s3EiVYBFuFxgt5GgqlUORlN2vKGVrlQBSeHc7M3y", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713110637, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-14T16:03:57.990 INFO:teuthology.orchestra.run.smithi129.stdout:Fetching dashboard port number... 2024-04-14T16:03:58.390 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:58 smithi129 ceph-mon[29672]: 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-14T16:03:58.391 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:58 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:03:59.103 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stdout 8443 2024-04-14T16:03:59.113 INFO:teuthology.orchestra.run.smithi129.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-14T16:03:59.113 INFO:teuthology.orchestra.run.smithi129.stdout:systemctl: stdout disabled 2024-04-14T16:03:59.120 INFO:teuthology.orchestra.run.smithi129.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-14T16:03:59.120 INFO:teuthology.orchestra.run.smithi129.stdout:systemctl: stdout inactive 2024-04-14T16:03:59.120 INFO:teuthology.orchestra.run.smithi129.stdout:firewalld.service is not enabled 2024-04-14T16:03:59.120 INFO:teuthology.orchestra.run.smithi129.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-14T16:03:59.122 INFO:teuthology.orchestra.run.smithi129.stdout:Ceph Dashboard is now available at: 2024-04-14T16:03:59.122 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:03:59.122 INFO:teuthology.orchestra.run.smithi129.stdout: URL: https://smithi129.front.sepia.ceph.com:8443/ 2024-04-14T16:03:59.123 INFO:teuthology.orchestra.run.smithi129.stdout: User: admin 2024-04-14T16:03:59.123 INFO:teuthology.orchestra.run.smithi129.stdout: Password: wpmr5w3ybu 2024-04-14T16:03:59.123 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:03:59.123 INFO:teuthology.orchestra.run.smithi129.stdout:Saving cluster configuration to /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/config directory 2024-04-14T16:03:59.123 INFO:teuthology.orchestra.run.smithi129.stdout:Enabling autotune for osd_memory_target 2024-04-14T16:03:59.513 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:03:59 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/951288883' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-14T16:04:00.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:00 smithi129 ceph-mon[29672]: mgrmap e13: a(active, since 6s) 2024-04-14T16:04:01.722 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-14T16:04:01.723 INFO:teuthology.orchestra.run.smithi129.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-14T16:04:01.723 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:04:01.723 INFO:teuthology.orchestra.run.smithi129.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-14T16:04:01.723 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:04:01.723 INFO:teuthology.orchestra.run.smithi129.stdout:Or, if you are only running a single cluster on this host: 2024-04-14T16:04:01.723 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:04:01.723 INFO:teuthology.orchestra.run.smithi129.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-14T16:04:01.723 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:04:01.723 INFO:teuthology.orchestra.run.smithi129.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-14T16:04:01.723 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:04:01.723 INFO:teuthology.orchestra.run.smithi129.stdout: ceph telemetry on 2024-04-14T16:04:01.724 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:04:01.724 INFO:teuthology.orchestra.run.smithi129.stdout:For more information see: 2024-04-14T16:04:01.724 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:04:01.724 INFO:teuthology.orchestra.run.smithi129.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-14T16:04:01.724 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:04:01.724 INFO:teuthology.orchestra.run.smithi129.stdout:Bootstrap complete. 2024-04-14T16:04:01.763 INFO:tasks.cephadm:Fetching config... 2024-04-14T16:04:01.763 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-04-14T16:04:01.763 DEBUG:teuthology.orchestra.run.smithi129:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-14T16:04:01.779 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-14T16:04:01.779 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-04-14T16:04:01.779 DEBUG:teuthology.orchestra.run.smithi129:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-14T16:04:01.833 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-14T16:04:01.833 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-04-14T16:04:01.834 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-14T16:04:02.047 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-14T16:04:02.047 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-04-14T16:04:02.047 DEBUG:teuthology.orchestra.run.smithi129:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-14T16:04:02.103 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-14T16:04:02.103 DEBUG:teuthology.orchestra.run.smithi129:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDV4MaGQkktlsMEVzLyxFQZKxfsVqcJysEtjJjAU8WeMv/qIK213v+Y7Ee9+TGHtj6CQTueOuZ7kgTBVhIR23uKk+ndZl2GHJht2k0i8+yVhZAxp8mrqSZkqTk9DRWi+PXNKW66Y5yjAcUZNG1qGAhLcaK5CLhwWGTCKhdVwQ+p8v6m20jGEEZQLtzHPRUulRDgDJGDvHWS64CfzQUUvYXpUlo5yqf/iCRpTRrB9Ygppu0DDrgrlVfyVfzb7V8LSUWPcUnOkkXlvj9lXno8REzczo48JhS7oVeUT+0ZH3wqlFovscpZuCOAVjggbqLoozmT9z70v1GNVdkyfiYdZpKAYu01QTT4KaG4qRly5j2w82b3Myo8ZsPVOKLHbkk/pFc4JqZv/071X6ADKbwbnWRbc7jJcSJpvLOVMOZMNKz1Vsc2U5dnp1R6aQnXRK9vorwmkWp+UhRdE4CDoox+bgonyVrxT+kWBFZCiol8B5qro7egILnqmbiFVTVkaWD10J8= ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-14T16:04:02.167 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:02 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/2536612186' entity='client.admin' 2024-04-14T16:04:02.238 INFO:teuthology.orchestra.run.smithi129.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDV4MaGQkktlsMEVzLyxFQZKxfsVqcJysEtjJjAU8WeMv/qIK213v+Y7Ee9+TGHtj6CQTueOuZ7kgTBVhIR23uKk+ndZl2GHJht2k0i8+yVhZAxp8mrqSZkqTk9DRWi+PXNKW66Y5yjAcUZNG1qGAhLcaK5CLhwWGTCKhdVwQ+p8v6m20jGEEZQLtzHPRUulRDgDJGDvHWS64CfzQUUvYXpUlo5yqf/iCRpTRrB9Ygppu0DDrgrlVfyVfzb7V8LSUWPcUnOkkXlvj9lXno8REzczo48JhS7oVeUT+0ZH3wqlFovscpZuCOAVjggbqLoozmT9z70v1GNVdkyfiYdZpKAYu01QTT4KaG4qRly5j2w82b3Myo8ZsPVOKLHbkk/pFc4JqZv/071X6ADKbwbnWRbc7jJcSJpvLOVMOZMNKz1Vsc2U5dnp1R6aQnXRK9vorwmkWp+UhRdE4CDoox+bgonyVrxT+kWBFZCiol8B5qro7egILnqmbiFVTVkaWD10J8= ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:04:02.253 DEBUG:teuthology.orchestra.run.smithi191:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDV4MaGQkktlsMEVzLyxFQZKxfsVqcJysEtjJjAU8WeMv/qIK213v+Y7Ee9+TGHtj6CQTueOuZ7kgTBVhIR23uKk+ndZl2GHJht2k0i8+yVhZAxp8mrqSZkqTk9DRWi+PXNKW66Y5yjAcUZNG1qGAhLcaK5CLhwWGTCKhdVwQ+p8v6m20jGEEZQLtzHPRUulRDgDJGDvHWS64CfzQUUvYXpUlo5yqf/iCRpTRrB9Ygppu0DDrgrlVfyVfzb7V8LSUWPcUnOkkXlvj9lXno8REzczo48JhS7oVeUT+0ZH3wqlFovscpZuCOAVjggbqLoozmT9z70v1GNVdkyfiYdZpKAYu01QTT4KaG4qRly5j2w82b3Myo8ZsPVOKLHbkk/pFc4JqZv/071X6ADKbwbnWRbc7jJcSJpvLOVMOZMNKz1Vsc2U5dnp1R6aQnXRK9vorwmkWp+UhRdE4CDoox+bgonyVrxT+kWBFZCiol8B5qro7egILnqmbiFVTVkaWD10J8= ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-14T16:04:02.298 INFO:teuthology.orchestra.run.smithi191.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDV4MaGQkktlsMEVzLyxFQZKxfsVqcJysEtjJjAU8WeMv/qIK213v+Y7Ee9+TGHtj6CQTueOuZ7kgTBVhIR23uKk+ndZl2GHJht2k0i8+yVhZAxp8mrqSZkqTk9DRWi+PXNKW66Y5yjAcUZNG1qGAhLcaK5CLhwWGTCKhdVwQ+p8v6m20jGEEZQLtzHPRUulRDgDJGDvHWS64CfzQUUvYXpUlo5yqf/iCRpTRrB9Ygppu0DDrgrlVfyVfzb7V8LSUWPcUnOkkXlvj9lXno8REzczo48JhS7oVeUT+0ZH3wqlFovscpZuCOAVjggbqLoozmT9z70v1GNVdkyfiYdZpKAYu01QTT4KaG4qRly5j2w82b3Myo8ZsPVOKLHbkk/pFc4JqZv/071X6ADKbwbnWRbc7jJcSJpvLOVMOZMNKz1Vsc2U5dnp1R6aQnXRK9vorwmkWp+UhRdE4CDoox+bgonyVrxT+kWBFZCiol8B5qro7egILnqmbiFVTVkaWD10J8= ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:04:02.314 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-14T16:04:02.572 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:04:03.564 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:03 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:03.564 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:03 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:03.564 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:03 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:03.564 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:03 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:04:03.564 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:03 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:03.564 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:03 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:03.564 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:03 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:03.564 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:03 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:03.564 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:03 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:03.565 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:03 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:04:03.565 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:03 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:03.565 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:03 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:04.497 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:04 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:04.497 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:04 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/3050082800' entity='client.admin' 2024-04-14T16:04:04.875 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-14T16:04:04.875 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-14T16:04:05.415 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:05 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:04:05.415 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:05 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:05.842 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:04:07.535 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:07 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:07.535 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:07 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:08.755 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi191 2024-04-14T16:04:08.756 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-04-14T16:04:08.756 DEBUG:teuthology.orchestra.run.smithi191:> dd of=/etc/ceph/ceph.conf 2024-04-14T16:04:08.773 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-04-14T16:04:08.774 DEBUG:teuthology.orchestra.run.smithi191:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-14T16:04:08.831 INFO:tasks.cephadm:Adding host smithi191 to orchestrator... 2024-04-14T16:04:08.831 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph orch host add smithi191 2024-04-14T16:04:09.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:08 smithi129 ceph-mon[29672]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T16:04:09.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:08 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:09.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:08 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:04:09.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:08 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:09.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:08 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:04:09.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:08 smithi129 ceph-mon[29672]: Updating smithi129:/etc/ceph/ceph.conf 2024-04-14T16:04:09.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:08 smithi129 ceph-mon[29672]: Updating smithi129:/var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T16:04:09.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:08 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:09.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:08 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:09.401 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:04:10.063 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:09 smithi129 ceph-mon[29672]: Updating smithi129:/etc/ceph/ceph.client.admin.keyring 2024-04-14T16:04:10.063 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:09 smithi129 ceph-mon[29672]: Updating smithi129:/var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/config/ceph.client.admin.keyring 2024-04-14T16:04:10.064 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:09 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:10.064 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:09 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:11.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:11 smithi129 ceph-mon[29672]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi191", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T16:04:12.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:12 smithi129 ceph-mon[29672]: Deploying cephadm binary to smithi191 2024-04-14T16:04:14.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:14 smithi129 ceph-mon[29672]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:15.324 INFO:teuthology.orchestra.run.smithi129.stdout:Added host 'smithi191' with addr '172.21.15.191' 2024-04-14T16:04:15.876 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph orch host ls --format=json 2024-04-14T16:04:16.112 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:04:16.540 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:16 smithi129 ceph-mon[29672]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:16.540 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:16 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:16.540 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:16 smithi129 ceph-mon[29672]: Added host smithi191 2024-04-14T16:04:16.540 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:16 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:04:16.540 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:16 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:17.496 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:17 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:17.496 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:17 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:17.497 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:17 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi191", "name": "osd_memory_target"}]: dispatch 2024-04-14T16:04:17.497 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:17 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:17.497 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:17 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:04:17.497 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:17 smithi129 ceph-mon[29672]: Updating smithi191:/etc/ceph/ceph.conf 2024-04-14T16:04:17.497 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:17 smithi129 ceph-mon[29672]: Updating smithi191:/var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T16:04:17.497 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:17 smithi129 ceph-mon[29672]: Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-04-14T16:04:17.497 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:17 smithi129 ceph-mon[29672]: Updating smithi191:/var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/config/ceph.client.admin.keyring 2024-04-14T16:04:17.497 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:17 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:17.497 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:17 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:17.497 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:17 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi191", "caps": []}]: dispatch 2024-04-14T16:04:17.497 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:17 smithi129 ceph-mon[29672]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:17.498 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:17 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi191", "caps": []}]': finished 2024-04-14T16:04:17.917 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:04:17.917 INFO:teuthology.orchestra.run.smithi129.stdout:[{"addr": "172.21.15.129", "hostname": "smithi129", "labels": [], "status": ""}, {"addr": "172.21.15.191", "hostname": "smithi191", "labels": [], "status": ""}] 2024-04-14T16:04:18.551 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-14T16:04:18.552 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph osd crush tunables default 2024-04-14T16:04:18.784 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:04:19.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:19 smithi129 ceph-mon[29672]: Deploying daemon agent.smithi191 on smithi191 2024-04-14T16:04:19.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:19 smithi129 ceph-mon[29672]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:04:19.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:19 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:19.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:19 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:19.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:19 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:19.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:19 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:04:19.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:19 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:19.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:19 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:04:19.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:19 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:19.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:19 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:04:19.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:19 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:19.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:19 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:04:19.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:19 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:19.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:19 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:19.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:19 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:19.572 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:19 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:20.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:20 smithi129 ceph-mon[29672]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:21.310 INFO:teuthology.orchestra.run.smithi129.stderr:adjusted tunables profile to default 2024-04-14T16:04:21.562 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:21 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/794433395' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-14T16:04:21.855 INFO:tasks.cephadm:Adding mon.a on smithi129 2024-04-14T16:04:21.856 INFO:tasks.cephadm:Adding mon.b on smithi191 2024-04-14T16:04:21.856 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph orch apply mon '2;smithi129:172.21.15.129=a;smithi191:172.21.15.191=b' 2024-04-14T16:04:22.103 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T16:04:22.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:22 smithi129 ceph-mon[29672]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:22.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:22 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/794433395' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-14T16:04:22.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:22 smithi129 ceph-mon[29672]: osdmap e4: 0 total, 0 up, 0 in 2024-04-14T16:04:22.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:22 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:22.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:22 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:23.873 INFO:teuthology.orchestra.run.smithi191.stdout:Scheduled mon update... 2024-04-14T16:04:24.368 DEBUG:teuthology.orchestra.run.smithi191:mon.b> sudo journalctl -f -n 0 -u ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mon.b.service 2024-04-14T16:04:24.370 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-14T16:04:24.370 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph mon dump -f json 2024-04-14T16:04:24.402 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:24 smithi129 ceph-mon[29672]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:24.402 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:24 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:24.402 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:24 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:24.402 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:24 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:24.402 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:24 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:24.402 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:24 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:24.403 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:24 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:04:24.403 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:24 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:24.403 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:24 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:04:24.403 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:24 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:24.403 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:24 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T16:04:24.403 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:24 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:25.525 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T16:04:25.533 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:25 smithi129 ceph-mon[29672]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi129:172.21.15.129=a;smithi191:172.21.15.191=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T16:04:25.533 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:25 smithi129 ceph-mon[29672]: Saving service mon spec with placement smithi129:172.21.15.129=a;smithi191:172.21.15.191=b;count:2 2024-04-14T16:04:25.533 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:25 smithi129 ceph-mon[29672]: Deploying daemon mon.b on smithi191 2024-04-14T16:04:26.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:26 smithi129 ceph-mon[29672]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:28.436 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:04:28.436 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"55bd5fb6-fa78-11ee-bc8e-c7b262605968","modified":"2024-04-14T16:02:45.072708Z","created":"2024-04-14T16:02:45.072708Z","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.129:3300","nonce":0},{"type":"v1","addr":"172.21.15.129:6789","nonce":0}]},"addr":"172.21.15.129:6789/0","public_addr":"172.21.15.129:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-14T16:04:28.437 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2024-04-14T16:04:28.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:28 smithi129 ceph-mon[29672]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:28.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:28 smithi191 ceph-mon[31451]: mon.b@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2024-04-14T16:04:29.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:29 smithi191 bash[31419]: 77575e0662ab2000d75f9c438feae3962aca5104bef74db77fd8210150d797cc 2024-04-14T16:04:29.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:29 smithi191 systemd[1]: Started Ceph mon.b for 55bd5fb6-fa78-11ee-bc8e-c7b262605968. 2024-04-14T16:04:30.006 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-14T16:04:30.007 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph mon dump -f json 2024-04-14T16:04:30.246 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.b/config 2024-04-14T16:04:33.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T16:04:33.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: mon.a calling monitor election 2024-04-14T16:04:33.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T16:04:33.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:33.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T16:04:33.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T16:04:33.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: mon.b calling monitor election 2024-04-14T16:04:33.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:33.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T16:04:33.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T16:04:33.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:33.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T16:04:33.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-14T16:04:33.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: monmap epoch 2 2024-04-14T16:04:33.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:04:33.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: last_changed 2024-04-14T16:04:28.565654+0000 2024-04-14T16:04:33.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: created 2024-04-14T16:02:45.072708+0000 2024-04-14T16:04:33.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: min_mon_release 19 (squid) 2024-04-14T16:04:33.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: election_strategy: 1 2024-04-14T16:04:33.900 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: 0: [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon.a 2024-04-14T16:04:33.900 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.b 2024-04-14T16:04:33.900 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: fsmap 2024-04-14T16:04:33.900 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: osdmap e4: 0 total, 0 up, 0 in 2024-04-14T16:04:33.900 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: mgrmap e13: a(active, since 40s) 2024-04-14T16:04:33.900 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: overall HEALTH_OK 2024-04-14T16:04:33.900 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:33.900 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:33.900 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:33.900 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:33 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:34.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T16:04:34.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: mon.a calling monitor election 2024-04-14T16:04:34.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T16:04:34.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:34.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T16:04:34.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T16:04:34.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: mon.b calling monitor election 2024-04-14T16:04:34.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:34.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T16:04:34.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T16:04:34.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:34.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T16:04:34.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-14T16:04:34.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: monmap epoch 2 2024-04-14T16:04:34.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:04:34.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: last_changed 2024-04-14T16:04:28.565654+0000 2024-04-14T16:04:34.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: created 2024-04-14T16:02:45.072708+0000 2024-04-14T16:04:34.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: min_mon_release 19 (squid) 2024-04-14T16:04:34.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: election_strategy: 1 2024-04-14T16:04:34.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: 0: [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon.a 2024-04-14T16:04:34.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.b 2024-04-14T16:04:34.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: fsmap 2024-04-14T16:04:34.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: osdmap e4: 0 total, 0 up, 0 in 2024-04-14T16:04:34.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: mgrmap e13: a(active, since 40s) 2024-04-14T16:04:34.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: overall HEALTH_OK 2024-04-14T16:04:34.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:34.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:34.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:34.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:33 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:34.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:34 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:04:34.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:34 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:34.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:34 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:04:34.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:34 smithi191 ceph-mon[31451]: Updating smithi129:/etc/ceph/ceph.conf 2024-04-14T16:04:34.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:34 smithi191 ceph-mon[31451]: Updating smithi191:/etc/ceph/ceph.conf 2024-04-14T16:04:34.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:34 smithi191 ceph-mon[31451]: Updating smithi129:/var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T16:04:34.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:34 smithi191 ceph-mon[31451]: Updating smithi191:/var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T16:04:34.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:34 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:34.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:34 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:34.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:34 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:34.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:34 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:34.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:34 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:34.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:34 smithi191 ceph-mon[31451]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-14T16:04:34.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:34 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T16:04:34.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:34 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-14T16:04:34.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:34 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:34.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:34 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T16:04:34.913 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-14T16:04:34.913 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":2,"fsid":"55bd5fb6-fa78-11ee-bc8e-c7b262605968","modified":"2024-04-14T16:04:28.565654Z","created":"2024-04-14T16:02:45.072708Z","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.129:3300","nonce":0},{"type":"v1","addr":"172.21.15.129:6789","nonce":0}]},"addr":"172.21.15.129:6789/0","public_addr":"172.21.15.129:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:3300","nonce":0},{"type":"v1","addr":"172.21.15.191:6789","nonce":0}]},"addr":"172.21.15.191:6789/0","public_addr":"172.21.15.191:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-14T16:04:34.915 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 2 2024-04-14T16:04:34.939 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:34 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:04:34.939 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:34 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:34.939 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:34 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:04:34.939 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:34 smithi129 ceph-mon[29672]: Updating smithi129:/etc/ceph/ceph.conf 2024-04-14T16:04:34.939 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:34 smithi129 ceph-mon[29672]: Updating smithi191:/etc/ceph/ceph.conf 2024-04-14T16:04:34.939 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:34 smithi129 ceph-mon[29672]: Updating smithi129:/var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T16:04:34.939 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:34 smithi129 ceph-mon[29672]: Updating smithi191:/var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T16:04:34.939 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:34 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:34.940 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:34 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:34.940 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:34 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:34.940 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:34 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:34.940 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:34 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:34.940 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:34 smithi129 ceph-mon[29672]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-14T16:04:34.940 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:34 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T16:04:34.940 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:34 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-14T16:04:34.941 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:34 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:34.941 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:34 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T16:04:35.620 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-14T16:04:35.620 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph config generate-minimal-conf 2024-04-14T16:04:35.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:35 smithi191 ceph-mon[31451]: Reconfiguring mon.a (unknown last config time)... 2024-04-14T16:04:35.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:35 smithi191 ceph-mon[31451]: Reconfiguring daemon mon.a on smithi129 2024-04-14T16:04:35.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:35 smithi191 ceph-mon[31451]: from='client.? 172.21.15.191:0/1246927680' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-14T16:04:35.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:35 smithi191 ceph-mon[31451]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:35.901 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:04:35.957 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:35 smithi129 ceph-mon[29672]: Reconfiguring mon.a (unknown last config time)... 2024-04-14T16:04:35.957 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:35 smithi129 ceph-mon[29672]: Reconfiguring daemon mon.a on smithi129 2024-04-14T16:04:35.957 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:35 smithi129 ceph-mon[29672]: from='client.? 172.21.15.191:0/1246927680' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-14T16:04:35.957 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:35 smithi129 ceph-mon[29672]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:36.950 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:36 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:36.950 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:36 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:36.950 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:36 smithi191 ceph-mon[31451]: Reconfiguring mon.b (monmap changed)... 2024-04-14T16:04:36.951 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:36 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T16:04:36.951 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:36 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-14T16:04:36.951 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:36 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:36.951 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:36 smithi191 ceph-mon[31451]: Reconfiguring daemon mon.b on smithi191 2024-04-14T16:04:37.207 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:36 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:37.207 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:36 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:37.208 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:36 smithi129 ceph-mon[29672]: Reconfiguring mon.b (monmap changed)... 2024-04-14T16:04:37.208 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:36 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T16:04:37.208 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:36 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-14T16:04:37.208 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:36 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:37.208 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:36 smithi129 ceph-mon[29672]: Reconfiguring daemon mon.b on smithi191 2024-04-14T16:04:37.688 INFO:teuthology.orchestra.run.smithi129.stdout:# minimal ceph.conf for 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:04:37.688 INFO:teuthology.orchestra.run.smithi129.stdout:[global] 2024-04-14T16:04:37.688 INFO:teuthology.orchestra.run.smithi129.stdout: fsid = 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:04:37.688 INFO:teuthology.orchestra.run.smithi129.stdout: mon_host = [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] 2024-04-14T16:04:38.223 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-14T16:04:38.223 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-04-14T16:04:38.223 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/etc/ceph/ceph.conf 2024-04-14T16:04:38.247 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:38 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:38.247 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:38 smithi129 ceph-mon[29672]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:38.248 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:38 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:38.248 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:38 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:38.248 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:38 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:38.248 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:38 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/3710161789' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:38.252 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-04-14T16:04:38.252 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-14T16:04:38.319 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-04-14T16:04:38.319 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/ceph/ceph.conf 2024-04-14T16:04:38.344 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:38 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:38.345 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:38 smithi191 ceph-mon[31451]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:38.345 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:38 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:38.345 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:38 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:38.345 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:38 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:38.345 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:38 smithi191 ceph-mon[31451]: from='client.? 172.21.15.129:0/3710161789' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:38.349 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-04-14T16:04:38.349 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-14T16:04:38.416 INFO:tasks.cephadm:Adding mgr.a on smithi129 2024-04-14T16:04:38.416 INFO:tasks.cephadm:Adding mgr.b on smithi191 2024-04-14T16:04:38.416 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph orch apply mgr '2;smithi129=a;smithi191=b' 2024-04-14T16:04:38.684 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.b/config 2024-04-14T16:04:39.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:39 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:39.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:39 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:39.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:39 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:04:39.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:39 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:39.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:39 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:04:39.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:39 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:39.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:39 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:39.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:39 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:39.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:39 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:39.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:39 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:04:39.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:39 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:39.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:39 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:04:39.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:39 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:39.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:39 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:40.349 INFO:teuthology.orchestra.run.smithi191.stdout:Scheduled mgr update... 2024-04-14T16:04:40.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:40 smithi129 ceph-mon[29672]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:40.647 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:40 smithi191 ceph-mon[31451]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:40.909 DEBUG:teuthology.orchestra.run.smithi191:mgr.b> sudo journalctl -f -n 0 -u ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mgr.b.service 2024-04-14T16:04:40.911 INFO:tasks.cephadm:Deploying OSDs... 2024-04-14T16:04:40.911 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-04-14T16:04:40.911 DEBUG:teuthology.orchestra.run.smithi129:> dd if=/scratch_devs of=/dev/stdout 2024-04-14T16:04:40.930 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-14T16:04:40.930 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/vg_nvme/lv_1 2024-04-14T16:04:40.987 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-14T16:04:40.987 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T16:04:40.987 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-04-14T16:04:40.987 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T16:04:40.988 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T16:04:40.988 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2024-04-14 16:04:25.164940594 +0000 2024-04-14T16:04:40.988 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2024-04-14 15:59:02.664351560 +0000 2024-04-14T16:04:40.988 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2024-04-14 15:59:02.664351560 +0000 2024-04-14T16:04:40.988 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: 2024-04-14 15:59:02.664351560 +0000 2024-04-14T16:04:40.988 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-14T16:04:41.058 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2024-04-14T16:04:41.058 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2024-04-14T16:04:41.058 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000237432 s, 2.2 MB/s 2024-04-14T16:04:41.060 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-14T16:04:41.117 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/vg_nvme/lv_2 2024-04-14T16:04:41.174 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-14T16:04:41.174 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T16:04:41.174 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-04-14T16:04:41.175 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T16:04:41.175 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T16:04:41.175 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2024-04-14 16:04:25.164940594 +0000 2024-04-14T16:04:41.175 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2024-04-14 15:59:03.000344015 +0000 2024-04-14T16:04:41.175 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2024-04-14 15:59:03.000344015 +0000 2024-04-14T16:04:41.175 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: 2024-04-14 15:59:03.000344015 +0000 2024-04-14T16:04:41.175 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-14T16:04:41.243 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2024-04-14T16:04:41.243 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2024-04-14T16:04:41.243 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000245243 s, 2.1 MB/s 2024-04-14T16:04:41.244 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-14T16:04:41.302 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/vg_nvme/lv_3 2024-04-14T16:04:41.358 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-14T16:04:41.358 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T16:04:41.358 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-04-14T16:04:41.358 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T16:04:41.358 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T16:04:41.358 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2024-04-14 16:04:25.164940594 +0000 2024-04-14T16:04:41.358 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2024-04-14 15:59:03.379335503 +0000 2024-04-14T16:04:41.358 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2024-04-14 15:59:03.379335503 +0000 2024-04-14T16:04:41.358 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: 2024-04-14 15:59:03.379335503 +0000 2024-04-14T16:04:41.359 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-14T16:04:41.425 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2024-04-14T16:04:41.425 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2024-04-14T16:04:41.425 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000212373 s, 2.4 MB/s 2024-04-14T16:04:41.427 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-14T16:04:41.483 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/vg_nvme/lv_4 2024-04-14T16:04:41.539 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-14T16:04:41.539 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T16:04:41.539 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-04-14T16:04:41.539 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T16:04:41.539 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T16:04:41.539 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2024-04-14 16:04:25.164940594 +0000 2024-04-14T16:04:41.539 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2024-04-14 15:59:03.721327823 +0000 2024-04-14T16:04:41.539 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2024-04-14 15:59:03.721327823 +0000 2024-04-14T16:04:41.540 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: 2024-04-14 15:59:03.721327823 +0000 2024-04-14T16:04:41.540 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-14T16:04:41.603 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:41 smithi129 ceph-mon[29672]: from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi129=a;smithi191=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T16:04:41.603 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:41 smithi129 ceph-mon[29672]: Saving service mgr spec with placement smithi129=a;smithi191=b;count:2 2024-04-14T16:04:41.603 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:41 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:41.603 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:41 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:04:41.603 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:41 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:41.603 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:41 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:04:41.603 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:41 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:41.604 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:41 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-14T16:04:41.604 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:41 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-14T16:04:41.604 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:41 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-14T16:04:41.604 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:41 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:41.605 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2024-04-14T16:04:41.605 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2024-04-14T16:04:41.605 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000259691 s, 2.0 MB/s 2024-04-14T16:04:41.607 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-14T16:04:41.647 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:41 smithi191 ceph-mon[31451]: from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi129=a;smithi191=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T16:04:41.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:41 smithi191 ceph-mon[31451]: Saving service mgr spec with placement smithi129=a;smithi191=b;count:2 2024-04-14T16:04:41.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:41 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:41.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:41 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:04:41.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:41 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:41.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:41 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:04:41.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:41 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:41.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:41 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-14T16:04:41.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:41 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-14T16:04:41.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:41 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-14T16:04:41.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:41 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:41.664 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-04-14T16:04:41.664 DEBUG:teuthology.orchestra.run.smithi191:> dd if=/scratch_devs of=/dev/stdout 2024-04-14T16:04:41.679 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-14T16:04:41.679 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/vg_nvme/lv_1 2024-04-14T16:04:41.734 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-14T16:04:41.734 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T16:04:41.734 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-04-14T16:04:41.734 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T16:04:41.734 INFO:teuthology.orchestra.run.smithi191.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T16:04:41.734 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2024-04-14 16:04:36.184120094 +0000 2024-04-14T16:04:41.734 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2024-04-14 15:59:02.670404736 +0000 2024-04-14T16:04:41.734 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2024-04-14 15:59:02.670404736 +0000 2024-04-14T16:04:41.734 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: 2024-04-14 15:59:02.670404736 +0000 2024-04-14T16:04:41.735 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-14T16:04:41.800 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2024-04-14T16:04:41.801 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2024-04-14T16:04:41.801 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.00020606 s, 2.5 MB/s 2024-04-14T16:04:41.802 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-14T16:04:41.857 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/vg_nvme/lv_2 2024-04-14T16:04:41.911 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-14T16:04:41.911 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T16:04:41.911 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-04-14T16:04:41.911 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T16:04:41.911 INFO:teuthology.orchestra.run.smithi191.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T16:04:41.911 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2024-04-14 16:04:36.184120094 +0000 2024-04-14T16:04:41.911 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2024-04-14 15:59:03.020398643 +0000 2024-04-14T16:04:41.911 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2024-04-14 15:59:03.020398643 +0000 2024-04-14T16:04:41.912 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: 2024-04-14 15:59:03.020398643 +0000 2024-04-14T16:04:41.912 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-14T16:04:41.976 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2024-04-14T16:04:41.976 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2024-04-14T16:04:41.976 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.00024258 s, 2.1 MB/s 2024-04-14T16:04:41.977 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-14T16:04:42.033 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/vg_nvme/lv_3 2024-04-14T16:04:42.088 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-14T16:04:42.088 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T16:04:42.088 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-04-14T16:04:42.088 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T16:04:42.088 INFO:teuthology.orchestra.run.smithi191.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T16:04:42.088 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2024-04-14 16:04:36.184120094 +0000 2024-04-14T16:04:42.088 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2024-04-14 15:59:03.372392515 +0000 2024-04-14T16:04:42.088 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2024-04-14 15:59:03.372392515 +0000 2024-04-14T16:04:42.088 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: 2024-04-14 15:59:03.372392515 +0000 2024-04-14T16:04:42.088 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-14T16:04:42.271 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2024-04-14T16:04:42.271 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2024-04-14T16:04:42.271 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.000202621 s, 2.5 MB/s 2024-04-14T16:04:42.273 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-14T16:04:42.288 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/vg_nvme/lv_4 2024-04-14T16:04:42.347 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-14T16:04:42.348 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T16:04:42.348 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-04-14T16:04:42.348 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T16:04:42.348 INFO:teuthology.orchestra.run.smithi191.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T16:04:42.348 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2024-04-14 16:04:42.226016891 +0000 2024-04-14T16:04:42.348 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2024-04-14 15:59:03.706386700 +0000 2024-04-14T16:04:42.348 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2024-04-14 15:59:03.706386700 +0000 2024-04-14T16:04:42.348 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: 2024-04-14 15:59:03.706386700 +0000 2024-04-14T16:04:42.348 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-14T16:04:42.454 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2024-04-14T16:04:42.454 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2024-04-14T16:04:42.454 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.000196438 s, 2.6 MB/s 2024-04-14T16:04:42.455 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-14T16:04:42.470 INFO:tasks.cephadm:Deploying osd.0 on smithi129 with /dev/vg_nvme/lv_4... 2024-04-14T16:04:42.470 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-14T16:04:42.594 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:42 smithi129 ceph-mon[29672]: Deploying daemon mgr.b on smithi191 2024-04-14T16:04:42.594 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:42 smithi129 ceph-mon[29672]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:42.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:42 smithi191 ceph-mon[31451]: Deploying daemon mgr.b on smithi191 2024-04-14T16:04:42.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:42 smithi191 ceph-mon[31451]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:42.648 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:42 smithi191 systemd[1]: Starting Ceph mgr.b for 55bd5fb6-fa78-11ee-bc8e-c7b262605968... 2024-04-14T16:04:42.962 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:42 smithi191 podman[33302]: 2024-04-14 16:04:42.588649706 +0000 UTC m=+0.017809867 image pull b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608 2024-04-14T16:04:42.962 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:42 smithi191 podman[33302]: 2024-04-14 16:04:42.700270463 +0000 UTC m=+0.129430596 container create 6688c7e7040bd8d5ad897283d88e9a09782e7859a69a01f3d8e74bbd58b7e399 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b, RELEASE=main-a971fd5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240403, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-04-14T16:04:42.963 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:42 smithi191 podman[33302]: 2024-04-14 16:04:42.894862015 +0000 UTC m=+0.324022156 container init 6688c7e7040bd8d5ad897283d88e9a09782e7859a69a01f3d8e74bbd58b7e399 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=main-a971fd5, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240403, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, 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, io.buildah.version=1.33.5) 2024-04-14T16:04:42.963 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:42 smithi191 podman[33302]: 2024-04-14 16:04:42.897300321 +0000 UTC m=+0.326460466 container start 6688c7e7040bd8d5ad897283d88e9a09782e7859a69a01f3d8e74bbd58b7e399 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240403, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-a971fd5, ceph=True, CEPH_POINT_RELEASE=) 2024-04-14T16:04:42.963 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:42 smithi191 ceph-mgr[33321]: -- 172.21.15.191:0/1845543507 <== mon.1 v2:172.21.15.191:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55956aee85a0 con 0x55956aebc800 2024-04-14T16:04:42.963 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:42 smithi191 bash[33302]: 6688c7e7040bd8d5ad897283d88e9a09782e7859a69a01f3d8e74bbd58b7e399 2024-04-14T16:04:43.398 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:42 smithi191 systemd[1]: Started Ceph mgr.b for 55bd5fb6-fa78-11ee-bc8e-c7b262605968. 2024-04-14T16:04:43.461 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:04:43.855 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:43 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b[33317]: 2024-04-14T16:04:43.443+0000 7f8931fce200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-14T16:04:43.856 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:43 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b[33317]: 2024-04-14T16:04:43.535+0000 7f8931fce200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-14T16:04:44.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:44 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:44.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:44 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:44.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:44 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:44.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:44 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:44.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:44 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:04:44.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:44 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:44.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:44 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:04:44.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:44 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:44.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:44 smithi129 ceph-mon[29672]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-14T16:04:44.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:44 smithi129 ceph-mon[29672]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:44.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:44 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:44.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:44 smithi129 ceph-mon[29672]: Reconfiguring mgr.a (unknown last config time)... 2024-04-14T16:04:44.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:44 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-14T16:04:44.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:44 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-14T16:04:44.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:44 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:44.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:44 smithi129 ceph-mon[29672]: Reconfiguring daemon mgr.a on smithi129 2024-04-14T16:04:44.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:44 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:44.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:44 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:44.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:44 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:44.133 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:44 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:44.133 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:44 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:44.133 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:44 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:44.133 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:44 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:44.133 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:44 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:04:44.133 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:44 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:44.133 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:44 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:04:44.133 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:44 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:44.134 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:44 smithi191 ceph-mon[31451]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-14T16:04:44.134 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:44 smithi191 ceph-mon[31451]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:44.134 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:44 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:44.134 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:44 smithi191 ceph-mon[31451]: Reconfiguring mgr.a (unknown last config time)... 2024-04-14T16:04:44.134 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:44 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-14T16:04:44.134 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:44 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-14T16:04:44.134 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:44 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:44.134 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:44 smithi191 ceph-mon[31451]: Reconfiguring daemon mgr.a on smithi129 2024-04-14T16:04:44.134 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:44 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:44.134 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:44 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:44.134 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:44 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:44.398 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:44 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b[33317]: 2024-04-14T16:04:44.202+0000 7f8931fce200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-14T16:04:44.398 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:44 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b[33317]: 2024-04-14T16:04:44.294+0000 7f8931fce200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-14T16:04:44.746 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:44 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b[33317]: 2024-04-14T16:04:44.451+0000 7f8931fce200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-14T16:04:44.746 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:44 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b[33317]: 2024-04-14T16:04:44.547+0000 7f8931fce200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-14T16:04:44.746 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:44 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b[33317]: 2024-04-14T16:04:44.629+0000 7f8931fce200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-14T16:04:45.035 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:44 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b[33317]: 2024-04-14T16:04:44.924+0000 7f8931fce200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-14T16:04:45.035 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:45 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b[33317]: 2024-04-14T16:04:45.034+0000 7f8931fce200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-14T16:04:45.398 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:45 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b[33317]: 2024-04-14T16:04:45.127+0000 7f8931fce200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-14T16:04:45.398 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:45 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b[33317]: 2024-04-14T16:04:45.224+0000 7f8931fce200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-14T16:04:45.687 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:45 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b[33317]: 2024-04-14T16:04:45.432+0000 7f8931fce200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-14T16:04:46.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:46 smithi129 ceph-mon[29672]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:46.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:46 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:46.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:46 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:46.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:46 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:04:46.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:46 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:46.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:46 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:04:46.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:46 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:46.591 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:46 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b[33317]: 2024-04-14T16:04:46.453+0000 7f8931fce200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-14T16:04:46.592 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:46 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b[33317]: 2024-04-14T16:04:46.590+0000 7f8931fce200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-14T16:04:46.592 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:46 smithi191 ceph-mon[31451]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:46.592 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:46 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:46.592 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:46 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:46.592 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:46 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:04:46.592 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:46 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:46.592 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:46 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:04:46.592 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:46 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:46.760 INFO:teuthology.orchestra.run.smithi129.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-14T16:04:46.760 INFO:teuthology.orchestra.run.smithi129.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-14T16:04:46.760 INFO:teuthology.orchestra.run.smithi129.stderr: stderr: 10+0 records in 2024-04-14T16:04:46.760 INFO:teuthology.orchestra.run.smithi129.stderr:10+0 records out 2024-04-14T16:04:46.760 INFO:teuthology.orchestra.run.smithi129.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0116798 s, 898 MB/s 2024-04-14T16:04:46.760 INFO:teuthology.orchestra.run.smithi129.stderr:--> Zapping successful for: 2024-04-14T16:04:47.226 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:46 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b[33317]: 2024-04-14T16:04:46.939+0000 7f8931fce200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-14T16:04:47.226 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:47 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b[33317]: 2024-04-14T16:04:47.028+0000 7f8931fce200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-14T16:04:47.226 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:47 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b[33317]: 2024-04-14T16:04:47.224+0000 7f8931fce200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-14T16:04:47.358 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:47 smithi129 ceph-mon[29672]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-14T16:04:47.358 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:47 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:47.358 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:47 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:47.358 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:47 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:47.358 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:47 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:47.358 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:47 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:04:47.358 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:47 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:47.358 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:47 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:04:47.358 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:47 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:47.387 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph orch daemon add osd smithi129:vg_nvme/lv_4 2024-04-14T16:04:47.627 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:04:47.647 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:47 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b[33317]: 2024-04-14T16:04:47.410+0000 7f8931fce200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-14T16:04:47.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:47 smithi191 ceph-mon[31451]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-14T16:04:47.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:47 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:47.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:47 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:47.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:47 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:47.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:47 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:47.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:47 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:04:47.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:47 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:47.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:47 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:04:47.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:47 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:04:47.956 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:47 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b[33317]: 2024-04-14T16:04:47.694+0000 7f8931fce200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-14T16:04:48.317 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:47 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b[33317]: 2024-04-14T16:04:47.955+0000 7f8931fce200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-14T16:04:48.317 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:48 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b[33317]: 2024-04-14T16:04:48.192+0000 7f8931fce200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-14T16:04:48.530 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:48 smithi129 ceph-mon[29672]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:48.647 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:48 smithi191 ceph-mon[31451]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:49.321 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:48 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b[33317]: 2024-04-14T16:04:48.991+0000 7f8931fce200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-14T16:04:49.647 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:49 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-14T16:04:49.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:49 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-14T16:04:49.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:49 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:49.648 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:49 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b[33317]: 2024-04-14T16:04:49.563+0000 7f8931fce200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-14T16:04:49.817 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:49 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-14T16:04:49.818 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:49 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-14T16:04:49.818 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:49 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:50.148 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:49 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b[33317]: 2024-04-14T16:04:49.661+0000 7f8931fce200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-14T16:04:50.148 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:04:49 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b[33317]: 2024-04-14T16:04:49.877+0000 7f8931fce200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-14T16:04:50.347 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:50 smithi129 ceph-mon[29672]: from='client.14206 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi129:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T16:04:50.347 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:50 smithi129 ceph-mon[29672]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:50.347 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:50 smithi129 ceph-mon[29672]: Standby manager daemon b started 2024-04-14T16:04:50.347 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:50 smithi129 ceph-mon[29672]: from='mgr.? 172.21.15.191:0/3694693909' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-14T16:04:50.347 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:50 smithi129 ceph-mon[29672]: from='mgr.? 172.21.15.191:0/3694693909' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-14T16:04:50.347 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:50 smithi129 ceph-mon[29672]: from='mgr.? 172.21.15.191:0/3694693909' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-14T16:04:50.347 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:50 smithi129 ceph-mon[29672]: from='mgr.? 172.21.15.191:0/3694693909' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-14T16:04:50.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:50 smithi191 ceph-mon[31451]: from='client.14206 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi129:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T16:04:50.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:50 smithi191 ceph-mon[31451]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:50.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:50 smithi191 ceph-mon[31451]: Standby manager daemon b started 2024-04-14T16:04:50.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:50 smithi191 ceph-mon[31451]: from='mgr.? 172.21.15.191:0/3694693909' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-14T16:04:50.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:50 smithi191 ceph-mon[31451]: from='mgr.? 172.21.15.191:0/3694693909' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-14T16:04:50.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:50 smithi191 ceph-mon[31451]: from='mgr.? 172.21.15.191:0/3694693909' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-14T16:04:50.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:50 smithi191 ceph-mon[31451]: from='mgr.? 172.21.15.191:0/3694693909' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-14T16:04:51.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:51 smithi191 ceph-mon[31451]: mgrmap e14: a(active, since 57s), standbys: b 2024-04-14T16:04:51.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:51 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-14T16:04:51.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:51 smithi129 ceph-mon[29672]: mgrmap e14: a(active, since 57s), standbys: b 2024-04-14T16:04:51.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:51 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-14T16:04:52.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:52 smithi191 ceph-mon[31451]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:52.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:52 smithi191 ceph-mon[31451]: from='client.? 172.21.15.129:0/3838222659' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "46ecc88b-384e-4716-98d1-257589e7ed84"}]: dispatch 2024-04-14T16:04:52.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:52 smithi191 ceph-mon[31451]: from='client.? 172.21.15.129:0/3838222659' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "46ecc88b-384e-4716-98d1-257589e7ed84"}]': finished 2024-04-14T16:04:52.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:52 smithi191 ceph-mon[31451]: osdmap e5: 1 total, 0 up, 1 in 2024-04-14T16:04:52.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:52 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T16:04:52.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:52 smithi191 ceph-mon[31451]: from='client.? 172.21.15.129:0/3712371217' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-14T16:04:52.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:52 smithi129 ceph-mon[29672]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:52.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:52 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/3838222659' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "46ecc88b-384e-4716-98d1-257589e7ed84"}]: dispatch 2024-04-14T16:04:52.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:52 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/3838222659' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "46ecc88b-384e-4716-98d1-257589e7ed84"}]': finished 2024-04-14T16:04:52.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:52 smithi129 ceph-mon[29672]: osdmap e5: 1 total, 0 up, 1 in 2024-04-14T16:04:52.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:52 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T16:04:52.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:52 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/3712371217' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-14T16:04:54.647 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:54 smithi191 ceph-mon[31451]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:54.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:54 smithi129 ceph-mon[29672]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:56.411 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:56 smithi129 ceph-mon[29672]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:56.647 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:56 smithi191 ceph-mon[31451]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:58.609 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:58 smithi129 ceph-mon[29672]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:58.609 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:58 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-14T16:04:58.609 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:58 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:58.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:58 smithi191 ceph-mon[31451]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:04:58.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:58 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-14T16:04:58.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:58 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:04:59.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:04:59 smithi129 ceph-mon[29672]: Deploying daemon osd.0 on smithi129 2024-04-14T16:04:59.670 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:04:59 smithi191 ceph-mon[31451]: Deploying daemon osd.0 on smithi129 2024-04-14T16:05:00.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:00 smithi191 ceph-mon[31451]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:05:00.670 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:00 smithi129 ceph-mon[29672]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:05:02.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:02 smithi129 ceph-mon[29672]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:05:02.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:02 smithi191 ceph-mon[31451]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:05:04.621 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:04 smithi191 ceph-mon[31451]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:05:04.622 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:04 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:04.622 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:04 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:04.622 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:04 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:04.622 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:04 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:04.622 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:04 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:04.622 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:04 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:05:04.622 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:04 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:05:04.622 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:04 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:05:04.622 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:04 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:04.736 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:04 smithi129 ceph-mon[29672]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:05:04.736 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:04 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:04.736 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:04 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:04.736 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:04 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:04.736 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:04 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:04.736 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:04 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:04.736 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:04 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:05:04.736 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:04 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:05:04.736 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:04 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:05:04.736 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:04 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:05.495 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:05 smithi191 ceph-mon[31451]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:05:05.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:05 smithi129 ceph-mon[29672]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:05:06.949 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:06 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:06.949 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:06 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:06.949 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:06 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:06.949 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:06 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:06.949 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:06 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:06.949 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:06 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:07.148 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:06 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:07.148 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:06 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:07.148 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:06 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:07.148 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:06 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:07.148 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:06 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:07.148 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:06 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:07.958 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:07 smithi129 ceph-mon[29672]: Detected new or changed devices on smithi129 2024-04-14T16:05:07.958 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:07 smithi129 ceph-mon[29672]: from='osd.0 [v2:172.21.15.129:6802/164695745,v1:172.21.15.129:6803/164695745]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-14T16:05:07.958 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:07 smithi129 ceph-mon[29672]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:05:07.959 INFO:teuthology.orchestra.run.smithi129.stdout:Created osd(s) 0 on host 'smithi129' 2024-04-14T16:05:08.148 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:07 smithi191 ceph-mon[31451]: Detected new or changed devices on smithi129 2024-04-14T16:05:08.148 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:07 smithi191 ceph-mon[31451]: from='osd.0 [v2:172.21.15.129:6802/164695745,v1:172.21.15.129:6803/164695745]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-14T16:05:08.148 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:07 smithi191 ceph-mon[31451]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:05:08.567 DEBUG:teuthology.orchestra.run.smithi129:osd.0> sudo journalctl -f -n 0 -u ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@osd.0.service 2024-04-14T16:05:08.569 INFO:tasks.cephadm:Deploying osd.1 on smithi191 with /dev/vg_nvme/lv_4... 2024-04-14T16:05:08.569 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-14T16:05:08.818 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.b/config 2024-04-14T16:05:08.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:08 smithi191 ceph-mon[31451]: from='osd.0 [v2:172.21.15.129:6802/164695745,v1:172.21.15.129:6803/164695745]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-14T16:05:08.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:08 smithi191 ceph-mon[31451]: osdmap e6: 1 total, 0 up, 1 in 2024-04-14T16:05:08.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:08 smithi191 ceph-mon[31451]: from='osd.0 [v2:172.21.15.129:6802/164695745,v1:172.21.15.129:6803/164695745]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-04-14T16:05:08.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:08 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T16:05:08.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:08 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:08.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:08 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:08.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:08 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:05:08.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:08 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-14T16:05:08.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:08 smithi191 ceph-mon[31451]: Adjusting osd_memory_target on smithi129 to 16064M 2024-04-14T16:05:08.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:08 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:08.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:08 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:05:08.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:08 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:05:08.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:08 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:09.070 INFO:journalctl@ceph.osd.0.smithi129.stdout:Apr 14 16:05:08 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-osd-0[39616]: 2024-04-14T16:05:08.818+0000 7f9f04db1700 -1 osd.0 0 waiting for initial osdmap 2024-04-14T16:05:09.070 INFO:journalctl@ceph.osd.0.smithi129.stdout:Apr 14 16:05:08 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-osd-0[39616]: 2024-04-14T16:05:08.821+0000 7f9f00ba4700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-14T16:05:09.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:08 smithi129 ceph-mon[29672]: from='osd.0 [v2:172.21.15.129:6802/164695745,v1:172.21.15.129:6803/164695745]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-14T16:05:09.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:08 smithi129 ceph-mon[29672]: osdmap e6: 1 total, 0 up, 1 in 2024-04-14T16:05:09.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:08 smithi129 ceph-mon[29672]: from='osd.0 [v2:172.21.15.129:6802/164695745,v1:172.21.15.129:6803/164695745]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-04-14T16:05:09.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:08 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T16:05:09.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:08 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:09.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:08 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:09.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:08 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:05:09.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:08 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-14T16:05:09.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:08 smithi129 ceph-mon[29672]: Adjusting osd_memory_target on smithi129 to 16064M 2024-04-14T16:05:09.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:08 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:09.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:08 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:05:09.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:08 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:05:09.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:08 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:10.066 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:09 smithi191 ceph-mon[31451]: from='osd.0 [v2:172.21.15.129:6802/164695745,v1:172.21.15.129:6803/164695745]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2024-04-14T16:05:10.066 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:09 smithi191 ceph-mon[31451]: osdmap e7: 1 total, 0 up, 1 in 2024-04-14T16:05:10.067 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:09 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T16:05:10.067 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:09 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T16:05:10.067 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:09 smithi191 ceph-mon[31451]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:05:10.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:09 smithi129 ceph-mon[29672]: from='osd.0 [v2:172.21.15.129:6802/164695745,v1:172.21.15.129:6803/164695745]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2024-04-14T16:05:10.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:09 smithi129 ceph-mon[29672]: osdmap e7: 1 total, 0 up, 1 in 2024-04-14T16:05:10.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:09 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T16:05:10.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:09 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T16:05:10.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:09 smithi129 ceph-mon[29672]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T16:05:10.672 INFO:teuthology.orchestra.run.smithi191.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-14T16:05:10.672 INFO:teuthology.orchestra.run.smithi191.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-14T16:05:10.672 INFO:teuthology.orchestra.run.smithi191.stderr: stderr: 10+0 records in 2024-04-14T16:05:10.672 INFO:teuthology.orchestra.run.smithi191.stderr:10+0 records out 2024-04-14T16:05:10.672 INFO:teuthology.orchestra.run.smithi191.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0112779 s, 930 MB/s 2024-04-14T16:05:10.673 INFO:teuthology.orchestra.run.smithi191.stderr:--> Zapping successful for: 2024-04-14T16:05:10.985 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:10 smithi191 ceph-mon[31451]: purged_snaps scrub starts 2024-04-14T16:05:10.985 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:10 smithi191 ceph-mon[31451]: purged_snaps scrub ok 2024-04-14T16:05:10.985 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:10 smithi191 ceph-mon[31451]: osd.0 [v2:172.21.15.129:6802/164695745,v1:172.21.15.129:6803/164695745] boot 2024-04-14T16:05:10.985 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:10 smithi191 ceph-mon[31451]: osdmap e8: 1 total, 1 up, 1 in 2024-04-14T16:05:10.985 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:10 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T16:05:11.255 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph orch daemon add osd smithi191:vg_nvme/lv_4 2024-04-14T16:05:11.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:10 smithi129 ceph-mon[29672]: purged_snaps scrub starts 2024-04-14T16:05:11.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:10 smithi129 ceph-mon[29672]: purged_snaps scrub ok 2024-04-14T16:05:11.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:10 smithi129 ceph-mon[29672]: osd.0 [v2:172.21.15.129:6802/164695745,v1:172.21.15.129:6803/164695745] boot 2024-04-14T16:05:11.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:10 smithi129 ceph-mon[29672]: osdmap e8: 1 total, 1 up, 1 in 2024-04-14T16:05:11.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:10 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T16:05:11.489 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.b/config 2024-04-14T16:05:11.889 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:11 smithi191 ceph-mon[31451]: osdmap e9: 1 total, 1 up, 1 in 2024-04-14T16:05:11.889 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:11 smithi191 ceph-mon[31451]: pgmap v38: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:12.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:11 smithi129 ceph-mon[29672]: osdmap e9: 1 total, 1 up, 1 in 2024-04-14T16:05:12.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:11 smithi129 ceph-mon[29672]: pgmap v38: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:13.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:13 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-14T16:05:13.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:13 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-14T16:05:13.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:13 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:05:13.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:13 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-14T16:05:13.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:13 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-14T16:05:13.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:13 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:05:14.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:14 smithi191 ceph-mon[31451]: from='client.24121 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T16:05:14.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:14 smithi191 ceph-mon[31451]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:14.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:14 smithi129 ceph-mon[29672]: from='client.24121 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T16:05:14.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:14 smithi129 ceph-mon[29672]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:16.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:16 smithi191 ceph-mon[31451]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:16.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:16 smithi191 ceph-mon[31451]: from='client.? 172.21.15.191:0/1360860254' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e40f2c07-e829-41b6-b7fe-493e47a42589"}]: dispatch 2024-04-14T16:05:16.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:16 smithi191 ceph-mon[31451]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e40f2c07-e829-41b6-b7fe-493e47a42589"}]: dispatch 2024-04-14T16:05:16.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:16 smithi191 ceph-mon[31451]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e40f2c07-e829-41b6-b7fe-493e47a42589"}]': finished 2024-04-14T16:05:16.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:16 smithi191 ceph-mon[31451]: osdmap e10: 2 total, 1 up, 2 in 2024-04-14T16:05:16.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:16 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T16:05:16.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:16 smithi129 ceph-mon[29672]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:16.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:16 smithi129 ceph-mon[29672]: from='client.? 172.21.15.191:0/1360860254' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e40f2c07-e829-41b6-b7fe-493e47a42589"}]: dispatch 2024-04-14T16:05:16.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:16 smithi129 ceph-mon[29672]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e40f2c07-e829-41b6-b7fe-493e47a42589"}]: dispatch 2024-04-14T16:05:16.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:16 smithi129 ceph-mon[29672]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e40f2c07-e829-41b6-b7fe-493e47a42589"}]': finished 2024-04-14T16:05:16.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:16 smithi129 ceph-mon[29672]: osdmap e10: 2 total, 1 up, 2 in 2024-04-14T16:05:16.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:16 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T16:05:17.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:17 smithi191 ceph-mon[31451]: from='client.? 172.21.15.191:0/2798991342' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-14T16:05:17.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:17 smithi129 ceph-mon[29672]: from='client.? 172.21.15.191:0/2798991342' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-14T16:05:18.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:18 smithi191 ceph-mon[31451]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:18.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:18 smithi129 ceph-mon[29672]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:20.397 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:20 smithi191 ceph-mon[31451]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:20.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:20 smithi129 ceph-mon[29672]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:22.635 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:22 smithi191 ceph-mon[31451]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:22.635 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:22 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-14T16:05:22.635 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:22 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:05:22.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:22 smithi129 ceph-mon[29672]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:22.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:22 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-14T16:05:22.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:22 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:05:23.446 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:23 smithi191 ceph-mon[31451]: Deploying daemon osd.1 on smithi191 2024-04-14T16:05:23.588 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:23 smithi129 ceph-mon[29672]: Deploying daemon osd.1 on smithi191 2024-04-14T16:05:24.516 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:24 smithi129 ceph-mon[29672]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:24.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:24 smithi191 ceph-mon[31451]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:26.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:26 smithi191 ceph-mon[31451]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:26.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:26 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:26.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:26 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:26.649 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:26 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:26.649 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:26 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:26.649 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:26 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:26.649 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:26 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:26.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:26 smithi129 ceph-mon[29672]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:26.821 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:26 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:26.821 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:26 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:26.821 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:26 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:26.821 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:26 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:26.821 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:26 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:26.821 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:26 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:28.574 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:28 smithi191 ceph-mon[31451]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:28.574 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:28 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:28.574 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:28 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:28.574 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:28 smithi191 ceph-mon[31451]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:28.575 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:28 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:28.575 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:28 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:05:28.575 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:28 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:05:28.575 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:28 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:05:28.575 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:28 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:28.575 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:28 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-14T16:05:28.575 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:28 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:05:28.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:28 smithi129 ceph-mon[29672]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:28.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:28 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:28.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:28 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:28.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:28 smithi129 ceph-mon[29672]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:28.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:28 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:28.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:28 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:05:28.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:28 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:05:28.821 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:28 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:05:28.821 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:28 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:28.821 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:28 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-14T16:05:28.821 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:28 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:05:29.519 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:29 smithi191 ceph-mon[31451]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:29.519 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:29 smithi191 ceph-mon[31451]: Reconfiguring osd.1 (unknown last config time)... 2024-04-14T16:05:29.519 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:29 smithi191 ceph-mon[31451]: Reconfiguring daemon osd.1 on smithi191 2024-04-14T16:05:29.519 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:29 smithi191 ceph-mon[31451]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-14T16:05:29.519 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:29 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:29.519 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:29 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:29.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:29 smithi129 ceph-mon[29672]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:29.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:29 smithi129 ceph-mon[29672]: Reconfiguring osd.1 (unknown last config time)... 2024-04-14T16:05:29.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:29 smithi129 ceph-mon[29672]: Reconfiguring daemon osd.1 on smithi191 2024-04-14T16:05:29.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:29 smithi129 ceph-mon[29672]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-14T16:05:29.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:29 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:29.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:29 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:31.647 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:31 smithi191 ceph-mon[31451]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:31.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:31 smithi129 ceph-mon[29672]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:32.069 INFO:teuthology.orchestra.run.smithi191.stdout:Created osd(s) 1 on host 'smithi191' 2024-04-14T16:05:32.647 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:32 smithi191 ceph-mon[31451]: from='osd.1 [v2:172.21.15.191:6800/3148657738,v1:172.21.15.191:6801/3148657738]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-14T16:05:32.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:32 smithi191 ceph-mon[31451]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-14T16:05:32.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:32 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:32.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:32 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:32.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:32 smithi129 ceph-mon[29672]: from='osd.1 [v2:172.21.15.191:6800/3148657738,v1:172.21.15.191:6801/3148657738]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-14T16:05:32.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:32 smithi129 ceph-mon[29672]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-14T16:05:32.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:32 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:32.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:32 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:33.627 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:33 smithi191 ceph-mon[31451]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:33.627 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:33 smithi191 ceph-mon[31451]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-14T16:05:33.627 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:33 smithi191 ceph-mon[31451]: from='osd.1 [v2:172.21.15.191:6800/3148657738,v1:172.21.15.191:6801/3148657738]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-04-14T16:05:33.627 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:33 smithi191 ceph-mon[31451]: osdmap e11: 2 total, 1 up, 2 in 2024-04-14T16:05:33.627 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:33 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T16:05:33.627 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:33 smithi191 ceph-mon[31451]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-04-14T16:05:33.627 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:33 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:33.628 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:33 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:33.815 DEBUG:teuthology.orchestra.run.smithi191:osd.1> sudo journalctl -f -n 0 -u ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@osd.1.service 2024-04-14T16:05:33.817 INFO:tasks.cephadm:Waiting for 2 OSDs to come up... 2024-04-14T16:05:33.817 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph osd stat -f json 2024-04-14T16:05:33.821 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:33 smithi129 ceph-mon[29672]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:33.821 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:33 smithi129 ceph-mon[29672]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-14T16:05:33.821 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:33 smithi129 ceph-mon[29672]: from='osd.1 [v2:172.21.15.191:6800/3148657738,v1:172.21.15.191:6801/3148657738]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-04-14T16:05:33.821 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:33 smithi129 ceph-mon[29672]: osdmap e11: 2 total, 1 up, 2 in 2024-04-14T16:05:33.821 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:33 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T16:05:33.821 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:33 smithi129 ceph-mon[29672]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-04-14T16:05:33.821 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:33 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:33.821 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:33 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:34.066 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:05:34.478 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:34 smithi129 ceph-mon[29672]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-04-14T16:05:34.478 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:34 smithi129 ceph-mon[29672]: osdmap e12: 2 total, 1 up, 2 in 2024-04-14T16:05:34.478 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:34 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T16:05:34.478 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:34 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T16:05:34.478 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:34 smithi129 ceph-mon[29672]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:34.478 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:34 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:05:34.478 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:34 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-14T16:05:34.478 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:34 smithi129 ceph-mon[29672]: Adjusting osd_memory_target on smithi191 to 16064M 2024-04-14T16:05:34.479 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:34 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:34.479 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:34 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:05:34.479 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:34 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:05:34.479 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:34 smithi129 ceph-mon[29672]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:34.479 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:34 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:34.479 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:34 smithi129 ceph-mon[29672]: from='osd.1 ' entity='osd.1' 2024-04-14T16:05:34.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:34 smithi191 ceph-mon[31451]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-04-14T16:05:34.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:34 smithi191 ceph-mon[31451]: osdmap e12: 2 total, 1 up, 2 in 2024-04-14T16:05:34.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:34 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T16:05:34.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:34 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T16:05:34.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:34 smithi191 ceph-mon[31451]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:34.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:34 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:05:34.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:34 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-14T16:05:34.649 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:34 smithi191 ceph-mon[31451]: Adjusting osd_memory_target on smithi191 to 16064M 2024-04-14T16:05:34.649 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:34 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:34.649 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:34 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:05:34.649 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:34 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:05:34.649 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:34 smithi191 ceph-mon[31451]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T16:05:34.649 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:34 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:34.649 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:34 smithi191 ceph-mon[31451]: from='osd.1 ' entity='osd.1' 2024-04-14T16:05:35.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:35 smithi191 ceph-mon[31451]: purged_snaps scrub starts 2024-04-14T16:05:35.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:35 smithi191 ceph-mon[31451]: purged_snaps scrub ok 2024-04-14T16:05:35.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:35 smithi191 ceph-mon[31451]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-14T16:05:35.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:35 smithi191 ceph-mon[31451]: Cluster is now healthy 2024-04-14T16:05:35.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:35 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T16:05:35.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:35 smithi191 ceph-mon[31451]: osd.1 [v2:172.21.15.191:6800/3148657738,v1:172.21.15.191:6801/3148657738] boot 2024-04-14T16:05:35.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:35 smithi191 ceph-mon[31451]: osdmap e13: 2 total, 2 up, 2 in 2024-04-14T16:05:35.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:35 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T16:05:35.722 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:05:35.723 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:35 smithi129 ceph-mon[29672]: purged_snaps scrub starts 2024-04-14T16:05:35.723 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:35 smithi129 ceph-mon[29672]: purged_snaps scrub ok 2024-04-14T16:05:35.723 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:35 smithi129 ceph-mon[29672]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-14T16:05:35.723 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:35 smithi129 ceph-mon[29672]: Cluster is now healthy 2024-04-14T16:05:35.723 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:35 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T16:05:35.723 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:35 smithi129 ceph-mon[29672]: osd.1 [v2:172.21.15.191:6800/3148657738,v1:172.21.15.191:6801/3148657738] boot 2024-04-14T16:05:35.723 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:35 smithi129 ceph-mon[29672]: osdmap e13: 2 total, 2 up, 2 in 2024-04-14T16:05:35.724 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:35 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T16:05:36.265 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":13,"num_osds":2,"num_up_osds":2,"osd_up_since":1713110734,"num_in_osds":2,"osd_in_since":1713110715,"num_remapped_pgs":0} 2024-04-14T16:05:36.265 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph osd dump --format=json 2024-04-14T16:05:36.510 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:05:36.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:36 smithi129 ceph-mon[29672]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:05:36.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:36 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/2374158107' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-14T16:05:36.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:36 smithi191 ceph-mon[31451]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:05:36.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:36 smithi191 ceph-mon[31451]: from='client.? 172.21.15.129:0/2374158107' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-14T16:05:37.561 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:37 smithi129 ceph-mon[29672]: osdmap e14: 2 total, 2 up, 2 in 2024-04-14T16:05:37.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:37 smithi191 ceph-mon[31451]: osdmap e14: 2 total, 2 up, 2 in 2024-04-14T16:05:38.196 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:05:38.196 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":14,"fsid":"55bd5fb6-fa78-11ee-bc8e-c7b262605968","created":"2024-04-14T16:02:51.726972+0000","modified":"2024-04-14T16:05:36.370072+0000","last_up_change":"2024-04-14T16:05:34.796668+0000","last_in_change":"2024-04-14T16:05:15.794739+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":6,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"46ecc88b-384e-4716-98d1-257589e7ed84","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6802","nonce":164695745},{"type":"v1","addr":"172.21.15.129:6803","nonce":164695745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6804","nonce":164695745},{"type":"v1","addr":"172.21.15.129:6805","nonce":164695745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6808","nonce":164695745},{"type":"v1","addr":"172.21.15.129:6809","nonce":164695745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6806","nonce":164695745},{"type":"v1","addr":"172.21.15.129:6807","nonce":164695745}]},"public_addr":"172.21.15.129:6803/164695745","cluster_addr":"172.21.15.129:6805/164695745","heartbeat_back_addr":"172.21.15.129:6809/164695745","heartbeat_front_addr":"172.21.15.129:6807/164695745","state":["exists","up"]},{"osd":1,"uuid":"e40f2c07-e829-41b6-b7fe-493e47a42589","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.191:6800","nonce":3148657738},{"type":"v1","addr":"172.21.15.191:6801","nonce":3148657738}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6802","nonce":3148657738},{"type":"v1","addr":"172.21.15.191:6803","nonce":3148657738}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6806","nonce":3148657738},{"type":"v1","addr":"172.21.15.191:6807","nonce":3148657738}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6804","nonce":3148657738},{"type":"v1","addr":"172.21.15.191:6805","nonce":3148657738}]},"public_addr":"172.21.15.191:6801/3148657738","cluster_addr":"172.21.15.191:6803/3148657738","heartbeat_back_addr":"172.21.15.191:6807/3148657738","heartbeat_front_addr":"172.21.15.191:6805/3148657738","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-14T16:05:08.009981+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-14T16:05:32.744653+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.129:0/511822532":"2024-04-15T16:03:53.250075+0000","172.21.15.129:0/350520159":"2024-04-15T16:03:53.250075+0000","172.21.15.129:0/570974873":"2024-04-15T16:03:26.877276+0000","172.21.15.129:0/829767699":"2024-04-15T16:03:53.250075+0000","172.21.15.129:6800/3158162259":"2024-04-15T16:03:53.250075+0000","172.21.15.129:0/2192304723":"2024-04-15T16:03:26.877276+0000","172.21.15.129:6800/3125145046":"2024-04-15T16:03:26.877276+0000","172.21.15.129:6801/3125145046":"2024-04-15T16:03:26.877276+0000","172.21.15.129:6801/3158162259":"2024-04-15T16:03:53.250075+0000","172.21.15.129:0/3041422817":"2024-04-15T16:03:26.877276+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-14T16:05:38.492 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:38 smithi129 ceph-mon[29672]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:05:38.493 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:38 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/970631302' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-14T16:05:38.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:38 smithi191 ceph-mon[31451]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:05:38.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:38 smithi191 ceph-mon[31451]: from='client.? 172.21.15.129:0/970631302' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-14T16:05:38.821 INFO:tasks.cephadm.ceph_manager.ceph:[] 2024-04-14T16:05:38.821 INFO:tasks.cephadm:Setting up client nodes... 2024-04-14T16:05:38.821 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-14T16:05:38.821 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-14T16:05:38.822 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph mgr dump --format=json 2024-04-14T16:05:39.056 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:05:40.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:40 smithi129 ceph-mon[29672]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:05:40.882 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:05:40.897 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:40 smithi191 ceph-mon[31451]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:05:41.500 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":14,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6800","nonce":2122091771},{"type":"v1","addr":"172.21.15.129:6801","nonce":2122091771}]},"active_addr":"172.21.15.129:6801/2122091771","active_change":"2024-04-14T16:03:53.250233+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24105,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.129: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":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.129:0","nonce":178552927}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.129:0","nonce":4028969649}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.129:0","nonce":983765567}]}]} 2024-04-14T16:05:41.506 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-14T16:05:41.506 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-14T16:05:41.506 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph osd dump --format=json 2024-04-14T16:05:41.740 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:05:41.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:41 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/852418481' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-14T16:05:41.897 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:41 smithi191 ceph-mon[31451]: from='client.? 172.21.15.129:0/852418481' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-14T16:05:42.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:42 smithi129 ceph-mon[29672]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:05:42.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:42 smithi191 ceph-mon[31451]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:05:44.549 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:05:44.549 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":14,"fsid":"55bd5fb6-fa78-11ee-bc8e-c7b262605968","created":"2024-04-14T16:02:51.726972+0000","modified":"2024-04-14T16:05:36.370072+0000","last_up_change":"2024-04-14T16:05:34.796668+0000","last_in_change":"2024-04-14T16:05:15.794739+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":6,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"46ecc88b-384e-4716-98d1-257589e7ed84","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6802","nonce":164695745},{"type":"v1","addr":"172.21.15.129:6803","nonce":164695745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6804","nonce":164695745},{"type":"v1","addr":"172.21.15.129:6805","nonce":164695745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6808","nonce":164695745},{"type":"v1","addr":"172.21.15.129:6809","nonce":164695745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6806","nonce":164695745},{"type":"v1","addr":"172.21.15.129:6807","nonce":164695745}]},"public_addr":"172.21.15.129:6803/164695745","cluster_addr":"172.21.15.129:6805/164695745","heartbeat_back_addr":"172.21.15.129:6809/164695745","heartbeat_front_addr":"172.21.15.129:6807/164695745","state":["exists","up"]},{"osd":1,"uuid":"e40f2c07-e829-41b6-b7fe-493e47a42589","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.191:6800","nonce":3148657738},{"type":"v1","addr":"172.21.15.191:6801","nonce":3148657738}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6802","nonce":3148657738},{"type":"v1","addr":"172.21.15.191:6803","nonce":3148657738}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6806","nonce":3148657738},{"type":"v1","addr":"172.21.15.191:6807","nonce":3148657738}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6804","nonce":3148657738},{"type":"v1","addr":"172.21.15.191:6805","nonce":3148657738}]},"public_addr":"172.21.15.191:6801/3148657738","cluster_addr":"172.21.15.191:6803/3148657738","heartbeat_back_addr":"172.21.15.191:6807/3148657738","heartbeat_front_addr":"172.21.15.191:6805/3148657738","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-14T16:05:08.009981+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-14T16:05:32.744653+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.129:0/511822532":"2024-04-15T16:03:53.250075+0000","172.21.15.129:0/350520159":"2024-04-15T16:03:53.250075+0000","172.21.15.129:0/570974873":"2024-04-15T16:03:26.877276+0000","172.21.15.129:0/829767699":"2024-04-15T16:03:53.250075+0000","172.21.15.129:6800/3158162259":"2024-04-15T16:03:53.250075+0000","172.21.15.129:0/2192304723":"2024-04-15T16:03:26.877276+0000","172.21.15.129:6800/3125145046":"2024-04-15T16:03:26.877276+0000","172.21.15.129:6801/3125145046":"2024-04-15T16:03:26.877276+0000","172.21.15.129:6801/3158162259":"2024-04-15T16:03:53.250075+0000","172.21.15.129:0/3041422817":"2024-04-15T16:03:26.877276+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-14T16:05:44.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:44 smithi129 ceph-mon[29672]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:05:44.897 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:44 smithi191 ceph-mon[31451]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:05:45.362 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-14T16:05:45.362 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph osd dump --format=json 2024-04-14T16:05:45.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:45 smithi191 ceph-mon[31451]: from='client.? 172.21.15.129:0/3288166184' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-14T16:05:45.655 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:45 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/3288166184' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-14T16:05:46.038 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:05:47.230 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:47 smithi129 ceph-mon[29672]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:05:47.231 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:47 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:47.231 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:47 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:47.231 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:47 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:47.231 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:47 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:47.231 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:47 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:47.231 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:47 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:47.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:47 smithi191 ceph-mon[31451]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:05:47.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:47 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:47.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:47 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:47.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:47 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:47.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:47 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:47.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:47 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:47.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:47 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:05:47.631 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:05:47.631 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":14,"fsid":"55bd5fb6-fa78-11ee-bc8e-c7b262605968","created":"2024-04-14T16:02:51.726972+0000","modified":"2024-04-14T16:05:36.370072+0000","last_up_change":"2024-04-14T16:05:34.796668+0000","last_in_change":"2024-04-14T16:05:15.794739+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":6,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"46ecc88b-384e-4716-98d1-257589e7ed84","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6802","nonce":164695745},{"type":"v1","addr":"172.21.15.129:6803","nonce":164695745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6804","nonce":164695745},{"type":"v1","addr":"172.21.15.129:6805","nonce":164695745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6808","nonce":164695745},{"type":"v1","addr":"172.21.15.129:6809","nonce":164695745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6806","nonce":164695745},{"type":"v1","addr":"172.21.15.129:6807","nonce":164695745}]},"public_addr":"172.21.15.129:6803/164695745","cluster_addr":"172.21.15.129:6805/164695745","heartbeat_back_addr":"172.21.15.129:6809/164695745","heartbeat_front_addr":"172.21.15.129:6807/164695745","state":["exists","up"]},{"osd":1,"uuid":"e40f2c07-e829-41b6-b7fe-493e47a42589","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.191:6800","nonce":3148657738},{"type":"v1","addr":"172.21.15.191:6801","nonce":3148657738}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6802","nonce":3148657738},{"type":"v1","addr":"172.21.15.191:6803","nonce":3148657738}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6806","nonce":3148657738},{"type":"v1","addr":"172.21.15.191:6807","nonce":3148657738}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6804","nonce":3148657738},{"type":"v1","addr":"172.21.15.191:6805","nonce":3148657738}]},"public_addr":"172.21.15.191:6801/3148657738","cluster_addr":"172.21.15.191:6803/3148657738","heartbeat_back_addr":"172.21.15.191:6807/3148657738","heartbeat_front_addr":"172.21.15.191:6805/3148657738","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-14T16:05:08.009981+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-14T16:05:32.744653+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.129:0/511822532":"2024-04-15T16:03:53.250075+0000","172.21.15.129:0/350520159":"2024-04-15T16:03:53.250075+0000","172.21.15.129:0/570974873":"2024-04-15T16:03:26.877276+0000","172.21.15.129:0/829767699":"2024-04-15T16:03:53.250075+0000","172.21.15.129:6800/3158162259":"2024-04-15T16:03:53.250075+0000","172.21.15.129:0/2192304723":"2024-04-15T16:03:26.877276+0000","172.21.15.129:6800/3125145046":"2024-04-15T16:03:26.877276+0000","172.21.15.129:6801/3125145046":"2024-04-15T16:03:26.877276+0000","172.21.15.129:6801/3158162259":"2024-04-15T16:03:53.250075+0000","172.21.15.129:0/3041422817":"2024-04-15T16:03:26.877276+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-14T16:05:48.196 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-14T16:05:48.196 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-14T16:05:48.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:48 smithi191 ceph-mon[31451]: Detected new or changed devices on smithi191 2024-04-14T16:05:48.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:48 smithi191 ceph-mon[31451]: from='client.? 172.21.15.129:0/1571188785' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-14T16:05:48.452 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:05:48.452 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:05:48.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:48 smithi129 ceph-mon[29672]: Detected new or changed devices on smithi191 2024-04-14T16:05:48.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:48 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/1571188785' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-14T16:05:49.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:49 smithi191 ceph-mon[31451]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:05:49.490 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:49 smithi129 ceph-mon[29672]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:05:51.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:51 smithi191 ceph-mon[31451]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:05:51.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:51 smithi129 ceph-mon[29672]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:05:51.630 INFO:teuthology.orchestra.run.smithi129.stdout:55834574855 2024-04-14T16:05:51.631 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-14T16:05:52.212 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:05:52.242 INFO:teuthology.orchestra.run.smithi129.stdout:34359738380 2024-04-14T16:05:52.243 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-14T16:05:53.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:53 smithi191 ceph-mon[31451]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:05:53.408 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:53 smithi129 ceph-mon[29672]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:05:53.830 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:05:53.996 INFO:teuthology.orchestra.run.smithi129.stdout:55834574855 2024-04-14T16:05:54.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:54 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/1948238622' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-14T16:05:54.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:54 smithi191 ceph-mon[31451]: from='client.? 172.21.15.129:0/1948238622' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-14T16:05:54.581 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574855 got 55834574855 for osd.1 2024-04-14T16:05:54.582 DEBUG:teuthology.parallel:result is None 2024-04-14T16:05:55.317 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:55 smithi129 ceph-mon[29672]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:05:55.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:55 smithi191 ceph-mon[31451]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:05:55.996 INFO:teuthology.orchestra.run.smithi129.stdout:34359738380 2024-04-14T16:05:56.283 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:56 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/3992033254' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-14T16:05:56.576 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738380 got 34359738380 for osd.0 2024-04-14T16:05:56.577 DEBUG:teuthology.parallel:result is None 2024-04-14T16:05:56.577 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-14T16:05:56.577 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph pg dump --format=json 2024-04-14T16:05:56.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:56 smithi191 ceph-mon[31451]: from='client.? 172.21.15.129:0/3992033254' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-14T16:05:56.822 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:05:57.226 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:57 smithi129 ceph-mon[29672]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:05:57.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:57 smithi191 ceph-mon[31451]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:05:58.469 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:05:58.472 INFO:teuthology.orchestra.run.smithi129.stderr:dumped all 2024-04-14T16:05:59.080 INFO:teuthology.orchestra.run.smithi129.stdout:{"pg_ready":true,"pg_map":{"version":69,"stamp":"2024-04-14T16:05:57.448813+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"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},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":0,"num_osds":2,"num_per_pool_osds":2,"num_per_pool_omap_osds":0,"kb":187490304,"kb_used":54288,"kb_used_data":240,"kb_used_omap":3,"kb_used_meta":54012,"kb_avail":187436016,"statfs":{"total":191990071296,"available":191934480384,"internally_reserved":0,"allocated":245760,"data_stored":60448,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3190,"internal_metadata":55309194},"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":"0.000000"},"pg_stats":[],"pool_stats":[],"osd_stats":[{"osd":1,"up_from":13,"seq":55834574856,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27144,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93718008,"statfs":{"total":95995035648,"available":95967240192,"internally_reserved":0,"allocated":122880,"data_stored":30224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0],"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":34359738381,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27144,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93718008,"statfs":{"total":95995035648,"available":95967240192,"internally_reserved":0,"allocated":122880,"data_stored":30224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[]}} 2024-04-14T16:05:59.080 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph pg dump --format=json 2024-04-14T16:05:59.316 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:05:59.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:05:59 smithi129 ceph-mon[29672]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:05:59.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:05:59 smithi191 ceph-mon[31451]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:00.533 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:00 smithi129 ceph-mon[29672]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:06:00.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:00 smithi191 ceph-mon[31451]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:06:01.080 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:06:01.082 INFO:teuthology.orchestra.run.smithi129.stderr:dumped all 2024-04-14T16:06:01.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:01 smithi129 ceph-mon[29672]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:01.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:01 smithi191 ceph-mon[31451]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:01.759 INFO:teuthology.orchestra.run.smithi129.stdout:{"pg_ready":true,"pg_map":{"version":70,"stamp":"2024-04-14T16:05:59.449145+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"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},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":0,"num_osds":2,"num_per_pool_osds":2,"num_per_pool_omap_osds":0,"kb":187490304,"kb_used":54288,"kb_used_data":240,"kb_used_omap":3,"kb_used_meta":54012,"kb_avail":187436016,"statfs":{"total":191990071296,"available":191934480384,"internally_reserved":0,"allocated":245760,"data_stored":60448,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3190,"internal_metadata":55309194},"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":"0.000000"},"pg_stats":[],"pool_stats":[],"osd_stats":[{"osd":1,"up_from":13,"seq":55834574856,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27144,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93718008,"statfs":{"total":95995035648,"available":95967240192,"internally_reserved":0,"allocated":122880,"data_stored":30224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0],"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":34359738381,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27144,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93718008,"statfs":{"total":95995035648,"available":95967240192,"internally_reserved":0,"allocated":122880,"data_stored":30224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[]}} 2024-04-14T16:06:01.759 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-14T16:06:01.759 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-14T16:06:01.759 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-14T16:06:01.760 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph health --format=json 2024-04-14T16:06:01.994 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:06:02.392 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:02 smithi129 ceph-mon[29672]: from='client.14276 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:06:02.397 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:02 smithi191 ceph-mon[31451]: from='client.14276 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:06:03.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:03 smithi129 ceph-mon[29672]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:03.647 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:03 smithi191 ceph-mon[31451]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:04.370 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:06:04.371 INFO:teuthology.orchestra.run.smithi129.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-14T16:06:05.460 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:05 smithi191 ceph-mon[31451]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:05.460 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:05 smithi191 ceph-mon[31451]: from='client.? 172.21.15.129:0/992612334' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-14T16:06:05.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:05 smithi129 ceph-mon[29672]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:05.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:05 smithi129 ceph-mon[29672]: from='client.? 172.21.15.129:0/992612334' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-14T16:06:05.637 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-14T16:06:05.638 INFO:tasks.cephadm:Setup complete, yielding 2024-04-14T16:06:05.638 INFO:teuthology.run_tasks:Running task exec... 2024-04-14T16:06:05.649 INFO:teuthology.task.exec:Executing custom commands... 2024-04-14T16:06:05.649 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi129.front.sepia.ceph.com 2024-04-14T16:06:05.649 DEBUG:teuthology.orchestra.run.smithi129:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'mkdir /etc/cephadm_testing' 2024-04-14T16:06:05.682 INFO:teuthology.task.exec:Running commands on role host.b host ubuntu@smithi191.front.sepia.ceph.com 2024-04-14T16:06:05.682 DEBUG:teuthology.orchestra.run.smithi191:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'mkdir /etc/cephadm_testing' 2024-04-14T16:06:05.715 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-04-14T16:06:05.729 INFO:tasks.cephadm:Applying spec(s): extra_container_args: - --cpus=2 extra_entrypoint_args: - --debug_ms 10 placement: host_pattern: '*' service_type: mon --- custom_configs: - content: "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n\ \ ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\n\ sleep infinity\n" mount_path: /root/write_thing_to_file.sh extra_container_args: - -v - /etc/cephadm_testing:/root/cephadm_testing extra_entrypoint_args: - /root/write_thing_to_file.sh - -c - testing_custom_containers - -o - /root/cephadm_testing/testing.txt placement: host_pattern: '*' service_id: foo service_type: container spec: entrypoint: bash image: quay.io/fedora/fedora:latest --- custom_configs: - content: 'set -e test -f /var/cache/bar/from.txt test -f /var/cache/bar/presized.dat echo ok > /var/cache/bar/primary.txt sleep infinity ' mount_path: /root/init_check.sh extra_entrypoint_args: - /root/init_check.sh placement: host_pattern: '*' service_id: bar service_type: container spec: dirs: - data entrypoint: bash image: quay.io/fedora/fedora:latest init_containers: - entrypoint: bash entrypoint_args: - argument: -c - argument: . /etc/os-release && echo from=$ID > /var/cache/bar/from.txt image: quay.io/centos/centos:latest volume_mounts: data: /var/cache/bar:z - entrypoint: bash entrypoint_args: - argument: -c - argument: test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat volume_mounts: data: /var/cache/bar:z volume_mounts: data: /var/cache/bar:z 2024-04-14T16:06:05.729 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph orch apply -i - 2024-04-14T16:06:06.297 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:06:06.785 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:06 smithi129 ceph-mon[29672]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:06.785 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:06 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:06.785 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:06 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:06.786 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:06 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:06.786 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:06 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:06.786 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:06 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:06.786 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:06 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:06.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:06 smithi191 ceph-mon[31451]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:06.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:06 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:06.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:06 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:06.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:06 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:06.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:06 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:06.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:06 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:06.899 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:06 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:08.115 INFO:teuthology.orchestra.run.smithi129.stdout:Scheduled mon update... 2024-04-14T16:06:08.115 INFO:teuthology.orchestra.run.smithi129.stdout:Scheduled container.foo update... 2024-04-14T16:06:08.116 INFO:teuthology.orchestra.run.smithi129.stdout:Scheduled container.bar update... 2024-04-14T16:06:08.711 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-04-14T16:06:08.720 INFO:tasks.cephadm:Waiting for ceph service mon to start (timeout 300)... 2024-04-14T16:06:08.721 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph orch ls -f json 2024-04-14T16:06:08.990 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:06:09.266 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:09 smithi129 ceph-mon[29672]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:09.266 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:09 smithi129 ceph-mon[29672]: from='client.14284 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T16:06:09.266 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:09 smithi129 ceph-mon[29672]: Saving service mon spec with placement * 2024-04-14T16:06:09.266 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:09 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:09.266 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:09 smithi129 ceph-mon[29672]: Saving service container.foo spec with placement * 2024-04-14T16:06:09.266 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:09 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:09.266 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:09 smithi129 ceph-mon[29672]: Saving service container.bar spec with placement * 2024-04-14T16:06:09.266 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:09 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:09.266 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:09 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:06:09.266 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:09 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:06:09.266 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:09 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:06:09.267 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:09 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:09.267 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:09 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:09.267 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:09 smithi129 ceph-mon[29672]: Deploying daemon container.foo.smithi129 on smithi129 2024-04-14T16:06:09.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:09 smithi191 ceph-mon[31451]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:09.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:09 smithi191 ceph-mon[31451]: from='client.14284 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T16:06:09.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:09 smithi191 ceph-mon[31451]: Saving service mon spec with placement * 2024-04-14T16:06:09.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:09 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:09.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:09 smithi191 ceph-mon[31451]: Saving service container.foo spec with placement * 2024-04-14T16:06:09.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:09 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:09.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:09 smithi191 ceph-mon[31451]: Saving service container.bar spec with placement * 2024-04-14T16:06:09.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:09 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:09.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:09 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:06:09.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:09 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:06:09.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:09 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:06:09.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:09 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:09.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:09 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:09.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:09 smithi191 ceph-mon[31451]: Deploying daemon container.foo.smithi129 on smithi129 2024-04-14T16:06:10.776 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:06:10.776 INFO:teuthology.orchestra.run.smithi129.stdout:[{"events": ["2024-04-14T16:04:18.333401Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-04-14T16:03:53.278563Z", "last_refresh": "2024-04-14T16:06:05.607759Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-04-14T16:06:08.114983Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-04-14T16:06:08.112168Z", "running": 0, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-04-14T16:06:08.111925Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-04-14T16:06:08.109274Z", "running": 0, "size": 2}}, {"events": ["2024-04-14T16:04:43.055821Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi129=a", "smithi191=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-14T16:04:40.345683Z", "last_refresh": "2024-04-14T16:06:05.607973Z", "running": 2, "size": 2}}, {"events": ["2024-04-14T16:06:08.166056Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-14T16:06:08.103477Z", "last_refresh": "2024-04-14T16:06:05.607893Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608", "last_refresh": "2024-04-14T16:06:05.608048Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-04-14T16:06:11.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:11 smithi191 ceph-mon[31451]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:11.441 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:11 smithi129 ceph-mon[29672]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:11.468 INFO:tasks.cephadm:mon has 2/2 2024-04-14T16:06:11.468 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-04-14T16:06:11.477 INFO:tasks.cephadm:Waiting for ceph service container.foo to start (timeout 300)... 2024-04-14T16:06:11.478 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph orch ls -f json 2024-04-14T16:06:11.722 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:06:12.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:12 smithi191 ceph-mon[31451]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:06:12.539 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:12 smithi129 ceph-mon[29672]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:06:13.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:13 smithi191 ceph-mon[31451]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:13.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:13 smithi129 ceph-mon[29672]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:13.604 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:06:13.604 INFO:teuthology.orchestra.run.smithi129.stdout:[{"events": ["2024-04-14T16:04:18.333401Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-04-14T16:03:53.278563Z", "last_refresh": "2024-04-14T16:06:05.607759Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-04-14T16:06:08.114983Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-04-14T16:06:08.112168Z", "running": 0, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-04-14T16:06:08.111925Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-04-14T16:06:08.109274Z", "running": 0, "size": 2}}, {"events": ["2024-04-14T16:04:43.055821Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi129=a", "smithi191=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-14T16:04:40.345683Z", "last_refresh": "2024-04-14T16:06:05.607973Z", "running": 2, "size": 2}}, {"events": ["2024-04-14T16:06:08.166056Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-14T16:06:08.103477Z", "last_refresh": "2024-04-14T16:06:05.607893Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608", "last_refresh": "2024-04-14T16:06:05.608048Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-04-14T16:06:15.185 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:15 smithi129 ceph-mon[29672]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:15.185 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:15 smithi129 ceph-mon[29672]: from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:06:15.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:15 smithi191 ceph-mon[31451]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:15.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:15 smithi191 ceph-mon[31451]: from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:06:15.613 INFO:tasks.cephadm:container.foo has 0/2 2024-04-14T16:06:16.615 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph orch ls -f json 2024-04-14T16:06:16.856 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:06:17.288 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:17 smithi129 ceph-mon[29672]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:17.288 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:17 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:17.288 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:17 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:17.288 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:17 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:17.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:17 smithi191 ceph-mon[31451]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:17.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:17 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:17.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:17 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:17.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:17 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:18.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:18 smithi129 ceph-mon[29672]: Deploying daemon container.foo.smithi191 on smithi191 2024-04-14T16:06:18.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:18 smithi191 ceph-mon[31451]: Deploying daemon container.foo.smithi191 on smithi191 2024-04-14T16:06:18.579 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:06:18.580 INFO:teuthology.orchestra.run.smithi129.stdout:[{"events": ["2024-04-14T16:04:18.333401Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-04-14T16:03:53.278563Z", "last_refresh": "2024-04-14T16:06:05.607759Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-04-14T16:06:08.114983Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-04-14T16:06:08.112168Z", "running": 0, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-04-14T16:06:16.648343Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-04-14T16:06:08.109274Z", "running": 0, "size": 2}}, {"events": ["2024-04-14T16:04:43.055821Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi129=a", "smithi191=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-14T16:04:40.345683Z", "last_refresh": "2024-04-14T16:06:05.607973Z", "running": 2, "size": 2}}, {"events": ["2024-04-14T16:06:08.166056Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-14T16:06:08.103477Z", "last_refresh": "2024-04-14T16:06:05.607893Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608", "last_refresh": "2024-04-14T16:06:05.608048Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-04-14T16:06:19.181 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:19 smithi129 ceph-mon[29672]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:19.211 INFO:tasks.cephadm:container.foo has 0/2 2024-04-14T16:06:19.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:19 smithi191 ceph-mon[31451]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:20.212 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph orch ls -f json 2024-04-14T16:06:20.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:20 smithi191 ceph-mon[31451]: from='client.14296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:06:20.461 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:06:20.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:20 smithi129 ceph-mon[29672]: from='client.14296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:06:21.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:21 smithi191 ceph-mon[31451]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:21.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:21 smithi129 ceph-mon[29672]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:22.313 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:06:22.313 INFO:teuthology.orchestra.run.smithi129.stdout:[{"events": ["2024-04-14T16:04:18.333401Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-04-14T16:03:53.278563Z", "last_refresh": "2024-04-14T16:06:05.607759Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-04-14T16:06:08.114983Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-04-14T16:06:08.112168Z", "running": 0, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-04-14T16:06:16.648343Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-04-14T16:06:08.109274Z", "running": 0, "size": 2}}, {"events": ["2024-04-14T16:04:43.055821Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi129=a", "smithi191=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-14T16:04:40.345683Z", "last_refresh": "2024-04-14T16:06:05.607973Z", "running": 2, "size": 2}}, {"events": ["2024-04-14T16:06:08.166056Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-14T16:06:08.103477Z", "last_refresh": "2024-04-14T16:06:05.607893Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608", "last_refresh": "2024-04-14T16:06:05.608048Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-04-14T16:06:22.879 INFO:tasks.cephadm:container.foo has 0/2 2024-04-14T16:06:23.196 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:23 smithi191 ceph-mon[31451]: pgmap v81: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:23.196 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:23 smithi191 ceph-mon[31451]: from='client.14300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:06:23.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:23 smithi129 ceph-mon[29672]: pgmap v81: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:23.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:23 smithi129 ceph-mon[29672]: from='client.14300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:06:23.880 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph orch ls -f json 2024-04-14T16:06:24.456 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:24 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:24.456 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:24 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:24.456 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:24 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:24.456 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:24 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:24.542 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:24 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:24.542 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:24 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:24.542 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:24 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:24.543 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:24 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:24.543 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:06:25.537 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:25 smithi129 ceph-mon[29672]: Deploying daemon container.bar.smithi191 on smithi191 2024-04-14T16:06:25.537 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:25 smithi129 ceph-mon[29672]: pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:25.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:25 smithi191 ceph-mon[31451]: Deploying daemon container.bar.smithi191 on smithi191 2024-04-14T16:06:25.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:25 smithi191 ceph-mon[31451]: pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:27.009 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:26 smithi191 ceph-mon[31451]: pgmap v83: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:27.010 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:26 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:27.010 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:26 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:27.010 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:26 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:27.010 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:26 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:27.010 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:26 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:27.010 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:26 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:27.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:26 smithi129 ceph-mon[29672]: pgmap v83: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:27.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:26 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:27.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:26 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:27.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:26 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:27.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:26 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:27.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:26 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:27.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:26 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:28.610 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:06:28.611 INFO:teuthology.orchestra.run.smithi129.stdout:[{"events": ["2024-04-14T16:04:18.333401Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-04-14T16:03:53.278563Z", "last_refresh": "2024-04-14T16:06:06.243524Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-04-14T16:06:08.114983Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-04-14T16:06:08.112168Z", "running": 0, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-04-14T16:06:23.382354Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-04-14T16:06:08.109274Z", "last_refresh": "2024-04-14T16:06:26.702873Z", "running": 1, "size": 2}}, {"events": ["2024-04-14T16:04:43.055821Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi129=a", "smithi191=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-14T16:04:40.345683Z", "last_refresh": "2024-04-14T16:06:06.243472Z", "running": 2, "size": 2}}, {"events": ["2024-04-14T16:06:08.166056Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-14T16:06:08.103477Z", "last_refresh": "2024-04-14T16:06:06.243365Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608", "last_refresh": "2024-04-14T16:06:06.243597Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-04-14T16:06:29.590 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:29 smithi129 ceph-mon[29672]: pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:29.590 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:29 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:29.590 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:29 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:29.647 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:29 smithi191 ceph-mon[31451]: pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:29.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:29 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:29.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:29 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:29.900 INFO:tasks.cephadm:container.foo has 1/2 2024-04-14T16:06:30.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:30 smithi129 ceph-mon[29672]: from='client.14304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:06:30.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:30 smithi191 ceph-mon[31451]: from='client.14304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:06:30.902 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph orch ls -f json 2024-04-14T16:06:31.142 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:06:31.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:31 smithi129 ceph-mon[29672]: pgmap v85: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:31.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:31 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:31.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:31 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:31.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:31 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:31.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:31 smithi191 ceph-mon[31451]: pgmap v85: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:31.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:31 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:31.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:31 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:31.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:31 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:32.860 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:06:32.860 INFO:teuthology.orchestra.run.smithi129.stdout:[{"events": ["2024-04-14T16:04:18.333401Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-04-14T16:03:53.278563Z", "last_refresh": "2024-04-14T16:06:26.702499Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-04-14T16:06:08.114983Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-04-14T16:06:08.112168Z", "running": 0, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-04-14T16:06:23.382354Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-04-14T16:06:08.109274Z", "last_refresh": "2024-04-14T16:06:26.702873Z", "running": 2, "size": 2}}, {"events": ["2024-04-14T16:04:43.055821Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi129=a", "smithi191=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-14T16:04:40.345683Z", "last_refresh": "2024-04-14T16:06:26.702704Z", "running": 2, "size": 2}}, {"events": ["2024-04-14T16:06:08.166056Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-14T16:06:08.103477Z", "last_refresh": "2024-04-14T16:06:26.702621Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608", "last_refresh": "2024-04-14T16:06:26.702782Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-04-14T16:06:33.500 INFO:tasks.cephadm:container.foo has 2/2 2024-04-14T16:06:33.501 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-04-14T16:06:33.511 INFO:tasks.cephadm:Waiting for ceph service container.bar to start (timeout 300)... 2024-04-14T16:06:33.511 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph orch ls -f json 2024-04-14T16:06:33.538 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:33 smithi129 ceph-mon[29672]: pgmap v86: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:33.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:33 smithi191 ceph-mon[31451]: pgmap v86: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:33.751 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:06:34.552 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:34 smithi129 ceph-mon[29672]: from='client.14306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:06:34.647 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:34 smithi191 ceph-mon[31451]: from='client.14306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:06:35.547 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:06:35.547 INFO:teuthology.orchestra.run.smithi129.stdout:[{"events": ["2024-04-14T16:04:18.333401Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-04-14T16:03:53.278563Z", "last_refresh": "2024-04-14T16:06:26.702499Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-04-14T16:06:08.114983Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-04-14T16:06:08.112168Z", "running": 0, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-04-14T16:06:23.382354Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-04-14T16:06:08.109274Z", "last_refresh": "2024-04-14T16:06:26.702873Z", "running": 2, "size": 2}}, {"events": ["2024-04-14T16:04:43.055821Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi129=a", "smithi191=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-14T16:04:40.345683Z", "last_refresh": "2024-04-14T16:06:26.702704Z", "running": 2, "size": 2}}, {"events": ["2024-04-14T16:06:08.166056Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-14T16:06:08.103477Z", "last_refresh": "2024-04-14T16:06:26.702621Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608", "last_refresh": "2024-04-14T16:06:26.702782Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-04-14T16:06:35.547 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:35 smithi129 ceph-mon[29672]: pgmap v87: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:35.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:35 smithi191 ceph-mon[31451]: pgmap v87: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:36.161 INFO:tasks.cephadm:container.bar has 0/2 2024-04-14T16:06:37.162 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph orch ls -f json 2024-04-14T16:06:37.413 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:06:37.534 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:37 smithi129 ceph-mon[29672]: pgmap v88: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:37.534 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:37 smithi129 ceph-mon[29672]: from='client.14310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:06:37.639 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:37 smithi191 ceph-mon[31451]: pgmap v88: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:37.639 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:37 smithi191 ceph-mon[31451]: from='client.14310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:06:39.018 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:06:39.019 INFO:teuthology.orchestra.run.smithi129.stdout:[{"events": ["2024-04-14T16:04:18.333401Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-04-14T16:03:53.278563Z", "last_refresh": "2024-04-14T16:06:26.702499Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-04-14T16:06:08.114983Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-04-14T16:06:08.112168Z", "running": 0, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-04-14T16:06:23.382354Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-04-14T16:06:08.109274Z", "last_refresh": "2024-04-14T16:06:26.702873Z", "running": 2, "size": 2}}, {"events": ["2024-04-14T16:04:43.055821Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi129=a", "smithi191=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-14T16:04:40.345683Z", "last_refresh": "2024-04-14T16:06:26.702704Z", "running": 2, "size": 2}}, {"events": ["2024-04-14T16:06:08.166056Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-14T16:06:08.103477Z", "last_refresh": "2024-04-14T16:06:26.702621Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608", "last_refresh": "2024-04-14T16:06:26.702782Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-04-14T16:06:39.452 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:39 smithi191 ceph-mon[31451]: pgmap v89: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:39.600 INFO:tasks.cephadm:container.bar has 0/2 2024-04-14T16:06:39.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:39 smithi129 ceph-mon[29672]: pgmap v89: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:40.495 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:40 smithi129 ceph-mon[29672]: from='client.14314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:06:40.495 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:40 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:40.495 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:40 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:40.495 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:40 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:40.601 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph orch ls -f json 2024-04-14T16:06:40.647 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:40 smithi191 ceph-mon[31451]: from='client.14314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:06:40.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:40 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:40.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:40 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:40.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:40 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:40.864 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:06:41.647 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:41 smithi191 ceph-mon[31451]: pgmap v90: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:41.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:41 smithi191 ceph-mon[31451]: Deploying daemon container.bar.smithi129 on smithi129 2024-04-14T16:06:41.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:41 smithi129 ceph-mon[29672]: pgmap v90: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:41.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:41 smithi129 ceph-mon[29672]: Deploying daemon container.bar.smithi129 on smithi129 2024-04-14T16:06:42.793 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:06:42.793 INFO:teuthology.orchestra.run.smithi129.stdout:[{"events": ["2024-04-14T16:04:18.333401Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-04-14T16:03:53.278563Z", "last_refresh": "2024-04-14T16:06:26.702499Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-04-14T16:06:39.584310Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-04-14T16:06:08.112168Z", "running": 0, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-04-14T16:06:23.382354Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-04-14T16:06:08.109274Z", "last_refresh": "2024-04-14T16:06:26.702873Z", "running": 2, "size": 2}}, {"events": ["2024-04-14T16:04:43.055821Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi129=a", "smithi191=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-14T16:04:40.345683Z", "last_refresh": "2024-04-14T16:06:26.702704Z", "running": 2, "size": 2}}, {"events": ["2024-04-14T16:06:08.166056Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-14T16:06:08.103477Z", "last_refresh": "2024-04-14T16:06:26.702621Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608", "last_refresh": "2024-04-14T16:06:26.702782Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-04-14T16:06:43.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:43 smithi129 ceph-mon[29672]: pgmap v91: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:43.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:43 smithi191 ceph-mon[31451]: pgmap v91: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:44.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:44 smithi191 ceph-mon[31451]: from='client.14318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:06:44.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:44 smithi129 ceph-mon[29672]: from='client.14318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:06:45.090 INFO:tasks.cephadm:container.bar has 0/2 2024-04-14T16:06:45.633 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:45 smithi191 ceph-mon[31451]: pgmap v92: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:45.668 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:45 smithi129 ceph-mon[29672]: pgmap v92: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:46.091 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph orch ls -f json 2024-04-14T16:06:46.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:46 smithi129 ceph-mon[29672]: pgmap v93: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:46.704 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:46 smithi191 ceph-mon[31451]: pgmap v93: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:48.148 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:47 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:48.148 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:47 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:48.148 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:47 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:48.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:47 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:48.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:47 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:48.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:47 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:49.114 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:48 smithi129 ceph-mon[29672]: pgmap v94: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:49.114 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:48 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:49.114 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:48 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:49.114 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:48 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:49.147 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:48 smithi191 ceph-mon[31451]: pgmap v94: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:49.148 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:48 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:49.148 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:48 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:49.148 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:48 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:49.691 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:06:51.113 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:50 smithi129 ceph-mon[29672]: pgmap v95: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:51.114 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:50 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:51.114 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:50 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:51.114 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:50 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:51.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:50 smithi191 ceph-mon[31451]: pgmap v95: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:51.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:50 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:51.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:50 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:51.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:50 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:53.239 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:52 smithi129 ceph-mon[29672]: pgmap v96: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:53.384 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:06:53.384 INFO:teuthology.orchestra.run.smithi129.stdout:[{"events": ["2024-04-14T16:04:18.333401Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-04-14T16:03:53.278563Z", "last_refresh": "2024-04-14T16:06:47.892498Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-04-14T16:06:39.584310Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-04-14T16:06:08.112168Z", "last_refresh": "2024-04-14T16:06:47.892984Z", "running": 1, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-04-14T16:06:23.382354Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-04-14T16:06:08.109274Z", "last_refresh": "2024-04-14T16:06:47.892870Z", "running": 2, "size": 2}}, {"events": ["2024-04-14T16:04:43.055821Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi129=a", "smithi191=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-14T16:04:40.345683Z", "last_refresh": "2024-04-14T16:06:47.892699Z", "running": 2, "size": 2}}, {"events": ["2024-04-14T16:06:08.166056Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-14T16:06:08.103477Z", "last_refresh": "2024-04-14T16:06:47.892609Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608", "last_refresh": "2024-04-14T16:06:47.892785Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-04-14T16:06:53.397 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:52 smithi191 ceph-mon[31451]: pgmap v96: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:54.229 INFO:tasks.cephadm:container.bar has 1/2 2024-04-14T16:06:55.200 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:54 smithi129 ceph-mon[29672]: from='client.14322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:06:55.200 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:54 smithi129 ceph-mon[29672]: pgmap v97: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:55.200 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:54 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:55.200 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:54 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:55.200 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:54 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:55.201 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:54 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:55.230 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 -- ceph orch ls -f json 2024-04-14T16:06:55.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:54 smithi191 ceph-mon[31451]: from='client.14322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:06:55.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:54 smithi191 ceph-mon[31451]: pgmap v97: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:55.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:54 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:55.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:54 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:55.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:54 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:55.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:54 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:55.531 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:06:56.005 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:55 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:06:56.005 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:55 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:06:56.005 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:55 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:06:56.005 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:55 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:56.005 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:55 smithi191 ceph-mon[31451]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-14T16:06:56.005 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:55 smithi191 ceph-mon[31451]: Redeploying mon.a, (container cli args changed) . . . 2024-04-14T16:06:56.005 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:55 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T16:06:56.005 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:55 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-14T16:06:56.005 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:55 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:06:56.005 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:55 smithi191 ceph-mon[31451]: Deploying daemon mon.a on smithi129 2024-04-14T16:06:56.005 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:55 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:56.006 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:55 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:56.006 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:55 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:56.006 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:55 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:56.097 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:55 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:06:56.097 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:55 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:06:56.097 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:55 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:06:56.097 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:55 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:56.097 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:55 smithi129 ceph-mon[29672]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-14T16:06:56.097 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:55 smithi129 ceph-mon[29672]: Redeploying mon.a, (container cli args changed) . . . 2024-04-14T16:06:56.097 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:55 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T16:06:56.098 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:55 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-14T16:06:56.098 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:55 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:06:56.098 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:55 smithi129 ceph-mon[29672]: Deploying daemon mon.a on smithi129 2024-04-14T16:06:56.098 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:55 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:56.098 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:55 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:56.098 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:55 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:56.098 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:55 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:57.087 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:56 smithi129 ceph-mon[29672]: pgmap v98: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:57.087 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:56 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:57.087 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:56 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:57.087 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:56 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:57.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:56 smithi191 ceph-mon[31451]: pgmap v98: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:57.419 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:56 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:57.419 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:56 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:57.419 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:56 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:58.819 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-14T16:06:58.820 INFO:teuthology.orchestra.run.smithi129.stdout:[{"events": ["2024-04-14T16:04:18.333401Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-04-14T16:03:53.278563Z", "last_refresh": "2024-04-14T16:06:55.762696Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-04-14T16:06:54.839374Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-04-14T16:06:08.112168Z", "last_refresh": "2024-04-14T16:06:55.762947Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-04-14T16:06:23.382354Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-04-14T16:06:08.109274Z", "last_refresh": "2024-04-14T16:06:55.762844Z", "running": 2, "size": 2}}, {"events": ["2024-04-14T16:04:43.055821Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi129=a", "smithi191=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-14T16:04:40.345683Z", "last_refresh": "2024-04-14T16:06:55.762643Z", "running": 2, "size": 2}}, {"events": ["2024-04-14T16:06:08.166056Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-14T16:06:08.103477Z", "last_refresh": "2024-04-14T16:06:55.762550Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608", "last_refresh": "2024-04-14T16:06:55.762771Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-04-14T16:06:59.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:59 smithi129 ceph-mon[29672]: pgmap v99: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:59.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:59 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:59.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:59 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:59.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:59 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:59.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:59 smithi129 ceph-mon[29672]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:59.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:59 smithi191 ceph-mon[31451]: pgmap v99: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:06:59.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:59 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:59.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:59 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:59.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:59 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:59.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:06:59 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:06:59.825 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:06:59 smithi129 systemd[1]: Stopping Ceph mon.a for 55bd5fb6-fa78-11ee-bc8e-c7b262605968... 2024-04-14T16:07:00.138 INFO:tasks.cephadm:container.bar has 2/2 2024-04-14T16:07:00.138 INFO:teuthology.run_tasks:Running task exec... 2024-04-14T16:07:00.149 INFO:teuthology.task.exec:Executing custom commands... 2024-04-14T16:07:00.150 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi129.front.sepia.ceph.com 2024-04-14T16:07:00.150 DEBUG:teuthology.orchestra.run.smithi129:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'set -ex 2024-04-14T16:07:00.150 DEBUG:teuthology.orchestra.run.smithi129:> FSID=$(/home/ubuntu/cephtest/cephadm shell -- ceph fsid) 2024-04-14T16:07:00.150 DEBUG:teuthology.orchestra.run.smithi129:> sleep 60 2024-04-14T16:07:00.150 DEBUG:teuthology.orchestra.run.smithi129:> # check extra container and entrypoint args written to mon unit run file 2024-04-14T16:07:00.150 DEBUG:teuthology.orchestra.run.smithi129:> grep "\-\-cpus=2" /var/lib/ceph/$FSID/mon.*/unit.run 2024-04-14T16:07:00.150 DEBUG:teuthology.orchestra.run.smithi129:> grep "\-\-debug_ms 10" /var/lib/ceph/$FSID/mon.*/unit.run 2024-04-14T16:07:00.150 DEBUG:teuthology.orchestra.run.smithi129:> # check that custom container properly wrote content to file. 2024-04-14T16:07:00.150 DEBUG:teuthology.orchestra.run.smithi129:> # This requires the custom config, extra container args, and 2024-04-14T16:07:00.150 DEBUG:teuthology.orchestra.run.smithi129:> # entrypoint args to all be working in order for this to have 2024-04-14T16:07:00.150 DEBUG:teuthology.orchestra.run.smithi129:> # been written. The container entrypoint was set up with custom_configs, 2024-04-14T16:07:00.151 DEBUG:teuthology.orchestra.run.smithi129:> # the content and where to write to with the entrypoint args, and the mounting 2024-04-14T16:07:00.151 DEBUG:teuthology.orchestra.run.smithi129:> # of the /etc/cephadm_testing dir with extra container args 2024-04-14T16:07:00.151 DEBUG:teuthology.orchestra.run.smithi129:> grep "testing_custom_containers" /etc/cephadm_testing/testing.txt 2024-04-14T16:07:00.151 DEBUG:teuthology.orchestra.run.smithi129:> # Verify that container bar'"'"'s init containers and primary container 2024-04-14T16:07:00.151 DEBUG:teuthology.orchestra.run.smithi129:> # ran successfully 2024-04-14T16:07:00.151 DEBUG:teuthology.orchestra.run.smithi129:> dir=$(find /var/lib/ceph/$FSID -maxdepth 1 -type d -name '"'"'container.bar.*'"'"') 2024-04-14T16:07:00.151 DEBUG:teuthology.orchestra.run.smithi129:> test -n "$dir" 2024-04-14T16:07:00.151 DEBUG:teuthology.orchestra.run.smithi129:> grep ok ${dir}/data/primary.txt 2024-04-14T16:07:00.151 DEBUG:teuthology.orchestra.run.smithi129:> grep from=centos ${dir}/data/from.txt 2024-04-14T16:07:00.151 DEBUG:teuthology.orchestra.run.smithi129:> test -s ${dir}/data/presized.dat 2024-04-14T16:07:00.151 DEBUG:teuthology.orchestra.run.smithi129:> ' 2024-04-14T16:07:00.187 INFO:teuthology.orchestra.run.smithi129.stderr:++ /home/ubuntu/cephtest/cephadm shell -- ceph fsid 2024-04-14T16:07:00.469 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:00 smithi129 ceph-mon[29672]: from='client.14326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:07:00.541 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:07:00.647 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:00 smithi191 ceph-mon[31451]: from='client.14326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T16:07:00.701 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T16:07:00.738 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:00 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a[29668]: 2024-04-14T16:07:00.696+0000 7f0e95cb1700 -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-14T16:07:00.738 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:00 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a[29668]: 2024-04-14T16:07:00.697+0000 7f0e95cb1700 -1 mon.a@0(leader) e2 *** Got Signal Terminated *** 2024-04-14T16:07:01.002 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:00 smithi129 podman[47248]: 2024-04-14 16:07:00.738375086 +0000 UTC m=+0.157879224 container died 2bf7436467e7d7f700a116031995456e18ec4eae768c57f0436f37a66c3640db (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, org.label-schema.build-date=20240403, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=main-a971fd5, ceph=True, org.label-schema.vendor=CentOS) 2024-04-14T16:07:01.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:01 smithi129 podman[47248]: 2024-04-14 16:07:01.097179762 +0000 UTC m=+0.516683907 container cleanup 2bf7436467e7d7f700a116031995456e18ec4eae768c57f0436f37a66c3640db (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=main-a971fd5, GIT_CLEAN=True, org.label-schema.build-date=20240403, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-04-14T16:07:01.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:01 smithi129 bash[47248]: ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a 2024-04-14T16:07:01.602 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:01 smithi129 podman[47289]: 2024-04-14 16:07:01.34012398 +0000 UTC m=+0.600768965 container remove 2bf7436467e7d7f700a116031995456e18ec4eae768c57f0436f37a66c3640db (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, io.buildah.version=1.33.5, org.label-schema.build-date=20240403, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=main-a971fd5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-04-14T16:07:01.602 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:01 smithi129 systemd[1]: ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-14T16:07:01.602 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:01 smithi129 systemd[1]: Stopped Ceph mon.a for 55bd5fb6-fa78-11ee-bc8e-c7b262605968. 2024-04-14T16:07:01.602 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:01 smithi129 systemd[1]: ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mon.a.service: Consumed 3.980s CPU time. 2024-04-14T16:07:01.737 INFO:teuthology.orchestra.run.smithi129.stderr:Using ceph image with id 'b96c509eef84' and tag 'a971fd5f5719038c70b817bafacd6d5400b1d888' created on 2024-04-06 21:50:23 +0000 UTC 2024-04-14T16:07:01.737 INFO:teuthology.orchestra.run.smithi129.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608 2024-04-14T16:07:01.859 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:01 smithi129 systemd[1]: Starting Ceph mon.a for 55bd5fb6-fa78-11ee-bc8e-c7b262605968... 2024-04-14T16:07:02.920 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:02 smithi129 podman[47557]: 2024-04-14 16:07:02.700216597 +0000 UTC m=+0.017998775 image pull b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608 2024-04-14T16:07:02.920 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:02 smithi129 podman[47557]: 2024-04-14 16:07:02.81407309 +0000 UTC m=+0.131855251 container create 307260d6de61be670a74498031701794405bf24c16e68e8dab47a07674073754 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, org.label-schema.build-date=20240403, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, RELEASE=main-a971fd5, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-14T16:07:03.462 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 podman[47557]: 2024-04-14 16:07:03.210347753 +0000 UTC m=+0.528129916 container init 307260d6de61be670a74498031701794405bf24c16e68e8dab47a07674073754 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=main-a971fd5, org.label-schema.build-date=20240403, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-04-14T16:07:03.463 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 podman[47557]: 2024-04-14 16:07:03.21466686 +0000 UTC m=+0.532449023 container start 307260d6de61be670a74498031701794405bf24c16e68e8dab47a07674073754 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240403, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=main-a971fd5) 2024-04-14T16:07:03.463 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: set uid:gid to 167:167 (ceph:ceph) 2024-04-14T16:07:03.463 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: ceph version 19.0.0-2778-ga971fd5f (a971fd5f5719038c70b817bafacd6d5400b1d888) squid (dev), process ceph-mon, pid 2 2024-04-14T16:07:03.463 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: pidfile_write: ignore empty --pid-file 2024-04-14T16:07:03.463 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: load: jerasure load: lrc 2024-04-14T16:07:03.463 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: RocksDB version: 7.9.2 2024-04-14T16:07:03.463 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Git sha 0 2024-04-14T16:07:03.463 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Compile date 2024-04-06 20:28:24 2024-04-14T16:07:03.463 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: DB SUMMARY 2024-04-14T16:07:03.463 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: DB Session ID: NDYWCBI1RHY024T23FJP 2024-04-14T16:07:03.463 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: CURRENT file: CURRENT 2024-04-14T16:07:03.463 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: IDENTITY file: IDENTITY 2024-04-14T16:07:03.464 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: MANIFEST file: MANIFEST-000015 size: 281 Bytes 2024-04-14T16:07:03.464 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 2, files: 000008.sst 000013.sst 2024-04-14T16:07:03.464 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000014.log size: 4440872 ; 2024-04-14T16:07:03.464 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.error_if_exists: 0 2024-04-14T16:07:03.464 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.create_if_missing: 0 2024-04-14T16:07:03.464 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.paranoid_checks: 1 2024-04-14T16:07:03.464 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-14T16:07:03.464 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-14T16:07:03.464 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-14T16:07:03.464 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.env: 0x55e6f5f74c60 2024-04-14T16:07:03.464 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.fs: PosixFileSystem 2024-04-14T16:07:03.464 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.info_log: 0x55e6f770dbe0 2024-04-14T16:07:03.465 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.max_file_opening_threads: 16 2024-04-14T16:07:03.466 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.statistics: (nil) 2024-04-14T16:07:03.466 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.use_fsync: 0 2024-04-14T16:07:03.466 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.max_log_file_size: 0 2024-04-14T16:07:03.466 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-14T16:07:03.466 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-14T16:07:03.467 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.keep_log_file_num: 1000 2024-04-14T16:07:03.467 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.recycle_log_file_num: 0 2024-04-14T16:07:03.467 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.allow_fallocate: 1 2024-04-14T16:07:03.467 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.allow_mmap_reads: 0 2024-04-14T16:07:03.467 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.allow_mmap_writes: 0 2024-04-14T16:07:03.467 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.use_direct_reads: 0 2024-04-14T16:07:03.467 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-14T16:07:03.467 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.create_missing_column_families: 0 2024-04-14T16:07:03.467 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.db_log_dir: 2024-04-14T16:07:03.467 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.wal_dir: 2024-04-14T16:07:03.467 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-14T16:07:03.467 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-14T16:07:03.468 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-14T16:07:03.468 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-14T16:07:03.468 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-14T16:07:03.468 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-14T16:07:03.468 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.advise_random_on_open: 1 2024-04-14T16:07:03.468 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.db_write_buffer_size: 0 2024-04-14T16:07:03.468 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.write_buffer_manager: 0x55e6f76de1e0 2024-04-14T16:07:03.468 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-14T16:07:03.468 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-14T16:07:03.468 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-14T16:07:03.468 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.rate_limiter: (nil) 2024-04-14T16:07:03.468 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-14T16:07:03.468 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.wal_recovery_mode: 2 2024-04-14T16:07:03.468 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.enable_thread_tracking: 0 2024-04-14T16:07:03.469 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.enable_pipelined_write: 0 2024-04-14T16:07:03.469 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.unordered_write: 0 2024-04-14T16:07:03.469 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-14T16:07:03.469 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-14T16:07:03.469 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-14T16:07:03.469 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-14T16:07:03.469 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.row_cache: None 2024-04-14T16:07:03.469 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.wal_filter: None 2024-04-14T16:07:03.469 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-14T16:07:03.469 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.allow_ingest_behind: 0 2024-04-14T16:07:03.469 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.two_write_queues: 0 2024-04-14T16:07:03.469 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.manual_wal_flush: 0 2024-04-14T16:07:03.469 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.wal_compression: 0 2024-04-14T16:07:03.470 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.atomic_flush: 0 2024-04-14T16:07:03.470 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-14T16:07:03.470 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-14T16:07:03.470 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-14T16:07:03.470 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.log_readahead_size: 0 2024-04-14T16:07:03.470 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-14T16:07:03.470 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.best_efforts_recovery: 0 2024-04-14T16:07:03.470 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-14T16:07:03.470 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-14T16:07:03.470 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.allow_data_in_errors: 0 2024-04-14T16:07:03.470 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.db_host_id: __hostname__ 2024-04-14T16:07:03.470 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-14T16:07:03.470 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.max_background_jobs: 2 2024-04-14T16:07:03.470 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.max_background_compactions: -1 2024-04-14T16:07:03.471 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.max_subcompactions: 1 2024-04-14T16:07:03.471 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-14T16:07:03.471 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-14T16:07:03.471 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-14T16:07:03.471 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.max_total_wal_size: 0 2024-04-14T16:07:03.471 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-14T16:07:03.471 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-14T16:07:03.471 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-14T16:07:03.471 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-14T16:07:03.471 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.max_open_files: -1 2024-04-14T16:07:03.471 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.bytes_per_sync: 0 2024-04-14T16:07:03.471 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-14T16:07:03.471 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-14T16:07:03.471 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.compaction_readahead_size: 0 2024-04-14T16:07:03.472 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.max_background_flushes: -1 2024-04-14T16:07:03.472 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Compression algorithms supported: 2024-04-14T16:07:03.472 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-14T16:07:03.472 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: kZSTD supported: 0 2024-04-14T16:07:03.472 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: kXpressCompression supported: 0 2024-04-14T16:07:03.472 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: kLZ4HCCompression supported: 1 2024-04-14T16:07:03.472 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: kZlibCompression supported: 1 2024-04-14T16:07:03.472 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: kSnappyCompression supported: 1 2024-04-14T16:07:03.472 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: kLZ4Compression supported: 1 2024-04-14T16:07:03.472 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: kBZip2Compression supported: 0 2024-04-14T16:07:03.472 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-14T16:07:03.472 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-14T16:07:03.472 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2024-04-14T16:07:03.472 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-14T16:07:03.473 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-14T16:07:03.473 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.merge_operator: 2024-04-14T16:07:03.473 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.compaction_filter: None 2024-04-14T16:07:03.473 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.compaction_filter_factory: None 2024-04-14T16:07:03.473 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.sst_partitioner_factory: None 2024-04-14T16:07:03.473 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-14T16:07:03.473 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-14T16:07:03.473 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e6f770ddc0) 2024-04-14T16:07:03.473 INFO:journalctl@ceph.mon.a.smithi129.stdout: cache_index_and_filter_blocks: 1 2024-04-14T16:07:03.473 INFO:journalctl@ceph.mon.a.smithi129.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-14T16:07:03.473 INFO:journalctl@ceph.mon.a.smithi129.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-14T16:07:03.473 INFO:journalctl@ceph.mon.a.smithi129.stdout: pin_top_level_index_and_filter: 1 2024-04-14T16:07:03.473 INFO:journalctl@ceph.mon.a.smithi129.stdout: index_type: 0 2024-04-14T16:07:03.473 INFO:journalctl@ceph.mon.a.smithi129.stdout: data_block_index_type: 0 2024-04-14T16:07:03.474 INFO:journalctl@ceph.mon.a.smithi129.stdout: index_shortening: 1 2024-04-14T16:07:03.474 INFO:journalctl@ceph.mon.a.smithi129.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-14T16:07:03.474 INFO:journalctl@ceph.mon.a.smithi129.stdout: checksum: 4 2024-04-14T16:07:03.474 INFO:journalctl@ceph.mon.a.smithi129.stdout: no_block_cache: 0 2024-04-14T16:07:03.474 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_cache: 0x55e6f7711090 2024-04-14T16:07:03.474 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_cache_name: BinnedLRUCache 2024-04-14T16:07:03.474 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_cache_options: 2024-04-14T16:07:03.474 INFO:journalctl@ceph.mon.a.smithi129.stdout: capacity : 536870912 2024-04-14T16:07:03.474 INFO:journalctl@ceph.mon.a.smithi129.stdout: num_shard_bits : 4 2024-04-14T16:07:03.474 INFO:journalctl@ceph.mon.a.smithi129.stdout: strict_capacity_limit : 0 2024-04-14T16:07:03.474 INFO:journalctl@ceph.mon.a.smithi129.stdout: high_pri_pool_ratio: 0.000 2024-04-14T16:07:03.474 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_cache_compressed: (nil) 2024-04-14T16:07:03.474 INFO:journalctl@ceph.mon.a.smithi129.stdout: persistent_cache: (nil) 2024-04-14T16:07:03.475 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_size: 4096 2024-04-14T16:07:03.475 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_size_deviation: 10 2024-04-14T16:07:03.475 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_restart_interval: 16 2024-04-14T16:07:03.475 INFO:journalctl@ceph.mon.a.smithi129.stdout: index_block_restart_interval: 1 2024-04-14T16:07:03.475 INFO:journalctl@ceph.mon.a.smithi129.stdout: metadata_block_size: 4096 2024-04-14T16:07:03.475 INFO:journalctl@ceph.mon.a.smithi129.stdout: partition_filters: 0 2024-04-14T16:07:03.475 INFO:journalctl@ceph.mon.a.smithi129.stdout: use_delta_encoding: 1 2024-04-14T16:07:03.475 INFO:journalctl@ceph.mon.a.smithi129.stdout: filter_policy: bloomfilter 2024-04-14T16:07:03.475 INFO:journalctl@ceph.mon.a.smithi129.stdout: whole_key_filtering: 1 2024-04-14T16:07:03.475 INFO:journalctl@ceph.mon.a.smithi129.stdout: verify_compression: 0 2024-04-14T16:07:03.475 INFO:journalctl@ceph.mon.a.smithi129.stdout: read_amp_bytes_per_bit: 0 2024-04-14T16:07:03.475 INFO:journalctl@ceph.mon.a.smithi129.stdout: format_version: 5 2024-04-14T16:07:03.475 INFO:journalctl@ceph.mon.a.smithi129.stdout: enable_index_compression: 1 2024-04-14T16:07:03.475 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_align: 0 2024-04-14T16:07:03.476 INFO:journalctl@ceph.mon.a.smithi129.stdout: max_auto_readahead_size: 262144 2024-04-14T16:07:03.476 INFO:journalctl@ceph.mon.a.smithi129.stdout: prepopulate_block_cache: 0 2024-04-14T16:07:03.476 INFO:journalctl@ceph.mon.a.smithi129.stdout: initial_auto_readahead_size: 8192 2024-04-14T16:07:03.476 INFO:journalctl@ceph.mon.a.smithi129.stdout: num_file_reads_for_auto_readahead: 2 2024-04-14T16:07:03.476 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.write_buffer_size: 33554432 2024-04-14T16:07:03.476 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.max_write_buffer_number: 2 2024-04-14T16:07:03.476 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.compression: NoCompression 2024-04-14T16:07:03.476 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.bottommost_compression: Disabled 2024-04-14T16:07:03.476 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.prefix_extractor: nullptr 2024-04-14T16:07:03.476 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-14T16:07:03.476 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.num_levels: 7 2024-04-14T16:07:03.476 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-14T16:07:03.476 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-14T16:07:03.476 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-14T16:07:03.476 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-14T16:07:03.477 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-14T16:07:03.477 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-14T16:07:03.477 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-14T16:07:03.477 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-14T16:07:03.477 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-14T16:07:03.477 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-14T16:07:03.477 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-14T16:07:03.477 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-14T16:07:03.477 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-14T16:07:03.477 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.compression_opts.level: 32767 2024-04-14T16:07:03.477 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.compression_opts.strategy: 0 2024-04-14T16:07:03.477 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-14T16:07:03.477 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-14T16:07:03.477 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-14T16:07:03.478 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-14T16:07:03.478 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.compression_opts.enabled: false 2024-04-14T16:07:03.478 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-14T16:07:03.478 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-14T16:07:03.478 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-14T16:07:03.478 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-14T16:07:03.478 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.target_file_size_base: 67108864 2024-04-14T16:07:03.478 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-14T16:07:03.478 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-14T16:07:03.478 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-14T16:07:03.478 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-14T16:07:03.478 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-14T16:07:03.478 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-14T16:07:03.478 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-14T16:07:03.479 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-14T16:07:03.479 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-14T16:07:03.479 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-14T16:07:03.479 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-14T16:07:03.479 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-14T16:07:03.479 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-14T16:07:03.479 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-14T16:07:03.479 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.arena_block_size: 1048576 2024-04-14T16:07:03.479 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-14T16:07:03.479 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-14T16:07:03.479 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.disable_auto_compactions: 0 2024-04-14T16:07:03.479 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-14T16:07:03.479 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-14T16:07:03.479 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-14T16:07:03.480 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-14T16:07:03.480 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-14T16:07:03.480 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-14T16:07:03.480 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-14T16:07:03.480 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-14T16:07:03.480 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-14T16:07:03.480 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-14T16:07:03.480 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-14T16:07:03.480 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.inplace_update_support: 0 2024-04-14T16:07:03.480 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-14T16:07:03.480 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-14T16:07:03.480 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-14T16:07:03.481 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-14T16:07:03.481 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.bloom_locality: 0 2024-04-14T16:07:03.481 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.max_successive_merges: 0 2024-04-14T16:07:03.481 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-14T16:07:03.481 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.paranoid_file_checks: 0 2024-04-14T16:07:03.481 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.force_consistency_checks: 1 2024-04-14T16:07:03.481 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.report_bg_io_stats: 0 2024-04-14T16:07:03.481 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.ttl: 2592000 2024-04-14T16:07:03.481 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-14T16:07:03.481 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-14T16:07:03.481 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-14T16:07:03.481 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.enable_blob_files: false 2024-04-14T16:07:03.482 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.min_blob_size: 0 2024-04-14T16:07:03.482 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.blob_file_size: 268435456 2024-04-14T16:07:03.482 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-14T16:07:03.482 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-14T16:07:03.482 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-14T16:07:03.482 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-14T16:07:03.482 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-14T16:07:03.482 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.blob_file_starting_level: 0 2024-04-14T16:07:03.482 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-14T16:07:03.482 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 succeeded,manifest_file_number is 15, next_file_number is 17, last_sequence is 264, log_number is 10,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 10 2024-04-14T16:07:03.482 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 10 2024-04-14T16:07:03.482 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 548a1260-831b-4a69-9b1c-54679f121a5a 2024-04-14T16:07:03.482 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713110823244619, "job": 1, "event": "recovery_started", "wal_files": [14]} 2024-04-14T16:07:03.483 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #14 mode 2 2024-04-14T16:07:03.483 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713110823257746, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 18, "file_size": 3843879, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 269, "largest_seqno": 4287, "table_properties": {"data_size": 3829633, "index_size": 8848, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 4357, "raw_key_size": 37944, "raw_average_key_size": 21, "raw_value_size": 3796137, "raw_average_value_size": 2194, "num_data_blocks": 419, "num_entries": 1730, "num_filter_entries": 1730, "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": 1713110823, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "548a1260-831b-4a69-9b1c-54679f121a5a", "db_session_id": "NDYWCBI1RHY024T23FJP", "orig_file_number": 18, "seqno_to_time_mapping": "N/A"}} 2024-04-14T16:07:03.483 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713110823257867, "job": 1, "event": "recovery_finished"} 2024-04-14T16:07:03.483 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: [db/version_set.cc:5047] Creating manifest 20 2024-04-14T16:07:03.483 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000014.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-14T16:07:03.483 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e6f7800000 2024-04-14T16:07:03.483 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: DB pointer 0x55e6f77ea000 2024-04-14T16:07:03.483 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-14T16:07:03.483 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-14T16:07:03.483 INFO:journalctl@ceph.mon.a.smithi129.stdout: ** DB Stats ** 2024-04-14T16:07:03.483 INFO:journalctl@ceph.mon.a.smithi129.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-14T16:07:03.483 INFO:journalctl@ceph.mon.a.smithi129.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-14T16:07:03.484 INFO:journalctl@ceph.mon.a.smithi129.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-14T16:07:03.484 INFO:journalctl@ceph.mon.a.smithi129.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-14T16:07:03.484 INFO:journalctl@ceph.mon.a.smithi129.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-14T16:07:03.484 INFO:journalctl@ceph.mon.a.smithi129.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-14T16:07:03.484 INFO:journalctl@ceph.mon.a.smithi129.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-14T16:07:03.484 INFO:journalctl@ceph.mon.a.smithi129.stdout: 2024-04-14T16:07:03.484 INFO:journalctl@ceph.mon.a.smithi129.stdout: ** Compaction Stats [default] ** 2024-04-14T16:07:03.484 INFO:journalctl@ceph.mon.a.smithi129.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-14T16:07:03.484 INFO:journalctl@ceph.mon.a.smithi129.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-14T16:07:03.484 INFO:journalctl@ceph.mon.a.smithi129.stdout: L0 3/0 3.75 MB 0.8 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 649.3 0.01 0.00 1 0.006 0 0 0.0 0.0 2024-04-14T16:07:03.484 INFO:journalctl@ceph.mon.a.smithi129.stdout: Sum 3/0 3.75 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 649.3 0.01 0.00 1 0.006 0 0 0.0 0.0 2024-04-14T16:07:03.484 INFO:journalctl@ceph.mon.a.smithi129.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 649.3 0.01 0.00 1 0.006 0 0 0.0 0.0 2024-04-14T16:07:03.484 INFO:journalctl@ceph.mon.a.smithi129.stdout: 2024-04-14T16:07:03.484 INFO:journalctl@ceph.mon.a.smithi129.stdout: ** Compaction Stats [default] ** 2024-04-14T16:07:03.485 INFO:journalctl@ceph.mon.a.smithi129.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-14T16:07:03.485 INFO:journalctl@ceph.mon.a.smithi129.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-14T16:07:03.485 INFO:journalctl@ceph.mon.a.smithi129.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 649.3 0.01 0.00 1 0.006 0 0 0.0 0.0 2024-04-14T16:07:03.485 INFO:journalctl@ceph.mon.a.smithi129.stdout: 2024-04-14T16:07:03.485 INFO:journalctl@ceph.mon.a.smithi129.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-14T16:07:03.485 INFO:journalctl@ceph.mon.a.smithi129.stdout: 2024-04-14T16:07:03.485 INFO:journalctl@ceph.mon.a.smithi129.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-14T16:07:03.485 INFO:journalctl@ceph.mon.a.smithi129.stdout: Flush(GB): cumulative 0.004, interval 0.004 2024-04-14T16:07:03.485 INFO:journalctl@ceph.mon.a.smithi129.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-14T16:07:03.485 INFO:journalctl@ceph.mon.a.smithi129.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-14T16:07:03.485 INFO:journalctl@ceph.mon.a.smithi129.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-14T16:07:03.485 INFO:journalctl@ceph.mon.a.smithi129.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-14T16:07:03.485 INFO:journalctl@ceph.mon.a.smithi129.stdout: Cumulative compaction: 0.00 GB write, 185.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-14T16:07:03.485 INFO:journalctl@ceph.mon.a.smithi129.stdout: Interval compaction: 0.00 GB write, 185.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-14T16:07:03.486 INFO:journalctl@ceph.mon.a.smithi129.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-14T16:07:03.486 INFO:journalctl@ceph.mon.a.smithi129.stdout: Block cache BinnedLRUCache@0x55e6f7711090#2 capacity: 512.00 MB usage: 14.81 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-04-14T16:07:03.486 INFO:journalctl@ceph.mon.a.smithi129.stdout: Block cache entry stats(count,size,portion): FilterBlock(3,5.30 KB,0.0010103%) IndexBlock(3,9.52 KB,0.00181496%) Misc(1,0.00 KB,0%) 2024-04-14T16:07:03.486 INFO:journalctl@ceph.mon.a.smithi129.stdout: 2024-04-14T16:07:03.486 INFO:journalctl@ceph.mon.a.smithi129.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-14T16:07:03.486 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: starting mon.a rank 0 at public addrs [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] at bind addrs [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:07:03.486 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: mon.a@-1(???) e2 preinit fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:07:03.486 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: mon.a@-1(???).mds e1 new map 2024-04-14T16:07:03.486 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: mon.a@-1(???).mds e1 print_map 2024-04-14T16:07:03.486 INFO:journalctl@ceph.mon.a.smithi129.stdout: e1 2024-04-14T16:07:03.486 INFO:journalctl@ceph.mon.a.smithi129.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-14T16:07:03.486 INFO:journalctl@ceph.mon.a.smithi129.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-14T16:07:03.486 INFO:journalctl@ceph.mon.a.smithi129.stdout: legacy client fscid: -1 2024-04-14T16:07:03.487 INFO:journalctl@ceph.mon.a.smithi129.stdout: 2024-04-14T16:07:03.487 INFO:journalctl@ceph.mon.a.smithi129.stdout: No filesystems configured 2024-04-14T16:07:03.487 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: mon.a@-1(???).osd e14 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-14T16:07:03.487 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T16:07:03.487 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T16:07:03.487 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T16:07:03.487 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: mon.a@-1(???).paxosservice(auth 1..9) refresh upgraded, format 0 -> 3 2024-04-14T16:07:03.487 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 bash[47557]: 307260d6de61be670a74498031701794405bf24c16e68e8dab47a07674073754 2024-04-14T16:07:03.487 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 systemd[1]: Started Ceph mon.a for 55bd5fb6-fa78-11ee-bc8e-c7b262605968. 2024-04-14T16:07:04.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T16:07:04.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T16:07:04.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: pgmap v101: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:04.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: from='client.? 172.21.15.129:0/2654842433' entity='client.admin' cmd=[{"prefix": "fsid"}]: dispatch 2024-04-14T16:07:04.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: mon.a calling monitor election 2024-04-14T16:07:04.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-14T16:07:04.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: monmap epoch 2 2024-04-14T16:07:04.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:07:04.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: last_changed 2024-04-14T16:04:28.565654+0000 2024-04-14T16:07:04.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: created 2024-04-14T16:02:45.072708+0000 2024-04-14T16:07:04.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: min_mon_release 19 (squid) 2024-04-14T16:07:04.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: election_strategy: 1 2024-04-14T16:07:04.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: 0: [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon.a 2024-04-14T16:07:04.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.b 2024-04-14T16:07:04.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: fsmap 2024-04-14T16:07:04.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: osdmap e14: 2 total, 2 up, 2 in 2024-04-14T16:07:04.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: mgrmap e14: a(active, since 3m), standbys: b 2024-04-14T16:07:04.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: overall HEALTH_OK 2024-04-14T16:07:04.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: from='mgr.14152 ' entity='' 2024-04-14T16:07:04.072 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:04.073 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T16:07:04.073 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-14T16:07:04.073 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:03 smithi129 ceph-mon[47598]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:07:04.252 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:03 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T16:07:04.252 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:03 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T16:07:04.253 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:03 smithi191 ceph-mon[31451]: pgmap v101: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:04.253 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:03 smithi191 ceph-mon[31451]: from='client.? 172.21.15.129:0/2654842433' entity='client.admin' cmd=[{"prefix": "fsid"}]: dispatch 2024-04-14T16:07:04.253 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:03 smithi191 ceph-mon[31451]: mon.a calling monitor election 2024-04-14T16:07:04.253 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:03 smithi191 ceph-mon[31451]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-14T16:07:04.253 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:03 smithi191 ceph-mon[31451]: monmap epoch 2 2024-04-14T16:07:04.253 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:03 smithi191 ceph-mon[31451]: fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:07:04.253 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:03 smithi191 ceph-mon[31451]: last_changed 2024-04-14T16:04:28.565654+0000 2024-04-14T16:07:04.253 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:03 smithi191 ceph-mon[31451]: created 2024-04-14T16:02:45.072708+0000 2024-04-14T16:07:04.253 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:03 smithi191 ceph-mon[31451]: min_mon_release 19 (squid) 2024-04-14T16:07:04.253 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:03 smithi191 ceph-mon[31451]: election_strategy: 1 2024-04-14T16:07:04.254 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:03 smithi191 ceph-mon[31451]: 0: [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon.a 2024-04-14T16:07:04.254 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:03 smithi191 ceph-mon[31451]: 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.b 2024-04-14T16:07:04.254 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:03 smithi191 ceph-mon[31451]: fsmap 2024-04-14T16:07:04.254 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:03 smithi191 ceph-mon[31451]: osdmap e14: 2 total, 2 up, 2 in 2024-04-14T16:07:04.254 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:03 smithi191 ceph-mon[31451]: mgrmap e14: a(active, since 3m), standbys: b 2024-04-14T16:07:04.254 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:03 smithi191 ceph-mon[31451]: overall HEALTH_OK 2024-04-14T16:07:04.254 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:03 smithi191 ceph-mon[31451]: from='mgr.14152 ' entity='' 2024-04-14T16:07:04.254 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:03 smithi191 ceph-mon[31451]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:04.254 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:03 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T16:07:04.254 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:03 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-14T16:07:04.254 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:03 smithi191 ceph-mon[31451]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:07:04.712 INFO:teuthology.orchestra.run.smithi129.stderr:+ FSID=55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:07:04.712 INFO:teuthology.orchestra.run.smithi129.stderr:+ sleep 60 2024-04-14T16:07:05.148 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:04 smithi191 ceph-mon[31451]: pgmap v102: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:05.148 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:04 smithi191 ceph-mon[31451]: Redeploying mon.b, (container cli args changed) . . . 2024-04-14T16:07:05.149 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:04 smithi191 ceph-mon[31451]: Deploying daemon mon.b on smithi191 2024-04-14T16:07:05.307 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:04 smithi129 ceph-mon[47598]: pgmap v102: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:05.307 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:04 smithi129 ceph-mon[47598]: Redeploying mon.b, (container cli args changed) . . . 2024-04-14T16:07:05.307 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:04 smithi129 ceph-mon[47598]: Deploying daemon mon.b on smithi191 2024-04-14T16:07:05.993 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:05 smithi191 systemd[1]: Stopping Ceph mon.b for 55bd5fb6-fa78-11ee-bc8e-c7b262605968... 2024-04-14T16:07:06.284 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:05 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-b[31434]: 2024-04-14T16:07:05.990+0000 7f3255e37700 -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-14T16:07:06.284 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:05 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-b[31434]: 2024-04-14T16:07:05.990+0000 7f3255e37700 -1 mon.b@1(peon) e2 *** Got Signal Terminated *** 2024-04-14T16:07:06.284 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:06 smithi191 podman[40498]: 2024-04-14 16:07:06.03233474 +0000 UTC m=+0.168574385 container died 77575e0662ab2000d75f9c438feae3962aca5104bef74db77fd8210150d797cc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-b, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, org.label-schema.build-date=20240403, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=main-a971fd5, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-14T16:07:06.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:06 smithi191 podman[40498]: 2024-04-14 16:07:06.391062841 +0000 UTC m=+0.527302493 container cleanup 77575e0662ab2000d75f9c438feae3962aca5104bef74db77fd8210150d797cc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-b, org.label-schema.build-date=20240403, CEPH_POINT_RELEASE=, RELEASE=main-a971fd5, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-14T16:07:06.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:06 smithi191 bash[40498]: ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-b 2024-04-14T16:07:07.009 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:06 smithi191 podman[40512]: 2024-04-14 16:07:06.667404635 +0000 UTC m=+0.637987520 container remove 77575e0662ab2000d75f9c438feae3962aca5104bef74db77fd8210150d797cc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=main-a971fd5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, ceph=True, org.label-schema.build-date=20240403, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-04-14T16:07:07.009 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:06 smithi191 systemd[1]: ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mon.b.service: Deactivated successfully. 2024-04-14T16:07:07.010 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:06 smithi191 systemd[1]: Stopped Ceph mon.b for 55bd5fb6-fa78-11ee-bc8e-c7b262605968. 2024-04-14T16:07:07.010 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:06 smithi191 systemd[1]: ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mon.b.service: Consumed 2.621s CPU time. 2024-04-14T16:07:07.342 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 systemd[1]: Starting Ceph mon.b for 55bd5fb6-fa78-11ee-bc8e-c7b262605968... 2024-04-14T16:07:07.342 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 podman[40641]: 2024-04-14 16:07:07.125242085 +0000 UTC m=+0.018483868 image pull b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608 2024-04-14T16:07:07.342 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 podman[40641]: 2024-04-14 16:07:07.23490123 +0000 UTC m=+0.128142991 container create f9c9ea69db1ef5a3df6258b20327838bb3d16afcbbbe7844ded6daf9f4895532 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-b, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=main-a971fd5, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240403, ceph=True) 2024-04-14T16:07:07.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 podman[40641]: 2024-04-14 16:07:07.445957971 +0000 UTC m=+0.339199733 container init f9c9ea69db1ef5a3df6258b20327838bb3d16afcbbbe7844ded6daf9f4895532 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-b, org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_CLEAN=True, org.label-schema.build-date=20240403, org.label-schema.license=GPLv2, RELEASE=main-a971fd5, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-14T16:07:07.649 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 podman[40641]: 2024-04-14 16:07:07.448865158 +0000 UTC m=+0.342106917 container start f9c9ea69db1ef5a3df6258b20327838bb3d16afcbbbe7844ded6daf9f4895532 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-b, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=main-a971fd5, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.build-date=20240403, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-04-14T16:07:07.649 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: set uid:gid to 167:167 (ceph:ceph) 2024-04-14T16:07:07.649 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: ceph version 19.0.0-2778-ga971fd5f (a971fd5f5719038c70b817bafacd6d5400b1d888) squid (dev), process ceph-mon, pid 2 2024-04-14T16:07:07.649 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: pidfile_write: ignore empty --pid-file 2024-04-14T16:07:07.649 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: load: jerasure load: lrc 2024-04-14T16:07:07.649 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: RocksDB version: 7.9.2 2024-04-14T16:07:07.649 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Git sha 0 2024-04-14T16:07:07.649 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Compile date 2024-04-06 20:28:24 2024-04-14T16:07:07.649 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: DB SUMMARY 2024-04-14T16:07:07.649 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: DB Session ID: 4ALXMQ3L903KS5OJ0RN8 2024-04-14T16:07:07.650 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: CURRENT file: CURRENT 2024-04-14T16:07:07.650 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: IDENTITY file: IDENTITY 2024-04-14T16:07:07.650 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-14T16:07:07.650 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000008.sst 2024-04-14T16:07:07.650 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000009.log size: 5757300 ; 2024-04-14T16:07:07.650 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.error_if_exists: 0 2024-04-14T16:07:07.650 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.create_if_missing: 0 2024-04-14T16:07:07.650 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.paranoid_checks: 1 2024-04-14T16:07:07.650 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-14T16:07:07.650 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-14T16:07:07.650 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-14T16:07:07.651 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.env: 0x563b246d8c60 2024-04-14T16:07:07.651 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.fs: PosixFileSystem 2024-04-14T16:07:07.651 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.info_log: 0x563b268e5be0 2024-04-14T16:07:07.651 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.max_file_opening_threads: 16 2024-04-14T16:07:07.652 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.statistics: (nil) 2024-04-14T16:07:07.652 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.use_fsync: 0 2024-04-14T16:07:07.652 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.max_log_file_size: 0 2024-04-14T16:07:07.652 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-14T16:07:07.652 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-14T16:07:07.653 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.keep_log_file_num: 1000 2024-04-14T16:07:07.653 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.recycle_log_file_num: 0 2024-04-14T16:07:07.653 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.allow_fallocate: 1 2024-04-14T16:07:07.653 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.allow_mmap_reads: 0 2024-04-14T16:07:07.653 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.allow_mmap_writes: 0 2024-04-14T16:07:07.653 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.use_direct_reads: 0 2024-04-14T16:07:07.653 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-14T16:07:07.653 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.create_missing_column_families: 0 2024-04-14T16:07:07.653 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.db_log_dir: 2024-04-14T16:07:07.653 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.wal_dir: 2024-04-14T16:07:07.653 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-14T16:07:07.653 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-14T16:07:07.654 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-14T16:07:07.654 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-14T16:07:07.654 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-14T16:07:07.654 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-14T16:07:07.654 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.advise_random_on_open: 1 2024-04-14T16:07:07.654 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.db_write_buffer_size: 0 2024-04-14T16:07:07.654 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.write_buffer_manager: 0x563b268b61e0 2024-04-14T16:07:07.654 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-14T16:07:07.654 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-14T16:07:07.654 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-14T16:07:07.654 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.rate_limiter: (nil) 2024-04-14T16:07:07.655 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-14T16:07:07.655 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.wal_recovery_mode: 2 2024-04-14T16:07:07.655 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.enable_thread_tracking: 0 2024-04-14T16:07:07.655 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.enable_pipelined_write: 0 2024-04-14T16:07:07.655 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.unordered_write: 0 2024-04-14T16:07:07.655 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-14T16:07:07.655 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-14T16:07:07.655 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-14T16:07:07.655 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-14T16:07:07.655 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.row_cache: None 2024-04-14T16:07:07.656 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.wal_filter: None 2024-04-14T16:07:07.656 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-14T16:07:07.656 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.allow_ingest_behind: 0 2024-04-14T16:07:07.656 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.two_write_queues: 0 2024-04-14T16:07:07.656 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.manual_wal_flush: 0 2024-04-14T16:07:07.656 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.wal_compression: 0 2024-04-14T16:07:07.656 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.atomic_flush: 0 2024-04-14T16:07:07.656 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-14T16:07:07.656 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-14T16:07:07.656 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-14T16:07:07.656 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.log_readahead_size: 0 2024-04-14T16:07:07.657 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-14T16:07:07.657 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.best_efforts_recovery: 0 2024-04-14T16:07:07.657 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-14T16:07:07.657 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-14T16:07:07.657 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.allow_data_in_errors: 0 2024-04-14T16:07:07.657 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.db_host_id: __hostname__ 2024-04-14T16:07:07.657 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-14T16:07:07.657 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.max_background_jobs: 2 2024-04-14T16:07:07.657 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.max_background_compactions: -1 2024-04-14T16:07:07.657 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.max_subcompactions: 1 2024-04-14T16:07:07.657 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-14T16:07:07.657 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-14T16:07:07.657 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-14T16:07:07.658 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.max_total_wal_size: 0 2024-04-14T16:07:07.658 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-14T16:07:07.658 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-14T16:07:07.658 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-14T16:07:07.658 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-14T16:07:07.658 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.max_open_files: -1 2024-04-14T16:07:07.658 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.bytes_per_sync: 0 2024-04-14T16:07:07.658 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-14T16:07:07.658 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-14T16:07:07.658 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.compaction_readahead_size: 0 2024-04-14T16:07:07.658 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.max_background_flushes: -1 2024-04-14T16:07:07.659 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Compression algorithms supported: 2024-04-14T16:07:07.659 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-14T16:07:07.659 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: kZSTD supported: 0 2024-04-14T16:07:07.659 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: kXpressCompression supported: 0 2024-04-14T16:07:07.659 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: kLZ4HCCompression supported: 1 2024-04-14T16:07:07.659 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: kZlibCompression supported: 1 2024-04-14T16:07:07.659 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: kSnappyCompression supported: 1 2024-04-14T16:07:07.659 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: kLZ4Compression supported: 1 2024-04-14T16:07:07.659 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: kBZip2Compression supported: 0 2024-04-14T16:07:07.659 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-14T16:07:07.659 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-14T16:07:07.659 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000010 2024-04-14T16:07:07.659 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-14T16:07:07.660 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-14T16:07:07.660 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.merge_operator: 2024-04-14T16:07:07.660 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.compaction_filter: None 2024-04-14T16:07:07.660 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.compaction_filter_factory: None 2024-04-14T16:07:07.660 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.sst_partitioner_factory: None 2024-04-14T16:07:07.660 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-14T16:07:07.660 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-14T16:07:07.660 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563b268e5dc0) 2024-04-14T16:07:07.660 INFO:journalctl@ceph.mon.b.smithi191.stdout: cache_index_and_filter_blocks: 1 2024-04-14T16:07:07.660 INFO:journalctl@ceph.mon.b.smithi191.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-14T16:07:07.660 INFO:journalctl@ceph.mon.b.smithi191.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-14T16:07:07.660 INFO:journalctl@ceph.mon.b.smithi191.stdout: pin_top_level_index_and_filter: 1 2024-04-14T16:07:07.660 INFO:journalctl@ceph.mon.b.smithi191.stdout: index_type: 0 2024-04-14T16:07:07.660 INFO:journalctl@ceph.mon.b.smithi191.stdout: data_block_index_type: 0 2024-04-14T16:07:07.661 INFO:journalctl@ceph.mon.b.smithi191.stdout: index_shortening: 1 2024-04-14T16:07:07.661 INFO:journalctl@ceph.mon.b.smithi191.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-14T16:07:07.661 INFO:journalctl@ceph.mon.b.smithi191.stdout: checksum: 4 2024-04-14T16:07:07.661 INFO:journalctl@ceph.mon.b.smithi191.stdout: no_block_cache: 0 2024-04-14T16:07:07.661 INFO:journalctl@ceph.mon.b.smithi191.stdout: block_cache: 0x563b268e9090 2024-04-14T16:07:07.661 INFO:journalctl@ceph.mon.b.smithi191.stdout: block_cache_name: BinnedLRUCache 2024-04-14T16:07:07.661 INFO:journalctl@ceph.mon.b.smithi191.stdout: block_cache_options: 2024-04-14T16:07:07.661 INFO:journalctl@ceph.mon.b.smithi191.stdout: capacity : 536870912 2024-04-14T16:07:07.661 INFO:journalctl@ceph.mon.b.smithi191.stdout: num_shard_bits : 4 2024-04-14T16:07:07.661 INFO:journalctl@ceph.mon.b.smithi191.stdout: strict_capacity_limit : 0 2024-04-14T16:07:07.661 INFO:journalctl@ceph.mon.b.smithi191.stdout: high_pri_pool_ratio: 0.000 2024-04-14T16:07:07.662 INFO:journalctl@ceph.mon.b.smithi191.stdout: block_cache_compressed: (nil) 2024-04-14T16:07:07.662 INFO:journalctl@ceph.mon.b.smithi191.stdout: persistent_cache: (nil) 2024-04-14T16:07:07.662 INFO:journalctl@ceph.mon.b.smithi191.stdout: block_size: 4096 2024-04-14T16:07:07.662 INFO:journalctl@ceph.mon.b.smithi191.stdout: block_size_deviation: 10 2024-04-14T16:07:07.662 INFO:journalctl@ceph.mon.b.smithi191.stdout: block_restart_interval: 16 2024-04-14T16:07:07.662 INFO:journalctl@ceph.mon.b.smithi191.stdout: index_block_restart_interval: 1 2024-04-14T16:07:07.662 INFO:journalctl@ceph.mon.b.smithi191.stdout: metadata_block_size: 4096 2024-04-14T16:07:07.662 INFO:journalctl@ceph.mon.b.smithi191.stdout: partition_filters: 0 2024-04-14T16:07:07.662 INFO:journalctl@ceph.mon.b.smithi191.stdout: use_delta_encoding: 1 2024-04-14T16:07:07.662 INFO:journalctl@ceph.mon.b.smithi191.stdout: filter_policy: bloomfilter 2024-04-14T16:07:07.662 INFO:journalctl@ceph.mon.b.smithi191.stdout: whole_key_filtering: 1 2024-04-14T16:07:07.663 INFO:journalctl@ceph.mon.b.smithi191.stdout: verify_compression: 0 2024-04-14T16:07:07.663 INFO:journalctl@ceph.mon.b.smithi191.stdout: read_amp_bytes_per_bit: 0 2024-04-14T16:07:07.663 INFO:journalctl@ceph.mon.b.smithi191.stdout: format_version: 5 2024-04-14T16:07:07.663 INFO:journalctl@ceph.mon.b.smithi191.stdout: enable_index_compression: 1 2024-04-14T16:07:07.663 INFO:journalctl@ceph.mon.b.smithi191.stdout: block_align: 0 2024-04-14T16:07:07.663 INFO:journalctl@ceph.mon.b.smithi191.stdout: max_auto_readahead_size: 262144 2024-04-14T16:07:07.663 INFO:journalctl@ceph.mon.b.smithi191.stdout: prepopulate_block_cache: 0 2024-04-14T16:07:07.663 INFO:journalctl@ceph.mon.b.smithi191.stdout: initial_auto_readahead_size: 8192 2024-04-14T16:07:07.663 INFO:journalctl@ceph.mon.b.smithi191.stdout: num_file_reads_for_auto_readahead: 2 2024-04-14T16:07:07.663 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.write_buffer_size: 33554432 2024-04-14T16:07:07.663 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.max_write_buffer_number: 2 2024-04-14T16:07:07.663 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.compression: NoCompression 2024-04-14T16:07:07.664 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.bottommost_compression: Disabled 2024-04-14T16:07:07.664 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.prefix_extractor: nullptr 2024-04-14T16:07:07.664 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-14T16:07:07.664 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.num_levels: 7 2024-04-14T16:07:07.664 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-14T16:07:07.664 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-14T16:07:07.664 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-14T16:07:07.664 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-14T16:07:07.664 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-14T16:07:07.664 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-14T16:07:07.664 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-14T16:07:07.665 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-14T16:07:07.665 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-14T16:07:07.665 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-14T16:07:07.665 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-14T16:07:07.665 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-14T16:07:07.665 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-14T16:07:07.665 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.compression_opts.level: 32767 2024-04-14T16:07:07.665 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.compression_opts.strategy: 0 2024-04-14T16:07:07.665 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-14T16:07:07.665 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-14T16:07:07.665 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-14T16:07:07.665 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-14T16:07:07.666 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.compression_opts.enabled: false 2024-04-14T16:07:07.666 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-14T16:07:07.666 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-14T16:07:07.666 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-14T16:07:07.666 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-14T16:07:07.666 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.target_file_size_base: 67108864 2024-04-14T16:07:07.666 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-14T16:07:07.666 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-14T16:07:07.666 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-14T16:07:07.666 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-14T16:07:07.666 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-14T16:07:07.666 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-14T16:07:07.667 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-14T16:07:07.667 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-14T16:07:07.667 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-14T16:07:07.667 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-14T16:07:07.667 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-14T16:07:07.667 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-14T16:07:07.667 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-14T16:07:07.667 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-14T16:07:07.667 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.arena_block_size: 1048576 2024-04-14T16:07:07.667 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-14T16:07:07.667 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-14T16:07:07.667 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.disable_auto_compactions: 0 2024-04-14T16:07:07.668 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-14T16:07:07.668 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-14T16:07:07.668 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-14T16:07:07.668 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-14T16:07:07.668 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-14T16:07:07.668 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-14T16:07:07.668 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-14T16:07:07.668 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-14T16:07:07.668 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-14T16:07:07.668 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-14T16:07:07.668 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-14T16:07:07.668 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.inplace_update_support: 0 2024-04-14T16:07:07.668 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-14T16:07:07.669 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-14T16:07:07.669 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-14T16:07:07.669 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-14T16:07:07.669 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.bloom_locality: 0 2024-04-14T16:07:07.669 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.max_successive_merges: 0 2024-04-14T16:07:07.669 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-14T16:07:07.669 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.paranoid_file_checks: 0 2024-04-14T16:07:07.669 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.force_consistency_checks: 1 2024-04-14T16:07:07.669 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.report_bg_io_stats: 0 2024-04-14T16:07:07.669 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.ttl: 2592000 2024-04-14T16:07:07.669 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-14T16:07:07.669 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-14T16:07:07.670 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-14T16:07:07.670 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.enable_blob_files: false 2024-04-14T16:07:07.670 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.min_blob_size: 0 2024-04-14T16:07:07.670 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.blob_file_size: 268435456 2024-04-14T16:07:07.670 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-14T16:07:07.670 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-14T16:07:07.671 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-14T16:07:07.671 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-14T16:07:07.671 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-14T16:07:07.671 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.blob_file_starting_level: 0 2024-04-14T16:07:07.671 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-14T16:07:07.671 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/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-14T16:07:07.671 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-14T16:07:07.671 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: b7c59fa1-6707-4e8c-b7de-97e38dc51e96 2024-04-14T16:07:07.671 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713110827478739, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-14T16:07:07.671 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-14T16:07:07.671 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713110827495550, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 4001600, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 6, "largest_seqno": 4219, "table_properties": {"data_size": 3986344, "index_size": 9282, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 4933, "raw_key_size": 48632, "raw_average_key_size": 24, "raw_value_size": 3946839, "raw_average_value_size": 2002, "num_data_blocks": 440, "num_entries": 1971, "num_filter_entries": 1971, "num_deletions": 4, "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": 1713110827, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "b7c59fa1-6707-4e8c-b7de-97e38dc51e96", "db_session_id": "4ALXMQ3L903KS5OJ0RN8", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-14T16:07:07.671 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713110827495656, "job": 1, "event": "recovery_finished"} 2024-04-14T16:07:07.672 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-14T16:07:07.672 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-14T16:07:07.672 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x563b269d8000 2024-04-14T16:07:07.672 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: DB pointer 0x563b269c2000 2024-04-14T16:07:07.672 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-14T16:07:07.672 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-14T16:07:07.672 INFO:journalctl@ceph.mon.b.smithi191.stdout: ** DB Stats ** 2024-04-14T16:07:07.672 INFO:journalctl@ceph.mon.b.smithi191.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-14T16:07:07.672 INFO:journalctl@ceph.mon.b.smithi191.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-14T16:07:07.672 INFO:journalctl@ceph.mon.b.smithi191.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-14T16:07:07.672 INFO:journalctl@ceph.mon.b.smithi191.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-14T16:07:07.672 INFO:journalctl@ceph.mon.b.smithi191.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-14T16:07:07.672 INFO:journalctl@ceph.mon.b.smithi191.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-14T16:07:07.672 INFO:journalctl@ceph.mon.b.smithi191.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-14T16:07:07.672 INFO:journalctl@ceph.mon.b.smithi191.stdout: 2024-04-14T16:07:07.673 INFO:journalctl@ceph.mon.b.smithi191.stdout: ** Compaction Stats [default] ** 2024-04-14T16:07:07.673 INFO:journalctl@ceph.mon.b.smithi191.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-14T16:07:07.673 INFO:journalctl@ceph.mon.b.smithi191.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-14T16:07:07.673 INFO:journalctl@ceph.mon.b.smithi191.stdout: L0 2/0 3.82 MB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 521.4 0.01 0.00 1 0.007 0 0 0.0 0.0 2024-04-14T16:07:07.673 INFO:journalctl@ceph.mon.b.smithi191.stdout: Sum 2/0 3.82 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 521.4 0.01 0.00 1 0.007 0 0 0.0 0.0 2024-04-14T16:07:07.673 INFO:journalctl@ceph.mon.b.smithi191.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 521.4 0.01 0.00 1 0.007 0 0 0.0 0.0 2024-04-14T16:07:07.673 INFO:journalctl@ceph.mon.b.smithi191.stdout: 2024-04-14T16:07:07.673 INFO:journalctl@ceph.mon.b.smithi191.stdout: ** Compaction Stats [default] ** 2024-04-14T16:07:07.673 INFO:journalctl@ceph.mon.b.smithi191.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-14T16:07:07.673 INFO:journalctl@ceph.mon.b.smithi191.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-14T16:07:07.673 INFO:journalctl@ceph.mon.b.smithi191.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 521.4 0.01 0.00 1 0.007 0 0 0.0 0.0 2024-04-14T16:07:07.674 INFO:journalctl@ceph.mon.b.smithi191.stdout: 2024-04-14T16:07:07.674 INFO:journalctl@ceph.mon.b.smithi191.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-14T16:07:07.674 INFO:journalctl@ceph.mon.b.smithi191.stdout: 2024-04-14T16:07:07.674 INFO:journalctl@ceph.mon.b.smithi191.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-14T16:07:07.674 INFO:journalctl@ceph.mon.b.smithi191.stdout: Flush(GB): cumulative 0.004, interval 0.004 2024-04-14T16:07:07.674 INFO:journalctl@ceph.mon.b.smithi191.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-14T16:07:07.674 INFO:journalctl@ceph.mon.b.smithi191.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-14T16:07:07.674 INFO:journalctl@ceph.mon.b.smithi191.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-14T16:07:07.674 INFO:journalctl@ceph.mon.b.smithi191.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-14T16:07:07.674 INFO:journalctl@ceph.mon.b.smithi191.stdout: Cumulative compaction: 0.00 GB write, 197.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-14T16:07:07.674 INFO:journalctl@ceph.mon.b.smithi191.stdout: Interval compaction: 0.00 GB write, 197.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-14T16:07:07.674 INFO:journalctl@ceph.mon.b.smithi191.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-14T16:07:07.674 INFO:journalctl@ceph.mon.b.smithi191.stdout: Block cache BinnedLRUCache@0x563b268e9090#2 capacity: 512.00 MB usage: 15.33 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-04-14T16:07:07.675 INFO:journalctl@ceph.mon.b.smithi191.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,5.14 KB,0.000980496%) IndexBlock(2,10.19 KB,0.00194311%) Misc(1,0.00 KB,0%) 2024-04-14T16:07:07.675 INFO:journalctl@ceph.mon.b.smithi191.stdout: 2024-04-14T16:07:07.675 INFO:journalctl@ceph.mon.b.smithi191.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-14T16:07:07.675 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: starting mon.b rank 1 at public addrs [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] at bind addrs [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:07:07.675 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: mon.b@-1(???) e2 preinit fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:07:07.675 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: mon.b@-1(???).mds e1 new map 2024-04-14T16:07:07.675 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: mon.b@-1(???).mds e1 print_map 2024-04-14T16:07:07.675 INFO:journalctl@ceph.mon.b.smithi191.stdout: e1 2024-04-14T16:07:07.675 INFO:journalctl@ceph.mon.b.smithi191.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-14T16:07:07.675 INFO:journalctl@ceph.mon.b.smithi191.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-14T16:07:07.675 INFO:journalctl@ceph.mon.b.smithi191.stdout: legacy client fscid: -1 2024-04-14T16:07:07.675 INFO:journalctl@ceph.mon.b.smithi191.stdout: 2024-04-14T16:07:07.675 INFO:journalctl@ceph.mon.b.smithi191.stdout: No filesystems configured 2024-04-14T16:07:07.675 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: mon.b@-1(???).osd e14 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-14T16:07:07.675 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T16:07:07.676 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T16:07:07.676 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T16:07:07.676 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: mon.b@-1(???).paxosservice(auth 1..10) refresh upgraded, format 0 -> 3 2024-04-14T16:07:07.676 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 bash[40641]: f9c9ea69db1ef5a3df6258b20327838bb3d16afcbbbe7844ded6daf9f4895532 2024-04-14T16:07:07.676 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 systemd[1]: Started Ceph mon.b for 55bd5fb6-fa78-11ee-bc8e-c7b262605968. 2024-04-14T16:07:08.148 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:08.148 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:08.148 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:08.148 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T16:07:08.148 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:07 smithi191 ceph-mon[40660]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T16:07:08.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:07 smithi129 ceph-mon[47598]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:08.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:07 smithi129 ceph-mon[47598]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:08.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:07 smithi129 ceph-mon[47598]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:08.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:07 smithi129 ceph-mon[47598]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T16:07:08.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:07 smithi129 ceph-mon[47598]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T16:07:09.148 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: pgmap v104: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:09.148 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: mon.b calling monitor election 2024-04-14T16:07:09.148 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: mon.a calling monitor election 2024-04-14T16:07:09.149 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-14T16:07:09.149 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: monmap epoch 2 2024-04-14T16:07:09.149 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:07:09.149 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: last_changed 2024-04-14T16:04:28.565654+0000 2024-04-14T16:07:09.149 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: created 2024-04-14T16:02:45.072708+0000 2024-04-14T16:07:09.149 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: min_mon_release 19 (squid) 2024-04-14T16:07:09.149 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: election_strategy: 1 2024-04-14T16:07:09.149 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: 0: [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon.a 2024-04-14T16:07:09.149 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.b 2024-04-14T16:07:09.149 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: fsmap 2024-04-14T16:07:09.149 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: osdmap e14: 2 total, 2 up, 2 in 2024-04-14T16:07:09.149 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: mgrmap e14: a(active, since 3m), standbys: b 2024-04-14T16:07:09.150 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: overall HEALTH_OK 2024-04-14T16:07:09.150 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:07:09.150 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:07:09.150 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:07:09.150 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:07:09.150 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:07:09.150 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:07:09.150 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: Redeploying mon.a, (container cli args changed) . . . 2024-04-14T16:07:09.150 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T16:07:09.150 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-14T16:07:09.150 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:07:09.150 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:08 smithi191 ceph-mon[40660]: Deploying daemon mon.a on smithi129 2024-04-14T16:07:09.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: pgmap v104: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:09.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: mon.b calling monitor election 2024-04-14T16:07:09.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: mon.a calling monitor election 2024-04-14T16:07:09.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-14T16:07:09.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: monmap epoch 2 2024-04-14T16:07:09.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:07:09.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: last_changed 2024-04-14T16:04:28.565654+0000 2024-04-14T16:07:09.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: created 2024-04-14T16:02:45.072708+0000 2024-04-14T16:07:09.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: min_mon_release 19 (squid) 2024-04-14T16:07:09.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: election_strategy: 1 2024-04-14T16:07:09.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: 0: [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon.a 2024-04-14T16:07:09.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.b 2024-04-14T16:07:09.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: fsmap 2024-04-14T16:07:09.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: osdmap e14: 2 total, 2 up, 2 in 2024-04-14T16:07:09.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: mgrmap e14: a(active, since 3m), standbys: b 2024-04-14T16:07:09.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: overall HEALTH_OK 2024-04-14T16:07:09.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:07:09.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:07:09.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:07:09.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:07:09.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:07:09.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:07:09.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: Redeploying mon.a, (container cli args changed) . . . 2024-04-14T16:07:09.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T16:07:09.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-14T16:07:09.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:07:09.323 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:08 smithi129 ceph-mon[47598]: Deploying daemon mon.a on smithi129 2024-04-14T16:07:10.044 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:09 smithi129 systemd[1]: Stopping Ceph mon.a for 55bd5fb6-fa78-11ee-bc8e-c7b262605968... 2024-04-14T16:07:10.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:10 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a[47589]: 2024-04-14T16:07:10.041+0000 7f05acbdb700 -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-14T16:07:10.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:10 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a[47589]: 2024-04-14T16:07:10.041+0000 7f05acbdb700 -1 mon.a@0(leader) e2 *** Got Signal Terminated *** 2024-04-14T16:07:10.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:10 smithi129 podman[47995]: 2024-04-14 16:07:10.103872713 +0000 UTC m=+0.167262325 container died 307260d6de61be670a74498031701794405bf24c16e68e8dab47a07674073754 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-a971fd5, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240403, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD) 2024-04-14T16:07:10.710 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:10 smithi129 podman[47995]: 2024-04-14 16:07:10.459124191 +0000 UTC m=+0.522513812 container cleanup 307260d6de61be670a74498031701794405bf24c16e68e8dab47a07674073754 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=main-a971fd5, org.label-schema.build-date=20240403, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True) 2024-04-14T16:07:10.710 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:10 smithi129 bash[47995]: ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a 2024-04-14T16:07:10.966 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:10 smithi129 podman[48009]: 2024-04-14 16:07:10.710229849 +0000 UTC m=+0.606172939 container remove 307260d6de61be670a74498031701794405bf24c16e68e8dab47a07674073754 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240403, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, RELEASE=main-a971fd5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, maintainer=Guillaume Abrioux ) 2024-04-14T16:07:10.966 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:10 smithi129 systemd[1]: ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-14T16:07:10.967 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:10 smithi129 systemd[1]: Stopped Ceph mon.a for 55bd5fb6-fa78-11ee-bc8e-c7b262605968. 2024-04-14T16:07:11.253 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 systemd[1]: Starting Ceph mon.a for 55bd5fb6-fa78-11ee-bc8e-c7b262605968... 2024-04-14T16:07:11.506 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 podman[48133]: 2024-04-14 16:07:11.253263532 +0000 UTC m=+0.092464132 container create 4b8d4c2bb12a91a99eb3c53e998a5049c60fb18fd3cf1452833bb6ea091f1394 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240403, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=main-a971fd5, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0) 2024-04-14T16:07:11.507 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 podman[48133]: 2024-04-14 16:07:11.178217413 +0000 UTC m=+0.017417982 image pull b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608 2024-04-14T16:07:11.507 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 podman[48133]: 2024-04-14 16:07:11.430775587 +0000 UTC m=+0.269976141 container init 4b8d4c2bb12a91a99eb3c53e998a5049c60fb18fd3cf1452833bb6ea091f1394 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.build-date=20240403, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=main-a971fd5, 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, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-04-14T16:07:11.507 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 podman[48133]: 2024-04-14 16:07:11.433672975 +0000 UTC m=+0.272873531 container start 4b8d4c2bb12a91a99eb3c53e998a5049c60fb18fd3cf1452833bb6ea091f1394 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, org.label-schema.build-date=20240403, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=main-a971fd5, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0) 2024-04-14T16:07:11.507 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: set uid:gid to 167:167 (ceph:ceph) 2024-04-14T16:07:11.507 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: ceph version 19.0.0-2778-ga971fd5f (a971fd5f5719038c70b817bafacd6d5400b1d888) squid (dev), process ceph-mon, pid 2 2024-04-14T16:07:11.507 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: pidfile_write: ignore empty --pid-file 2024-04-14T16:07:11.507 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: load: jerasure load: lrc 2024-04-14T16:07:11.507 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: RocksDB version: 7.9.2 2024-04-14T16:07:11.507 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Git sha 0 2024-04-14T16:07:11.507 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Compile date 2024-04-06 20:28:24 2024-04-14T16:07:11.508 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: DB SUMMARY 2024-04-14T16:07:11.508 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: DB Session ID: K5ESWV0T59930GVZ88CQ 2024-04-14T16:07:11.508 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: CURRENT file: CURRENT 2024-04-14T16:07:11.508 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: IDENTITY file: IDENTITY 2024-04-14T16:07:11.508 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: MANIFEST file: MANIFEST-000020 size: 373 Bytes 2024-04-14T16:07:11.508 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 3, files: 000008.sst 000013.sst 000018.sst 2024-04-14T16:07:11.508 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000019.log size: 179579 ; 2024-04-14T16:07:11.509 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.error_if_exists: 0 2024-04-14T16:07:11.509 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.create_if_missing: 0 2024-04-14T16:07:11.509 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.paranoid_checks: 1 2024-04-14T16:07:11.509 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-14T16:07:11.509 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-14T16:07:11.509 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-14T16:07:11.509 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.env: 0x5617d43c3c60 2024-04-14T16:07:11.510 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.fs: PosixFileSystem 2024-04-14T16:07:11.510 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.info_log: 0x5617d6af3be0 2024-04-14T16:07:11.510 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.max_file_opening_threads: 16 2024-04-14T16:07:11.510 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.statistics: (nil) 2024-04-14T16:07:11.510 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.use_fsync: 0 2024-04-14T16:07:11.510 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.max_log_file_size: 0 2024-04-14T16:07:11.510 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-14T16:07:11.510 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-14T16:07:11.510 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.keep_log_file_num: 1000 2024-04-14T16:07:11.510 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.recycle_log_file_num: 0 2024-04-14T16:07:11.510 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.allow_fallocate: 1 2024-04-14T16:07:11.511 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.allow_mmap_reads: 0 2024-04-14T16:07:11.511 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.allow_mmap_writes: 0 2024-04-14T16:07:11.511 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.use_direct_reads: 0 2024-04-14T16:07:11.511 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-14T16:07:11.511 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.create_missing_column_families: 0 2024-04-14T16:07:11.511 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.db_log_dir: 2024-04-14T16:07:11.511 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.wal_dir: 2024-04-14T16:07:11.511 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-14T16:07:11.511 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-14T16:07:11.511 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-14T16:07:11.511 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-14T16:07:11.511 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-14T16:07:11.511 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-14T16:07:11.512 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.advise_random_on_open: 1 2024-04-14T16:07:11.512 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.db_write_buffer_size: 0 2024-04-14T16:07:11.512 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.write_buffer_manager: 0x5617d6ac41e0 2024-04-14T16:07:11.512 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-14T16:07:11.512 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-14T16:07:11.512 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-14T16:07:11.512 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.rate_limiter: (nil) 2024-04-14T16:07:11.512 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-14T16:07:11.512 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.wal_recovery_mode: 2 2024-04-14T16:07:11.512 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.enable_thread_tracking: 0 2024-04-14T16:07:11.512 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.enable_pipelined_write: 0 2024-04-14T16:07:11.512 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.unordered_write: 0 2024-04-14T16:07:11.512 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-14T16:07:11.512 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-14T16:07:11.513 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-14T16:07:11.513 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-14T16:07:11.513 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.row_cache: None 2024-04-14T16:07:11.513 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.wal_filter: None 2024-04-14T16:07:11.513 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-14T16:07:11.513 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.allow_ingest_behind: 0 2024-04-14T16:07:11.513 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.two_write_queues: 0 2024-04-14T16:07:11.513 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.manual_wal_flush: 0 2024-04-14T16:07:11.513 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.wal_compression: 0 2024-04-14T16:07:11.513 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.atomic_flush: 0 2024-04-14T16:07:11.513 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-14T16:07:11.513 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-14T16:07:11.514 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-14T16:07:11.514 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.log_readahead_size: 0 2024-04-14T16:07:11.514 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-14T16:07:11.514 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.best_efforts_recovery: 0 2024-04-14T16:07:11.514 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-14T16:07:11.514 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-14T16:07:11.514 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.allow_data_in_errors: 0 2024-04-14T16:07:11.514 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.db_host_id: __hostname__ 2024-04-14T16:07:11.514 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-14T16:07:11.514 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.max_background_jobs: 2 2024-04-14T16:07:11.514 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.max_background_compactions: -1 2024-04-14T16:07:11.514 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.max_subcompactions: 1 2024-04-14T16:07:11.514 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-14T16:07:11.514 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-14T16:07:11.515 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-14T16:07:11.515 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.max_total_wal_size: 0 2024-04-14T16:07:11.515 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-14T16:07:11.515 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-14T16:07:11.515 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-14T16:07:11.515 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-14T16:07:11.515 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.max_open_files: -1 2024-04-14T16:07:11.515 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.bytes_per_sync: 0 2024-04-14T16:07:11.515 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-14T16:07:11.515 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-14T16:07:11.515 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.compaction_readahead_size: 0 2024-04-14T16:07:11.515 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.max_background_flushes: -1 2024-04-14T16:07:11.515 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Compression algorithms supported: 2024-04-14T16:07:11.515 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-14T16:07:11.516 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: kZSTD supported: 0 2024-04-14T16:07:11.516 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: kXpressCompression supported: 0 2024-04-14T16:07:11.516 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: kLZ4HCCompression supported: 1 2024-04-14T16:07:11.516 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: kZlibCompression supported: 1 2024-04-14T16:07:11.516 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: kSnappyCompression supported: 1 2024-04-14T16:07:11.516 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: kLZ4Compression supported: 1 2024-04-14T16:07:11.516 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: kBZip2Compression supported: 0 2024-04-14T16:07:11.516 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-14T16:07:11.516 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-14T16:07:11.516 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000020 2024-04-14T16:07:11.516 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-14T16:07:11.516 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-14T16:07:11.516 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.merge_operator: 2024-04-14T16:07:11.516 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.compaction_filter: None 2024-04-14T16:07:11.517 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.compaction_filter_factory: None 2024-04-14T16:07:11.517 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.sst_partitioner_factory: None 2024-04-14T16:07:11.517 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-14T16:07:11.517 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-14T16:07:11.517 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5617d6af3dc0) 2024-04-14T16:07:11.517 INFO:journalctl@ceph.mon.a.smithi129.stdout: cache_index_and_filter_blocks: 1 2024-04-14T16:07:11.517 INFO:journalctl@ceph.mon.a.smithi129.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-14T16:07:11.517 INFO:journalctl@ceph.mon.a.smithi129.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-14T16:07:11.517 INFO:journalctl@ceph.mon.a.smithi129.stdout: pin_top_level_index_and_filter: 1 2024-04-14T16:07:11.517 INFO:journalctl@ceph.mon.a.smithi129.stdout: index_type: 0 2024-04-14T16:07:11.517 INFO:journalctl@ceph.mon.a.smithi129.stdout: data_block_index_type: 0 2024-04-14T16:07:11.517 INFO:journalctl@ceph.mon.a.smithi129.stdout: index_shortening: 1 2024-04-14T16:07:11.518 INFO:journalctl@ceph.mon.a.smithi129.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-14T16:07:11.518 INFO:journalctl@ceph.mon.a.smithi129.stdout: checksum: 4 2024-04-14T16:07:11.518 INFO:journalctl@ceph.mon.a.smithi129.stdout: no_block_cache: 0 2024-04-14T16:07:11.518 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_cache: 0x5617d6af7090 2024-04-14T16:07:11.518 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_cache_name: BinnedLRUCache 2024-04-14T16:07:11.518 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_cache_options: 2024-04-14T16:07:11.518 INFO:journalctl@ceph.mon.a.smithi129.stdout: capacity : 536870912 2024-04-14T16:07:11.518 INFO:journalctl@ceph.mon.a.smithi129.stdout: num_shard_bits : 4 2024-04-14T16:07:11.518 INFO:journalctl@ceph.mon.a.smithi129.stdout: strict_capacity_limit : 0 2024-04-14T16:07:11.518 INFO:journalctl@ceph.mon.a.smithi129.stdout: high_pri_pool_ratio: 0.000 2024-04-14T16:07:11.518 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_cache_compressed: (nil) 2024-04-14T16:07:11.518 INFO:journalctl@ceph.mon.a.smithi129.stdout: persistent_cache: (nil) 2024-04-14T16:07:11.518 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_size: 4096 2024-04-14T16:07:11.519 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_size_deviation: 10 2024-04-14T16:07:11.519 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_restart_interval: 16 2024-04-14T16:07:11.519 INFO:journalctl@ceph.mon.a.smithi129.stdout: index_block_restart_interval: 1 2024-04-14T16:07:11.519 INFO:journalctl@ceph.mon.a.smithi129.stdout: metadata_block_size: 4096 2024-04-14T16:07:11.519 INFO:journalctl@ceph.mon.a.smithi129.stdout: partition_filters: 0 2024-04-14T16:07:11.519 INFO:journalctl@ceph.mon.a.smithi129.stdout: use_delta_encoding: 1 2024-04-14T16:07:11.519 INFO:journalctl@ceph.mon.a.smithi129.stdout: filter_policy: bloomfilter 2024-04-14T16:07:11.519 INFO:journalctl@ceph.mon.a.smithi129.stdout: whole_key_filtering: 1 2024-04-14T16:07:11.519 INFO:journalctl@ceph.mon.a.smithi129.stdout: verify_compression: 0 2024-04-14T16:07:11.519 INFO:journalctl@ceph.mon.a.smithi129.stdout: read_amp_bytes_per_bit: 0 2024-04-14T16:07:11.519 INFO:journalctl@ceph.mon.a.smithi129.stdout: format_version: 5 2024-04-14T16:07:11.519 INFO:journalctl@ceph.mon.a.smithi129.stdout: enable_index_compression: 1 2024-04-14T16:07:11.520 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_align: 0 2024-04-14T16:07:11.520 INFO:journalctl@ceph.mon.a.smithi129.stdout: max_auto_readahead_size: 262144 2024-04-14T16:07:11.520 INFO:journalctl@ceph.mon.a.smithi129.stdout: prepopulate_block_cache: 0 2024-04-14T16:07:11.520 INFO:journalctl@ceph.mon.a.smithi129.stdout: initial_auto_readahead_size: 8192 2024-04-14T16:07:11.520 INFO:journalctl@ceph.mon.a.smithi129.stdout: num_file_reads_for_auto_readahead: 2 2024-04-14T16:07:11.520 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.write_buffer_size: 33554432 2024-04-14T16:07:11.520 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.max_write_buffer_number: 2 2024-04-14T16:07:11.520 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.compression: NoCompression 2024-04-14T16:07:11.520 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.bottommost_compression: Disabled 2024-04-14T16:07:11.520 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.prefix_extractor: nullptr 2024-04-14T16:07:11.520 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-14T16:07:11.520 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.num_levels: 7 2024-04-14T16:07:11.520 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-14T16:07:11.521 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-14T16:07:11.521 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-14T16:07:11.521 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-14T16:07:11.521 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-14T16:07:11.521 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-14T16:07:11.521 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-14T16:07:11.521 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-14T16:07:11.521 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-14T16:07:11.521 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-14T16:07:11.521 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-14T16:07:11.521 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-14T16:07:11.521 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-14T16:07:11.521 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.compression_opts.level: 32767 2024-04-14T16:07:11.521 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.compression_opts.strategy: 0 2024-04-14T16:07:11.522 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-14T16:07:11.522 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-14T16:07:11.522 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-14T16:07:11.522 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-14T16:07:11.522 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.compression_opts.enabled: false 2024-04-14T16:07:11.523 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-14T16:07:11.523 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-14T16:07:11.523 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-14T16:07:11.523 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-14T16:07:11.523 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.target_file_size_base: 67108864 2024-04-14T16:07:11.523 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-14T16:07:11.523 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-14T16:07:11.523 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-14T16:07:11.523 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-14T16:07:11.523 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-14T16:07:11.524 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-14T16:07:11.524 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-14T16:07:11.524 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-14T16:07:11.524 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-14T16:07:11.524 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-14T16:07:11.524 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-14T16:07:11.524 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-14T16:07:11.524 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-14T16:07:11.524 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-14T16:07:11.524 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.arena_block_size: 1048576 2024-04-14T16:07:11.524 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-14T16:07:11.524 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-14T16:07:11.524 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.disable_auto_compactions: 0 2024-04-14T16:07:11.525 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-14T16:07:11.525 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-14T16:07:11.525 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-14T16:07:11.525 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-14T16:07:11.525 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-14T16:07:11.525 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-14T16:07:11.525 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-14T16:07:11.525 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-14T16:07:11.525 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-14T16:07:11.525 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-14T16:07:11.525 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-14T16:07:11.525 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.inplace_update_support: 0 2024-04-14T16:07:11.526 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-14T16:07:11.526 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-14T16:07:11.526 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-14T16:07:11.526 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-14T16:07:11.526 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.bloom_locality: 0 2024-04-14T16:07:11.526 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.max_successive_merges: 0 2024-04-14T16:07:11.526 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-14T16:07:11.526 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.paranoid_file_checks: 0 2024-04-14T16:07:11.526 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.force_consistency_checks: 1 2024-04-14T16:07:11.526 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.report_bg_io_stats: 0 2024-04-14T16:07:11.526 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.ttl: 2592000 2024-04-14T16:07:11.526 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-14T16:07:11.526 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-14T16:07:11.527 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-14T16:07:11.527 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.enable_blob_files: false 2024-04-14T16:07:11.527 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.min_blob_size: 0 2024-04-14T16:07:11.527 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.blob_file_size: 268435456 2024-04-14T16:07:11.527 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-14T16:07:11.527 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-14T16:07:11.527 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-14T16:07:11.527 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-14T16:07:11.527 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-14T16:07:11.527 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.blob_file_starting_level: 0 2024-04-14T16:07:11.527 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-14T16:07:11.527 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000020 succeeded,manifest_file_number is 20, next_file_number is 22, last_sequence is 4287, log_number is 15,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 15 2024-04-14T16:07:11.527 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 15 2024-04-14T16:07:11.527 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 548a1260-831b-4a69-9b1c-54679f121a5a 2024-04-14T16:07:11.527 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713110831463255, "job": 1, "event": "recovery_started", "wal_files": [19]} 2024-04-14T16:07:11.528 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #19 mode 2 2024-04-14T16:07:11.528 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713110831464512, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 23, "file_size": 165368, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 4293, "largest_seqno": 4473, "table_properties": {"data_size": 163484, "index_size": 526, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 325, "raw_key_size": 2845, "raw_average_key_size": 25, "raw_value_size": 161141, "raw_average_value_size": 1464, "num_data_blocks": 23, "num_entries": 110, "num_filter_entries": 110, "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": 1713110831, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "548a1260-831b-4a69-9b1c-54679f121a5a", "db_session_id": "K5ESWV0T59930GVZ88CQ", "orig_file_number": 23, "seqno_to_time_mapping": "N/A"}} 2024-04-14T16:07:11.528 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713110831464595, "job": 1, "event": "recovery_finished"} 2024-04-14T16:07:11.528 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: [db/version_set.cc:5047] Creating manifest 25 2024-04-14T16:07:11.528 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000019.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-14T16:07:11.528 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5617d6be6000 2024-04-14T16:07:11.528 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: DB pointer 0x5617d6bd0000 2024-04-14T16:07:11.528 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: [db/compaction/compaction_job.cc:1995] [default] [JOB 3] Compacting 4@0 files to L6, score 1.00 2024-04-14T16:07:11.528 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: [db/compaction/compaction_job.cc:2001] [default]: Compaction start summary: Base version 2 Base level 0, inputs: [23(161KB) 18(3753KB) 13(83KB) 8(1905B)] 2024-04-14T16:07:11.528 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713110831465860, "job": 3, "event": "compaction_started", "compaction_reason": "LevelL0FilesNum", "files_L0": [23, 18, 13, 8], "score": 1, "input_data_size": 4097080, "oldest_snapshot_seqno": -1} 2024-04-14T16:07:11.529 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-14T16:07:11.529 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-14T16:07:11.529 INFO:journalctl@ceph.mon.a.smithi129.stdout: ** DB Stats ** 2024-04-14T16:07:11.529 INFO:journalctl@ceph.mon.a.smithi129.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-14T16:07:11.529 INFO:journalctl@ceph.mon.a.smithi129.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-14T16:07:11.529 INFO:journalctl@ceph.mon.a.smithi129.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-14T16:07:11.529 INFO:journalctl@ceph.mon.a.smithi129.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-14T16:07:11.529 INFO:journalctl@ceph.mon.a.smithi129.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-14T16:07:11.529 INFO:journalctl@ceph.mon.a.smithi129.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-14T16:07:11.529 INFO:journalctl@ceph.mon.a.smithi129.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-14T16:07:11.529 INFO:journalctl@ceph.mon.a.smithi129.stdout: 2024-04-14T16:07:11.529 INFO:journalctl@ceph.mon.a.smithi129.stdout: ** Compaction Stats [default] ** 2024-04-14T16:07:11.529 INFO:journalctl@ceph.mon.a.smithi129.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-14T16:07:11.530 INFO:journalctl@ceph.mon.a.smithi129.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-14T16:07:11.530 INFO:journalctl@ceph.mon.a.smithi129.stdout: L0 4/4 3.91 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 182.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-14T16:07:11.530 INFO:journalctl@ceph.mon.a.smithi129.stdout: Sum 4/4 3.91 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 182.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-14T16:07:11.530 INFO:journalctl@ceph.mon.a.smithi129.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 182.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-14T16:07:11.530 INFO:journalctl@ceph.mon.a.smithi129.stdout: 2024-04-14T16:07:11.530 INFO:journalctl@ceph.mon.a.smithi129.stdout: ** Compaction Stats [default] ** 2024-04-14T16:07:11.530 INFO:journalctl@ceph.mon.a.smithi129.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-14T16:07:11.530 INFO:journalctl@ceph.mon.a.smithi129.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-14T16:07:11.530 INFO:journalctl@ceph.mon.a.smithi129.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 182.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-14T16:07:11.530 INFO:journalctl@ceph.mon.a.smithi129.stdout: 2024-04-14T16:07:11.530 INFO:journalctl@ceph.mon.a.smithi129.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-14T16:07:11.530 INFO:journalctl@ceph.mon.a.smithi129.stdout: 2024-04-14T16:07:11.531 INFO:journalctl@ceph.mon.a.smithi129.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-14T16:07:11.531 INFO:journalctl@ceph.mon.a.smithi129.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-14T16:07:11.531 INFO:journalctl@ceph.mon.a.smithi129.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-14T16:07:11.531 INFO:journalctl@ceph.mon.a.smithi129.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-14T16:07:11.531 INFO:journalctl@ceph.mon.a.smithi129.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-14T16:07:11.531 INFO:journalctl@ceph.mon.a.smithi129.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-14T16:07:11.531 INFO:journalctl@ceph.mon.a.smithi129.stdout: Cumulative compaction: 0.00 GB write, 47.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-14T16:07:11.531 INFO:journalctl@ceph.mon.a.smithi129.stdout: Interval compaction: 0.00 GB write, 47.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-14T16:07:11.531 INFO:journalctl@ceph.mon.a.smithi129.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-14T16:07:11.531 INFO:journalctl@ceph.mon.a.smithi129.stdout: Block cache BinnedLRUCache@0x5617d6af7090#2 capacity: 512.00 MB usage: 15.83 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-04-14T16:07:11.531 INFO:journalctl@ceph.mon.a.smithi129.stdout: Block cache entry stats(count,size,portion): FilterBlock(4,5.67 KB,0.00108182%) IndexBlock(4,10.16 KB,0.00193715%) Misc(1,0.00 KB,0%) 2024-04-14T16:07:11.531 INFO:journalctl@ceph.mon.a.smithi129.stdout: 2024-04-14T16:07:11.531 INFO:journalctl@ceph.mon.a.smithi129.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-14T16:07:11.531 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: starting mon.a rank 0 at public addrs [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] at bind addrs [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:07:11.531 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: mon.a@-1(???) e2 preinit fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:07:11.532 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: mon.a@-1(???).mds e1 new map 2024-04-14T16:07:11.532 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: mon.a@-1(???).mds e1 print_map 2024-04-14T16:07:11.532 INFO:journalctl@ceph.mon.a.smithi129.stdout: e1 2024-04-14T16:07:11.532 INFO:journalctl@ceph.mon.a.smithi129.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-14T16:07:11.532 INFO:journalctl@ceph.mon.a.smithi129.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-14T16:07:11.532 INFO:journalctl@ceph.mon.a.smithi129.stdout: legacy client fscid: -1 2024-04-14T16:07:11.532 INFO:journalctl@ceph.mon.a.smithi129.stdout: 2024-04-14T16:07:11.532 INFO:journalctl@ceph.mon.a.smithi129.stdout: No filesystems configured 2024-04-14T16:07:11.532 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: mon.a@-1(???).osd e14 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-14T16:07:11.532 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T16:07:11.532 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T16:07:11.532 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T16:07:11.533 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 ceph-mon[48152]: mon.a@-1(???).paxosservice(auth 1..10) refresh upgraded, format 0 -> 3 2024-04-14T16:07:11.533 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 bash[48133]: 4b8d4c2bb12a91a99eb3c53e998a5049c60fb18fd3cf1452833bb6ea091f1394 2024-04-14T16:07:11.533 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:11 smithi129 systemd[1]: Started Ceph mon.a for 55bd5fb6-fa78-11ee-bc8e-c7b262605968. 2024-04-14T16:07:13.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:12 smithi129 ceph-mon[48152]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T16:07:13.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:12 smithi129 ceph-mon[48152]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T16:07:13.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:12 smithi129 ceph-mon[48152]: pgmap v106: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:13.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:12 smithi129 ceph-mon[48152]: mon.a calling monitor election 2024-04-14T16:07:13.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:12 smithi129 ceph-mon[48152]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-14T16:07:13.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:12 smithi129 ceph-mon[48152]: monmap epoch 2 2024-04-14T16:07:13.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:12 smithi129 ceph-mon[48152]: fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:07:13.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:12 smithi129 ceph-mon[48152]: last_changed 2024-04-14T16:04:28.565654+0000 2024-04-14T16:07:13.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:12 smithi129 ceph-mon[48152]: created 2024-04-14T16:02:45.072708+0000 2024-04-14T16:07:13.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:12 smithi129 ceph-mon[48152]: min_mon_release 19 (squid) 2024-04-14T16:07:13.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:12 smithi129 ceph-mon[48152]: election_strategy: 1 2024-04-14T16:07:13.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:12 smithi129 ceph-mon[48152]: 0: [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon.a 2024-04-14T16:07:13.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:12 smithi129 ceph-mon[48152]: 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.b 2024-04-14T16:07:13.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:12 smithi129 ceph-mon[48152]: fsmap 2024-04-14T16:07:13.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:12 smithi129 ceph-mon[48152]: osdmap e14: 2 total, 2 up, 2 in 2024-04-14T16:07:13.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:12 smithi129 ceph-mon[48152]: mgrmap e14: a(active, since 3m), standbys: b 2024-04-14T16:07:13.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:12 smithi129 ceph-mon[48152]: overall HEALTH_OK 2024-04-14T16:07:13.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:12 smithi129 ceph-mon[48152]: from='mgr.14152 ' entity='' 2024-04-14T16:07:13.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:12 smithi129 ceph-mon[48152]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:13.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:12 smithi129 ceph-mon[48152]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T16:07:13.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:12 smithi129 ceph-mon[48152]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-14T16:07:13.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:12 smithi129 ceph-mon[48152]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:07:13.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:12 smithi191 ceph-mon[40660]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T16:07:13.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:12 smithi191 ceph-mon[40660]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T16:07:13.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:12 smithi191 ceph-mon[40660]: pgmap v106: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:13.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:12 smithi191 ceph-mon[40660]: mon.a calling monitor election 2024-04-14T16:07:13.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:12 smithi191 ceph-mon[40660]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-14T16:07:13.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:12 smithi191 ceph-mon[40660]: monmap epoch 2 2024-04-14T16:07:13.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:12 smithi191 ceph-mon[40660]: fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:07:13.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:12 smithi191 ceph-mon[40660]: last_changed 2024-04-14T16:04:28.565654+0000 2024-04-14T16:07:13.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:12 smithi191 ceph-mon[40660]: created 2024-04-14T16:02:45.072708+0000 2024-04-14T16:07:13.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:12 smithi191 ceph-mon[40660]: min_mon_release 19 (squid) 2024-04-14T16:07:13.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:12 smithi191 ceph-mon[40660]: election_strategy: 1 2024-04-14T16:07:13.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:12 smithi191 ceph-mon[40660]: 0: [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon.a 2024-04-14T16:07:13.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:12 smithi191 ceph-mon[40660]: 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.b 2024-04-14T16:07:13.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:12 smithi191 ceph-mon[40660]: fsmap 2024-04-14T16:07:13.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:12 smithi191 ceph-mon[40660]: osdmap e14: 2 total, 2 up, 2 in 2024-04-14T16:07:13.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:12 smithi191 ceph-mon[40660]: mgrmap e14: a(active, since 3m), standbys: b 2024-04-14T16:07:13.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:12 smithi191 ceph-mon[40660]: overall HEALTH_OK 2024-04-14T16:07:13.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:12 smithi191 ceph-mon[40660]: from='mgr.14152 ' entity='' 2024-04-14T16:07:13.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:12 smithi191 ceph-mon[40660]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:13.400 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:12 smithi191 ceph-mon[40660]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T16:07:13.400 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:12 smithi191 ceph-mon[40660]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-14T16:07:13.400 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:12 smithi191 ceph-mon[40660]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:07:14.299 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:14 smithi191 ceph-mon[40660]: Redeploying mon.b, (entrypoint args changed) . . . 2024-04-14T16:07:14.299 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:14 smithi191 ceph-mon[40660]: Deploying daemon mon.b on smithi191 2024-04-14T16:07:14.300 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:14 smithi191 ceph-mon[40660]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:14.300 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:14 smithi191 ceph-mon[40660]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:14.300 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:14 smithi191 ceph-mon[40660]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:14.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:14 smithi129 ceph-mon[48152]: Redeploying mon.b, (entrypoint args changed) . . . 2024-04-14T16:07:14.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:14 smithi129 ceph-mon[48152]: Deploying daemon mon.b on smithi191 2024-04-14T16:07:14.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:14 smithi129 ceph-mon[48152]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:14.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:14 smithi129 ceph-mon[48152]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:14.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:14 smithi129 ceph-mon[48152]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:14.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:14 smithi191 systemd[1]: Stopping Ceph mon.b for 55bd5fb6-fa78-11ee-bc8e-c7b262605968... 2024-04-14T16:07:15.248 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:14 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-b[40656]: 2024-04-14T16:07:14.923+0000 7f2d496c4700 -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-14T16:07:15.248 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:14 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-b[40656]: 2024-04-14T16:07:14.923+0000 7f2d496c4700 -1 mon.b@1(peon) e2 *** Got Signal Terminated *** 2024-04-14T16:07:15.248 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:14 smithi191 podman[41013]: 2024-04-14 16:07:14.934963925 +0000 UTC m=+0.126801366 container died f9c9ea69db1ef5a3df6258b20327838bb3d16afcbbbe7844ded6daf9f4895532 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-b, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=main-a971fd5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, ceph=True, org.label-schema.build-date=20240403, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-04-14T16:07:15.248 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:15 smithi191 podman[41013]: 2024-04-14 16:07:15.248124278 +0000 UTC m=+0.439961756 container cleanup f9c9ea69db1ef5a3df6258b20327838bb3d16afcbbbe7844ded6daf9f4895532 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-b, ceph=True, org.label-schema.build-date=20240403, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-a971fd5, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-04-14T16:07:15.609 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:15 smithi191 bash[41013]: ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-b 2024-04-14T16:07:15.609 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:15 smithi191 podman[41027]: 2024-04-14 16:07:15.482633506 +0000 UTC m=+0.546901777 container remove f9c9ea69db1ef5a3df6258b20327838bb3d16afcbbbe7844ded6daf9f4895532 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-b, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.build-date=20240403, io.buildah.version=1.33.5, RELEASE=main-a971fd5, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-14T16:07:15.897 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:15 smithi191 systemd[1]: ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mon.b.service: Deactivated successfully. 2024-04-14T16:07:15.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:15 smithi191 systemd[1]: Stopped Ceph mon.b for 55bd5fb6-fa78-11ee-bc8e-c7b262605968. 2024-04-14T16:07:15.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:15 smithi191 systemd[1]: Starting Ceph mon.b for 55bd5fb6-fa78-11ee-bc8e-c7b262605968... 2024-04-14T16:07:16.856 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 podman[41281]: 2024-04-14 16:07:16.472796395 +0000 UTC m=+0.023380906 image pull b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608 2024-04-14T16:07:16.856 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 podman[41281]: 2024-04-14 16:07:16.570149423 +0000 UTC m=+0.120733932 container create ce7fd71be0fb0d6ed5b9719bb5652cd954ee37bd3e11a327327dcb792894276f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-b, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240403, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, maintainer=Guillaume Abrioux , RELEASE=main-a971fd5, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-04-14T16:07:16.857 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 podman[41281]: 2024-04-14 16:07:16.772831063 +0000 UTC m=+0.323415572 container init ce7fd71be0fb0d6ed5b9719bb5652cd954ee37bd3e11a327327dcb792894276f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-b, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240403, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=main-a971fd5, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-14T16:07:16.857 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 podman[41281]: 2024-04-14 16:07:16.776134464 +0000 UTC m=+0.326718976 container start ce7fd71be0fb0d6ed5b9719bb5652cd954ee37bd3e11a327327dcb792894276f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-b, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=main-a971fd5, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240403) 2024-04-14T16:07:16.857 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: set uid:gid to 167:167 (ceph:ceph) 2024-04-14T16:07:16.857 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: ceph version 19.0.0-2778-ga971fd5f (a971fd5f5719038c70b817bafacd6d5400b1d888) squid (dev), process ceph-mon, pid 2 2024-04-14T16:07:16.857 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: pidfile_write: ignore empty --pid-file 2024-04-14T16:07:16.857 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: load: jerasure load: lrc 2024-04-14T16:07:16.857 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: RocksDB version: 7.9.2 2024-04-14T16:07:16.857 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Git sha 0 2024-04-14T16:07:16.857 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Compile date 2024-04-06 20:28:24 2024-04-14T16:07:16.857 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: DB SUMMARY 2024-04-14T16:07:16.858 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: DB Session ID: WOZIKENCSPF7PUYNWARN 2024-04-14T16:07:16.858 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: CURRENT file: CURRENT 2024-04-14T16:07:16.858 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: IDENTITY file: IDENTITY 2024-04-14T16:07:16.858 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: MANIFEST file: MANIFEST-000015 size: 282 Bytes 2024-04-14T16:07:16.858 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 2, files: 000008.sst 000013.sst 2024-04-14T16:07:16.858 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000014.log size: 266937 ; 2024-04-14T16:07:16.858 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.error_if_exists: 0 2024-04-14T16:07:16.858 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.create_if_missing: 0 2024-04-14T16:07:16.858 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.paranoid_checks: 1 2024-04-14T16:07:16.858 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-14T16:07:16.858 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-14T16:07:16.858 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-14T16:07:16.859 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.env: 0x5567b8a6fc60 2024-04-14T16:07:16.859 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.fs: PosixFileSystem 2024-04-14T16:07:16.859 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.info_log: 0x5567baa59be0 2024-04-14T16:07:16.859 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.max_file_opening_threads: 16 2024-04-14T16:07:16.859 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.statistics: (nil) 2024-04-14T16:07:16.859 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.use_fsync: 0 2024-04-14T16:07:16.859 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.max_log_file_size: 0 2024-04-14T16:07:16.859 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-14T16:07:16.859 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-14T16:07:16.859 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.keep_log_file_num: 1000 2024-04-14T16:07:16.859 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.recycle_log_file_num: 0 2024-04-14T16:07:16.859 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.allow_fallocate: 1 2024-04-14T16:07:16.859 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.allow_mmap_reads: 0 2024-04-14T16:07:16.859 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.allow_mmap_writes: 0 2024-04-14T16:07:16.859 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.use_direct_reads: 0 2024-04-14T16:07:16.859 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-14T16:07:16.860 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.create_missing_column_families: 0 2024-04-14T16:07:16.860 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.db_log_dir: 2024-04-14T16:07:16.860 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.wal_dir: 2024-04-14T16:07:16.860 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-14T16:07:16.860 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-14T16:07:16.860 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-14T16:07:16.860 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-14T16:07:16.860 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-14T16:07:16.860 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-14T16:07:16.860 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.advise_random_on_open: 1 2024-04-14T16:07:16.860 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.db_write_buffer_size: 0 2024-04-14T16:07:16.860 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.write_buffer_manager: 0x5567baa2a1e0 2024-04-14T16:07:16.860 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-14T16:07:16.860 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-14T16:07:16.860 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-14T16:07:16.860 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.rate_limiter: (nil) 2024-04-14T16:07:16.862 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-14T16:07:16.862 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.wal_recovery_mode: 2 2024-04-14T16:07:16.862 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.enable_thread_tracking: 0 2024-04-14T16:07:16.862 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.enable_pipelined_write: 0 2024-04-14T16:07:16.862 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.unordered_write: 0 2024-04-14T16:07:16.862 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-14T16:07:16.862 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-14T16:07:16.862 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-14T16:07:16.863 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-14T16:07:16.863 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.row_cache: None 2024-04-14T16:07:16.863 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.wal_filter: None 2024-04-14T16:07:16.863 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-14T16:07:16.863 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.allow_ingest_behind: 0 2024-04-14T16:07:16.863 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.two_write_queues: 0 2024-04-14T16:07:16.863 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.manual_wal_flush: 0 2024-04-14T16:07:16.863 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.wal_compression: 0 2024-04-14T16:07:16.863 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.atomic_flush: 0 2024-04-14T16:07:16.863 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-14T16:07:16.863 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-14T16:07:16.863 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-14T16:07:16.863 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.log_readahead_size: 0 2024-04-14T16:07:16.863 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-14T16:07:16.864 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.best_efforts_recovery: 0 2024-04-14T16:07:16.864 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-14T16:07:16.864 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-14T16:07:16.864 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.allow_data_in_errors: 0 2024-04-14T16:07:16.864 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.db_host_id: __hostname__ 2024-04-14T16:07:16.864 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-14T16:07:16.864 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.max_background_jobs: 2 2024-04-14T16:07:16.864 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.max_background_compactions: -1 2024-04-14T16:07:16.864 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.max_subcompactions: 1 2024-04-14T16:07:16.864 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-14T16:07:16.864 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-14T16:07:16.864 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-14T16:07:16.864 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.max_total_wal_size: 0 2024-04-14T16:07:16.864 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-14T16:07:16.864 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-14T16:07:16.865 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-14T16:07:16.865 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-14T16:07:16.865 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.max_open_files: -1 2024-04-14T16:07:16.865 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.bytes_per_sync: 0 2024-04-14T16:07:16.865 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-14T16:07:16.865 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-14T16:07:16.865 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.compaction_readahead_size: 0 2024-04-14T16:07:16.865 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.max_background_flushes: -1 2024-04-14T16:07:16.865 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Compression algorithms supported: 2024-04-14T16:07:16.865 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-14T16:07:16.865 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: kZSTD supported: 0 2024-04-14T16:07:16.865 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: kXpressCompression supported: 0 2024-04-14T16:07:16.865 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: kLZ4HCCompression supported: 1 2024-04-14T16:07:16.865 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: kZlibCompression supported: 1 2024-04-14T16:07:16.865 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: kSnappyCompression supported: 1 2024-04-14T16:07:16.866 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: kLZ4Compression supported: 1 2024-04-14T16:07:16.866 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: kBZip2Compression supported: 0 2024-04-14T16:07:16.866 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-14T16:07:16.866 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-14T16:07:16.866 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000015 2024-04-14T16:07:16.866 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-14T16:07:16.866 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-14T16:07:16.866 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.merge_operator: 2024-04-14T16:07:16.866 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.compaction_filter: None 2024-04-14T16:07:16.866 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.compaction_filter_factory: None 2024-04-14T16:07:16.866 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.sst_partitioner_factory: None 2024-04-14T16:07:16.867 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-14T16:07:16.867 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-14T16:07:16.867 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5567baa59dc0) 2024-04-14T16:07:16.867 INFO:journalctl@ceph.mon.b.smithi191.stdout: cache_index_and_filter_blocks: 1 2024-04-14T16:07:16.867 INFO:journalctl@ceph.mon.b.smithi191.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-14T16:07:16.867 INFO:journalctl@ceph.mon.b.smithi191.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-14T16:07:16.867 INFO:journalctl@ceph.mon.b.smithi191.stdout: pin_top_level_index_and_filter: 1 2024-04-14T16:07:16.867 INFO:journalctl@ceph.mon.b.smithi191.stdout: index_type: 0 2024-04-14T16:07:16.867 INFO:journalctl@ceph.mon.b.smithi191.stdout: data_block_index_type: 0 2024-04-14T16:07:16.867 INFO:journalctl@ceph.mon.b.smithi191.stdout: index_shortening: 1 2024-04-14T16:07:16.867 INFO:journalctl@ceph.mon.b.smithi191.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-14T16:07:16.867 INFO:journalctl@ceph.mon.b.smithi191.stdout: checksum: 4 2024-04-14T16:07:16.867 INFO:journalctl@ceph.mon.b.smithi191.stdout: no_block_cache: 0 2024-04-14T16:07:16.867 INFO:journalctl@ceph.mon.b.smithi191.stdout: block_cache: 0x5567baa5d090 2024-04-14T16:07:16.867 INFO:journalctl@ceph.mon.b.smithi191.stdout: block_cache_name: BinnedLRUCache 2024-04-14T16:07:16.868 INFO:journalctl@ceph.mon.b.smithi191.stdout: block_cache_options: 2024-04-14T16:07:16.868 INFO:journalctl@ceph.mon.b.smithi191.stdout: capacity : 536870912 2024-04-14T16:07:16.868 INFO:journalctl@ceph.mon.b.smithi191.stdout: num_shard_bits : 4 2024-04-14T16:07:16.868 INFO:journalctl@ceph.mon.b.smithi191.stdout: strict_capacity_limit : 0 2024-04-14T16:07:16.868 INFO:journalctl@ceph.mon.b.smithi191.stdout: high_pri_pool_ratio: 0.000 2024-04-14T16:07:16.868 INFO:journalctl@ceph.mon.b.smithi191.stdout: block_cache_compressed: (nil) 2024-04-14T16:07:16.868 INFO:journalctl@ceph.mon.b.smithi191.stdout: persistent_cache: (nil) 2024-04-14T16:07:16.868 INFO:journalctl@ceph.mon.b.smithi191.stdout: block_size: 4096 2024-04-14T16:07:16.868 INFO:journalctl@ceph.mon.b.smithi191.stdout: block_size_deviation: 10 2024-04-14T16:07:16.868 INFO:journalctl@ceph.mon.b.smithi191.stdout: block_restart_interval: 16 2024-04-14T16:07:16.868 INFO:journalctl@ceph.mon.b.smithi191.stdout: index_block_restart_interval: 1 2024-04-14T16:07:16.868 INFO:journalctl@ceph.mon.b.smithi191.stdout: metadata_block_size: 4096 2024-04-14T16:07:16.868 INFO:journalctl@ceph.mon.b.smithi191.stdout: partition_filters: 0 2024-04-14T16:07:16.868 INFO:journalctl@ceph.mon.b.smithi191.stdout: use_delta_encoding: 1 2024-04-14T16:07:16.868 INFO:journalctl@ceph.mon.b.smithi191.stdout: filter_policy: bloomfilter 2024-04-14T16:07:16.868 INFO:journalctl@ceph.mon.b.smithi191.stdout: whole_key_filtering: 1 2024-04-14T16:07:16.869 INFO:journalctl@ceph.mon.b.smithi191.stdout: verify_compression: 0 2024-04-14T16:07:16.869 INFO:journalctl@ceph.mon.b.smithi191.stdout: read_amp_bytes_per_bit: 0 2024-04-14T16:07:16.869 INFO:journalctl@ceph.mon.b.smithi191.stdout: format_version: 5 2024-04-14T16:07:16.869 INFO:journalctl@ceph.mon.b.smithi191.stdout: enable_index_compression: 1 2024-04-14T16:07:16.869 INFO:journalctl@ceph.mon.b.smithi191.stdout: block_align: 0 2024-04-14T16:07:16.869 INFO:journalctl@ceph.mon.b.smithi191.stdout: max_auto_readahead_size: 262144 2024-04-14T16:07:16.869 INFO:journalctl@ceph.mon.b.smithi191.stdout: prepopulate_block_cache: 0 2024-04-14T16:07:16.869 INFO:journalctl@ceph.mon.b.smithi191.stdout: initial_auto_readahead_size: 8192 2024-04-14T16:07:16.869 INFO:journalctl@ceph.mon.b.smithi191.stdout: num_file_reads_for_auto_readahead: 2 2024-04-14T16:07:16.869 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.write_buffer_size: 33554432 2024-04-14T16:07:16.869 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.max_write_buffer_number: 2 2024-04-14T16:07:16.869 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.compression: NoCompression 2024-04-14T16:07:16.869 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.bottommost_compression: Disabled 2024-04-14T16:07:16.869 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.prefix_extractor: nullptr 2024-04-14T16:07:16.869 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-14T16:07:16.869 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.num_levels: 7 2024-04-14T16:07:16.869 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-14T16:07:16.870 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-14T16:07:16.870 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-14T16:07:16.870 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-14T16:07:16.870 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-14T16:07:16.870 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-14T16:07:16.870 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-14T16:07:16.870 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-14T16:07:16.870 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-14T16:07:16.870 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-14T16:07:16.870 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-14T16:07:16.871 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-14T16:07:16.871 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-14T16:07:16.871 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.compression_opts.level: 32767 2024-04-14T16:07:16.871 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.compression_opts.strategy: 0 2024-04-14T16:07:16.871 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-14T16:07:16.871 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-14T16:07:16.871 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-14T16:07:16.871 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-14T16:07:16.871 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.compression_opts.enabled: false 2024-04-14T16:07:16.871 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-14T16:07:16.871 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-14T16:07:16.871 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-14T16:07:16.871 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-14T16:07:16.872 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.target_file_size_base: 67108864 2024-04-14T16:07:16.872 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-14T16:07:16.872 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-14T16:07:16.872 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-14T16:07:16.872 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-14T16:07:16.872 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-14T16:07:16.872 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-14T16:07:16.872 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-14T16:07:16.872 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-14T16:07:16.872 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-14T16:07:16.872 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-14T16:07:16.872 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-14T16:07:16.872 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-14T16:07:16.872 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-14T16:07:16.872 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-14T16:07:16.872 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.arena_block_size: 1048576 2024-04-14T16:07:16.872 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-14T16:07:16.873 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-14T16:07:16.873 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.disable_auto_compactions: 0 2024-04-14T16:07:16.873 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-14T16:07:16.873 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-14T16:07:16.873 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-14T16:07:16.873 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-14T16:07:16.873 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-14T16:07:16.873 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-14T16:07:16.873 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-14T16:07:16.873 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-14T16:07:16.873 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-14T16:07:16.873 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-14T16:07:16.873 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-14T16:07:16.873 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.inplace_update_support: 0 2024-04-14T16:07:16.873 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-14T16:07:16.874 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-14T16:07:16.874 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-14T16:07:16.874 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-14T16:07:16.874 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.bloom_locality: 0 2024-04-14T16:07:16.874 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.max_successive_merges: 0 2024-04-14T16:07:16.874 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-14T16:07:16.874 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.paranoid_file_checks: 0 2024-04-14T16:07:16.874 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.force_consistency_checks: 1 2024-04-14T16:07:16.874 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.report_bg_io_stats: 0 2024-04-14T16:07:16.874 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.ttl: 2592000 2024-04-14T16:07:16.874 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-14T16:07:16.874 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-14T16:07:16.875 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-14T16:07:16.875 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.enable_blob_files: false 2024-04-14T16:07:16.875 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.min_blob_size: 0 2024-04-14T16:07:16.875 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.blob_file_size: 268435456 2024-04-14T16:07:16.875 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-14T16:07:16.875 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-14T16:07:16.875 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-14T16:07:16.875 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-14T16:07:16.875 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-14T16:07:16.875 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.blob_file_starting_level: 0 2024-04-14T16:07:16.875 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-14T16:07:16.875 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000015 succeeded,manifest_file_number is 15, next_file_number is 17, last_sequence is 4219, log_number is 10,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 10 2024-04-14T16:07:16.875 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 10 2024-04-14T16:07:16.876 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: b7c59fa1-6707-4e8c-b7de-97e38dc51e96 2024-04-14T16:07:16.876 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713110836805859, "job": 1, "event": "recovery_started", "wal_files": [14]} 2024-04-14T16:07:16.876 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #14 mode 2 2024-04-14T16:07:16.876 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713110836807224, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 18, "file_size": 166325, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 4231, "largest_seqno": 4426, "table_properties": {"data_size": 164417, "index_size": 550, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 325, "raw_key_size": 2906, "raw_average_key_size": 25, "raw_value_size": 162022, "raw_average_value_size": 1433, "num_data_blocks": 23, "num_entries": 113, "num_filter_entries": 113, "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": 1713110836, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "b7c59fa1-6707-4e8c-b7de-97e38dc51e96", "db_session_id": "WOZIKENCSPF7PUYNWARN", "orig_file_number": 18, "seqno_to_time_mapping": "N/A"}} 2024-04-14T16:07:16.876 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713110836807310, "job": 1, "event": "recovery_finished"} 2024-04-14T16:07:16.876 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: [db/version_set.cc:5047] Creating manifest 20 2024-04-14T16:07:16.876 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000014.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-14T16:07:16.876 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5567bab4c000 2024-04-14T16:07:16.876 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: DB pointer 0x5567bab36000 2024-04-14T16:07:16.876 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-14T16:07:16.876 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-14T16:07:16.876 INFO:journalctl@ceph.mon.b.smithi191.stdout: ** DB Stats ** 2024-04-14T16:07:16.876 INFO:journalctl@ceph.mon.b.smithi191.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-14T16:07:16.876 INFO:journalctl@ceph.mon.b.smithi191.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-14T16:07:16.876 INFO:journalctl@ceph.mon.b.smithi191.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-14T16:07:16.876 INFO:journalctl@ceph.mon.b.smithi191.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-14T16:07:16.877 INFO:journalctl@ceph.mon.b.smithi191.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-14T16:07:16.877 INFO:journalctl@ceph.mon.b.smithi191.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-14T16:07:16.877 INFO:journalctl@ceph.mon.b.smithi191.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-14T16:07:16.877 INFO:journalctl@ceph.mon.b.smithi191.stdout: 2024-04-14T16:07:16.877 INFO:journalctl@ceph.mon.b.smithi191.stdout: ** Compaction Stats [default] ** 2024-04-14T16:07:16.877 INFO:journalctl@ceph.mon.b.smithi191.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-14T16:07:16.877 INFO:journalctl@ceph.mon.b.smithi191.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-14T16:07:16.877 INFO:journalctl@ceph.mon.b.smithi191.stdout: L0 3/0 3.98 MB 0.8 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 189.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-14T16:07:16.877 INFO:journalctl@ceph.mon.b.smithi191.stdout: Sum 3/0 3.98 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 189.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-14T16:07:16.877 INFO:journalctl@ceph.mon.b.smithi191.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 189.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-14T16:07:16.877 INFO:journalctl@ceph.mon.b.smithi191.stdout: 2024-04-14T16:07:16.877 INFO:journalctl@ceph.mon.b.smithi191.stdout: ** Compaction Stats [default] ** 2024-04-14T16:07:16.877 INFO:journalctl@ceph.mon.b.smithi191.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-14T16:07:16.877 INFO:journalctl@ceph.mon.b.smithi191.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-14T16:07:16.877 INFO:journalctl@ceph.mon.b.smithi191.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 189.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-14T16:07:16.878 INFO:journalctl@ceph.mon.b.smithi191.stdout: 2024-04-14T16:07:16.878 INFO:journalctl@ceph.mon.b.smithi191.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-14T16:07:16.878 INFO:journalctl@ceph.mon.b.smithi191.stdout: 2024-04-14T16:07:16.878 INFO:journalctl@ceph.mon.b.smithi191.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-14T16:07:16.878 INFO:journalctl@ceph.mon.b.smithi191.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-14T16:07:16.878 INFO:journalctl@ceph.mon.b.smithi191.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-14T16:07:16.878 INFO:journalctl@ceph.mon.b.smithi191.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-14T16:07:16.878 INFO:journalctl@ceph.mon.b.smithi191.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-14T16:07:16.878 INFO:journalctl@ceph.mon.b.smithi191.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-14T16:07:16.878 INFO:journalctl@ceph.mon.b.smithi191.stdout: Cumulative compaction: 0.00 GB write, 45.83 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-14T16:07:16.878 INFO:journalctl@ceph.mon.b.smithi191.stdout: Interval compaction: 0.00 GB write, 45.83 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-14T16:07:16.878 INFO:journalctl@ceph.mon.b.smithi191.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-14T16:07:16.878 INFO:journalctl@ceph.mon.b.smithi191.stdout: Block cache BinnedLRUCache@0x5567baa5d090#2 capacity: 512.00 MB usage: 16.34 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-04-14T16:07:16.879 INFO:journalctl@ceph.mon.b.smithi191.stdout: Block cache entry stats(count,size,portion): FilterBlock(3,5.52 KB,0.00105202%) IndexBlock(3,10.83 KB,0.0020653%) Misc(1,0.00 KB,0%) 2024-04-14T16:07:16.879 INFO:journalctl@ceph.mon.b.smithi191.stdout: 2024-04-14T16:07:16.879 INFO:journalctl@ceph.mon.b.smithi191.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-14T16:07:16.879 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: CompressorRegistry(0x5567baa7a288) _refresh_config ms_osd_compression_mode 0 ms_osd_compression_methods [1] ms_osd_compress_above_min_size 1024 ms_compress_secure 0 2024-04-14T16:07:16.879 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: Event(0x5567baa3c088 nevent=5000 time_id=1).set_owner center_id=0 owner=140282873157376 2024-04-14T16:07:16.879 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: Event(0x5567baa3c988 nevent=5000 time_id=1).set_owner center_id=1 owner=140282881550080 2024-04-14T16:07:16.879 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: stack operator() starting 2024-04-14T16:07:16.879 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: stack operator() starting 2024-04-14T16:07:16.879 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: Event(0x5567baa3d4c8 nevent=5000 time_id=1).set_owner center_id=2 owner=140282973869824 2024-04-14T16:07:16.879 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: stack operator() starting 2024-04-14T16:07:16.879 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: starting mon.b rank 1 at public addrs [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] at bind addrs [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:07:16.879 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: CompressorRegistry(0x5567baa7ab88) _refresh_config ms_osd_compression_mode 0 ms_osd_compression_methods [1] ms_osd_compress_above_min_size 1024 ms_compress_secure 0 2024-04-14T16:07:16.879 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: mon.b@-1(???) e2 preinit fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:07:16.879 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: mon.b@-1(???).mds e1 new map 2024-04-14T16:07:16.880 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: mon.b@-1(???).mds e1 print_map 2024-04-14T16:07:16.880 INFO:journalctl@ceph.mon.b.smithi191.stdout: e1 2024-04-14T16:07:16.880 INFO:journalctl@ceph.mon.b.smithi191.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-14T16:07:16.880 INFO:journalctl@ceph.mon.b.smithi191.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-14T16:07:16.880 INFO:journalctl@ceph.mon.b.smithi191.stdout: legacy client fscid: -1 2024-04-14T16:07:16.880 INFO:journalctl@ceph.mon.b.smithi191.stdout: 2024-04-14T16:07:16.880 INFO:journalctl@ceph.mon.b.smithi191.stdout: No filesystems configured 2024-04-14T16:07:16.880 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: mon.b@-1(???).osd e14 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-14T16:07:16.880 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T16:07:16.880 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T16:07:16.880 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T16:07:16.880 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 ceph-mon[41330]: mon.b@-1(???).paxosservice(auth 1..12) refresh upgraded, format 0 -> 3 2024-04-14T16:07:16.880 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 bash[41281]: ce7fd71be0fb0d6ed5b9719bb5652cd954ee37bd3e11a327327dcb792894276f 2024-04-14T16:07:16.880 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:16 smithi191 systemd[1]: Started Ceph mon.b for 55bd5fb6-fa78-11ee-bc8e-c7b262605968. 2024-04-14T16:07:18.307 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:18 smithi191 ceph-mon[41330]: pgmap v107: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:18.307 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:18 smithi191 ceph-mon[41330]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T16:07:18.308 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:18 smithi191 ceph-mon[41330]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T16:07:18.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:18 smithi129 ceph-mon[48152]: pgmap v107: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:18.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:18 smithi129 ceph-mon[48152]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T16:07:18.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:18 smithi129 ceph-mon[48152]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T16:07:19.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: pgmap v108: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:19.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: pgmap v109: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:19.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: mon.b calling monitor election 2024-04-14T16:07:19.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: mon.a calling monitor election 2024-04-14T16:07:19.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-14T16:07:19.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: monmap epoch 2 2024-04-14T16:07:19.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:07:19.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: last_changed 2024-04-14T16:04:28.565654+0000 2024-04-14T16:07:19.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: created 2024-04-14T16:02:45.072708+0000 2024-04-14T16:07:19.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: min_mon_release 19 (squid) 2024-04-14T16:07:19.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: election_strategy: 1 2024-04-14T16:07:19.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: 0: [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon.a 2024-04-14T16:07:19.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.b 2024-04-14T16:07:19.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: fsmap 2024-04-14T16:07:19.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: osdmap e14: 2 total, 2 up, 2 in 2024-04-14T16:07:19.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: mgrmap e14: a(active, since 3m), standbys: b 2024-04-14T16:07:19.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: overall HEALTH_OK 2024-04-14T16:07:19.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:07:19.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:07:19.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:07:19.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: pgmap v110: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:19.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:07:19.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:07:19.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:07:19.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:07:19.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:07:19.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: pgmap v111: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:19.322 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: pgmap v112: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:19.323 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:07:19.323 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: Redeploying mon.a, (entrypoint args changed) . . . 2024-04-14T16:07:19.323 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T16:07:19.323 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-14T16:07:19.323 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:07:19.323 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:19 smithi129 ceph-mon[48152]: Deploying daemon mon.a on smithi129 2024-04-14T16:07:19.337 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: pgmap v108: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:19.337 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: pgmap v109: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:19.337 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: mon.b calling monitor election 2024-04-14T16:07:19.337 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: mon.a calling monitor election 2024-04-14T16:07:19.337 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-14T16:07:19.337 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: monmap epoch 2 2024-04-14T16:07:19.337 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:07:19.337 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: last_changed 2024-04-14T16:04:28.565654+0000 2024-04-14T16:07:19.337 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: created 2024-04-14T16:02:45.072708+0000 2024-04-14T16:07:19.337 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: min_mon_release 19 (squid) 2024-04-14T16:07:19.337 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: election_strategy: 1 2024-04-14T16:07:19.337 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: 0: [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon.a 2024-04-14T16:07:19.338 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.b 2024-04-14T16:07:19.338 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: fsmap 2024-04-14T16:07:19.338 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: osdmap e14: 2 total, 2 up, 2 in 2024-04-14T16:07:19.338 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: mgrmap e14: a(active, since 3m), standbys: b 2024-04-14T16:07:19.338 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: overall HEALTH_OK 2024-04-14T16:07:19.338 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:07:19.338 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:07:19.338 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:07:19.338 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: pgmap v110: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:19.338 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:07:19.338 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:07:19.338 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:07:19.338 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:07:19.338 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:07:19.339 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: pgmap v111: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:19.339 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: pgmap v112: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:19.339 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' 2024-04-14T16:07:19.339 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: Redeploying mon.a, (entrypoint args changed) . . . 2024-04-14T16:07:19.339 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T16:07:19.339 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-14T16:07:19.339 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:07:19.339 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:19 smithi191 ceph-mon[41330]: Deploying daemon mon.a on smithi129 2024-04-14T16:07:20.260 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:20 smithi129 ceph-mon[48152]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-14T16:07:20.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:20 smithi191 ceph-mon[41330]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-14T16:07:21.300 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:21 smithi129 systemd[1]: Stopping Ceph mon.a for 55bd5fb6-fa78-11ee-bc8e-c7b262605968... 2024-04-14T16:07:21.300 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:21 smithi129 ceph-mon[48152]: pgmap v113: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:21.300 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:21 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a[48148]: 2024-04-14T16:07:21.257+0000 7fb292bc9700 -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-14T16:07:21.300 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:21 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a[48148]: 2024-04-14T16:07:21.257+0000 7fb292bc9700 -1 mon.a@0(leader) e2 *** Got Signal Terminated *** 2024-04-14T16:07:21.397 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:21 smithi191 ceph-mon[41330]: pgmap v113: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:21.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:21 smithi129 podman[48810]: 2024-04-14 16:07:21.299419543 +0000 UTC m=+0.143070217 container died 4b8d4c2bb12a91a99eb3c53e998a5049c60fb18fd3cf1452833bb6ea091f1394 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, ceph=True, org.label-schema.build-date=20240403, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=main-a971fd5, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-04-14T16:07:21.926 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:21 smithi129 podman[48810]: 2024-04-14 16:07:21.649891109 +0000 UTC m=+0.493541790 container cleanup 4b8d4c2bb12a91a99eb3c53e998a5049c60fb18fd3cf1452833bb6ea091f1394 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240403, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=main-a971fd5, maintainer=Guillaume Abrioux ) 2024-04-14T16:07:21.926 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:21 smithi129 bash[48810]: ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a 2024-04-14T16:07:22.260 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:21 smithi129 podman[48824]: 2024-04-14 16:07:21.925851689 +0000 UTC m=+0.622841539 container remove 4b8d4c2bb12a91a99eb3c53e998a5049c60fb18fd3cf1452833bb6ea091f1394 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240403, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, RELEASE=main-a971fd5, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-14T16:07:22.260 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 systemd[1]: ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-14T16:07:22.260 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 systemd[1]: Stopped Ceph mon.a for 55bd5fb6-fa78-11ee-bc8e-c7b262605968. 2024-04-14T16:07:22.261 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 systemd[1]: ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mon.a.service: Consumed 1.007s CPU time. 2024-04-14T16:07:22.519 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 systemd[1]: Starting Ceph mon.a for 55bd5fb6-fa78-11ee-bc8e-c7b262605968... 2024-04-14T16:07:22.519 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 podman[48951]: 2024-04-14 16:07:22.376450181 +0000 UTC m=+0.018789230 image pull b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608 2024-04-14T16:07:22.519 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 podman[48951]: 2024-04-14 16:07:22.518712658 +0000 UTC m=+0.161051750 container create c4af318741936632870ab6e610c78ee1a89bfd088d8017d7d8e7efec2d885c24 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=main-a971fd5, org.label-schema.build-date=20240403, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True) 2024-04-14T16:07:22.772 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 podman[48951]: 2024-04-14 16:07:22.696509126 +0000 UTC m=+0.338848181 container init c4af318741936632870ab6e610c78ee1a89bfd088d8017d7d8e7efec2d885c24 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, RELEASE=main-a971fd5, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.build-date=20240403) 2024-04-14T16:07:22.773 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 podman[48951]: 2024-04-14 16:07:22.69962996 +0000 UTC m=+0.341969021 container start c4af318741936632870ab6e610c78ee1a89bfd088d8017d7d8e7efec2d885c24 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240403, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=main-a971fd5, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True) 2024-04-14T16:07:22.773 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: set uid:gid to 167:167 (ceph:ceph) 2024-04-14T16:07:22.773 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: ceph version 19.0.0-2778-ga971fd5f (a971fd5f5719038c70b817bafacd6d5400b1d888) squid (dev), process ceph-mon, pid 2 2024-04-14T16:07:22.773 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: pidfile_write: ignore empty --pid-file 2024-04-14T16:07:22.773 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: load: jerasure load: lrc 2024-04-14T16:07:22.773 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: RocksDB version: 7.9.2 2024-04-14T16:07:22.773 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Git sha 0 2024-04-14T16:07:22.773 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Compile date 2024-04-06 20:28:24 2024-04-14T16:07:22.773 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: DB SUMMARY 2024-04-14T16:07:22.773 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: DB Session ID: 9BZTYBWH6ST4JI2CFVT0 2024-04-14T16:07:22.774 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: CURRENT file: CURRENT 2024-04-14T16:07:22.774 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: IDENTITY file: IDENTITY 2024-04-14T16:07:22.774 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: MANIFEST file: MANIFEST-000025 size: 581 Bytes 2024-04-14T16:07:22.774 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000028.sst 2024-04-14T16:07:22.774 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000024.log size: 228677 ; 2024-04-14T16:07:22.774 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.error_if_exists: 0 2024-04-14T16:07:22.774 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.create_if_missing: 0 2024-04-14T16:07:22.774 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.paranoid_checks: 1 2024-04-14T16:07:22.774 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-14T16:07:22.774 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-14T16:07:22.775 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-14T16:07:22.775 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.env: 0x55b78ec27c60 2024-04-14T16:07:22.775 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.fs: PosixFileSystem 2024-04-14T16:07:22.775 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.info_log: 0x55b78fd59be0 2024-04-14T16:07:22.775 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.max_file_opening_threads: 16 2024-04-14T16:07:22.775 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.statistics: (nil) 2024-04-14T16:07:22.775 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.use_fsync: 0 2024-04-14T16:07:22.775 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.max_log_file_size: 0 2024-04-14T16:07:22.775 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-14T16:07:22.775 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-14T16:07:22.776 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.keep_log_file_num: 1000 2024-04-14T16:07:22.776 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.recycle_log_file_num: 0 2024-04-14T16:07:22.776 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.allow_fallocate: 1 2024-04-14T16:07:22.776 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.allow_mmap_reads: 0 2024-04-14T16:07:22.776 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.allow_mmap_writes: 0 2024-04-14T16:07:22.776 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.use_direct_reads: 0 2024-04-14T16:07:22.776 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-14T16:07:22.776 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.create_missing_column_families: 0 2024-04-14T16:07:22.776 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.db_log_dir: 2024-04-14T16:07:22.776 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.wal_dir: 2024-04-14T16:07:22.777 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-14T16:07:22.777 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-14T16:07:22.777 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-14T16:07:22.777 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-14T16:07:22.777 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-14T16:07:22.777 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-14T16:07:22.777 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.advise_random_on_open: 1 2024-04-14T16:07:22.777 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.db_write_buffer_size: 0 2024-04-14T16:07:22.777 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.write_buffer_manager: 0x55b78fd2a1e0 2024-04-14T16:07:22.777 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-14T16:07:22.777 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-14T16:07:22.778 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-14T16:07:22.778 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.rate_limiter: (nil) 2024-04-14T16:07:22.778 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-14T16:07:22.778 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.wal_recovery_mode: 2 2024-04-14T16:07:22.778 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.enable_thread_tracking: 0 2024-04-14T16:07:22.778 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.enable_pipelined_write: 0 2024-04-14T16:07:22.778 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.unordered_write: 0 2024-04-14T16:07:22.778 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-14T16:07:22.778 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-14T16:07:22.778 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-14T16:07:22.779 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-14T16:07:22.779 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.row_cache: None 2024-04-14T16:07:22.779 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.wal_filter: None 2024-04-14T16:07:22.780 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-14T16:07:22.780 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.allow_ingest_behind: 0 2024-04-14T16:07:22.780 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.two_write_queues: 0 2024-04-14T16:07:22.781 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.manual_wal_flush: 0 2024-04-14T16:07:22.781 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.wal_compression: 0 2024-04-14T16:07:22.781 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.atomic_flush: 0 2024-04-14T16:07:22.781 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-14T16:07:22.781 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-14T16:07:22.781 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-14T16:07:22.781 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.log_readahead_size: 0 2024-04-14T16:07:22.781 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-14T16:07:22.781 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.best_efforts_recovery: 0 2024-04-14T16:07:22.781 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-14T16:07:22.781 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-14T16:07:22.782 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.allow_data_in_errors: 0 2024-04-14T16:07:22.782 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.db_host_id: __hostname__ 2024-04-14T16:07:22.782 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-14T16:07:22.782 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.max_background_jobs: 2 2024-04-14T16:07:22.782 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.max_background_compactions: -1 2024-04-14T16:07:22.782 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.max_subcompactions: 1 2024-04-14T16:07:22.782 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-14T16:07:22.782 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-14T16:07:22.782 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-14T16:07:22.782 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.max_total_wal_size: 0 2024-04-14T16:07:22.782 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-14T16:07:22.783 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-14T16:07:22.783 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-14T16:07:22.783 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-14T16:07:22.783 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.max_open_files: -1 2024-04-14T16:07:22.783 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.bytes_per_sync: 0 2024-04-14T16:07:22.783 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-14T16:07:22.783 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-14T16:07:22.783 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.compaction_readahead_size: 0 2024-04-14T16:07:22.783 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.max_background_flushes: -1 2024-04-14T16:07:22.783 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Compression algorithms supported: 2024-04-14T16:07:22.784 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-14T16:07:22.784 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: kZSTD supported: 0 2024-04-14T16:07:22.784 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: kXpressCompression supported: 0 2024-04-14T16:07:22.784 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: kLZ4HCCompression supported: 1 2024-04-14T16:07:22.784 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: kZlibCompression supported: 1 2024-04-14T16:07:22.784 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: kSnappyCompression supported: 1 2024-04-14T16:07:22.784 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: kLZ4Compression supported: 1 2024-04-14T16:07:22.784 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: kBZip2Compression supported: 0 2024-04-14T16:07:22.784 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-14T16:07:22.784 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-14T16:07:22.784 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000025 2024-04-14T16:07:22.785 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-14T16:07:22.785 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-14T16:07:22.785 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.merge_operator: 2024-04-14T16:07:22.785 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.compaction_filter: None 2024-04-14T16:07:22.785 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.compaction_filter_factory: None 2024-04-14T16:07:22.785 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.sst_partitioner_factory: None 2024-04-14T16:07:22.785 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-14T16:07:22.785 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-14T16:07:22.785 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b78fd59dc0) 2024-04-14T16:07:22.785 INFO:journalctl@ceph.mon.a.smithi129.stdout: cache_index_and_filter_blocks: 1 2024-04-14T16:07:22.785 INFO:journalctl@ceph.mon.a.smithi129.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-14T16:07:22.785 INFO:journalctl@ceph.mon.a.smithi129.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-14T16:07:22.786 INFO:journalctl@ceph.mon.a.smithi129.stdout: pin_top_level_index_and_filter: 1 2024-04-14T16:07:22.786 INFO:journalctl@ceph.mon.a.smithi129.stdout: index_type: 0 2024-04-14T16:07:22.786 INFO:journalctl@ceph.mon.a.smithi129.stdout: data_block_index_type: 0 2024-04-14T16:07:22.786 INFO:journalctl@ceph.mon.a.smithi129.stdout: index_shortening: 1 2024-04-14T16:07:22.786 INFO:journalctl@ceph.mon.a.smithi129.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-14T16:07:22.786 INFO:journalctl@ceph.mon.a.smithi129.stdout: checksum: 4 2024-04-14T16:07:22.786 INFO:journalctl@ceph.mon.a.smithi129.stdout: no_block_cache: 0 2024-04-14T16:07:22.786 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_cache: 0x55b78fd5d090 2024-04-14T16:07:22.786 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_cache_name: BinnedLRUCache 2024-04-14T16:07:22.786 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_cache_options: 2024-04-14T16:07:22.787 INFO:journalctl@ceph.mon.a.smithi129.stdout: capacity : 536870912 2024-04-14T16:07:22.787 INFO:journalctl@ceph.mon.a.smithi129.stdout: num_shard_bits : 4 2024-04-14T16:07:22.787 INFO:journalctl@ceph.mon.a.smithi129.stdout: strict_capacity_limit : 0 2024-04-14T16:07:22.787 INFO:journalctl@ceph.mon.a.smithi129.stdout: high_pri_pool_ratio: 0.000 2024-04-14T16:07:22.787 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_cache_compressed: (nil) 2024-04-14T16:07:22.787 INFO:journalctl@ceph.mon.a.smithi129.stdout: persistent_cache: (nil) 2024-04-14T16:07:22.787 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_size: 4096 2024-04-14T16:07:22.787 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_size_deviation: 10 2024-04-14T16:07:22.787 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_restart_interval: 16 2024-04-14T16:07:22.787 INFO:journalctl@ceph.mon.a.smithi129.stdout: index_block_restart_interval: 1 2024-04-14T16:07:22.788 INFO:journalctl@ceph.mon.a.smithi129.stdout: metadata_block_size: 4096 2024-04-14T16:07:22.788 INFO:journalctl@ceph.mon.a.smithi129.stdout: partition_filters: 0 2024-04-14T16:07:22.788 INFO:journalctl@ceph.mon.a.smithi129.stdout: use_delta_encoding: 1 2024-04-14T16:07:22.788 INFO:journalctl@ceph.mon.a.smithi129.stdout: filter_policy: bloomfilter 2024-04-14T16:07:22.788 INFO:journalctl@ceph.mon.a.smithi129.stdout: whole_key_filtering: 1 2024-04-14T16:07:22.788 INFO:journalctl@ceph.mon.a.smithi129.stdout: verify_compression: 0 2024-04-14T16:07:22.788 INFO:journalctl@ceph.mon.a.smithi129.stdout: read_amp_bytes_per_bit: 0 2024-04-14T16:07:22.788 INFO:journalctl@ceph.mon.a.smithi129.stdout: format_version: 5 2024-04-14T16:07:22.788 INFO:journalctl@ceph.mon.a.smithi129.stdout: enable_index_compression: 1 2024-04-14T16:07:22.788 INFO:journalctl@ceph.mon.a.smithi129.stdout: block_align: 0 2024-04-14T16:07:22.788 INFO:journalctl@ceph.mon.a.smithi129.stdout: max_auto_readahead_size: 262144 2024-04-14T16:07:22.788 INFO:journalctl@ceph.mon.a.smithi129.stdout: prepopulate_block_cache: 0 2024-04-14T16:07:22.789 INFO:journalctl@ceph.mon.a.smithi129.stdout: initial_auto_readahead_size: 8192 2024-04-14T16:07:22.789 INFO:journalctl@ceph.mon.a.smithi129.stdout: num_file_reads_for_auto_readahead: 2 2024-04-14T16:07:22.789 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.write_buffer_size: 33554432 2024-04-14T16:07:22.789 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.max_write_buffer_number: 2 2024-04-14T16:07:22.789 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.compression: NoCompression 2024-04-14T16:07:22.789 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.bottommost_compression: Disabled 2024-04-14T16:07:22.789 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.prefix_extractor: nullptr 2024-04-14T16:07:22.789 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-14T16:07:22.789 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.num_levels: 7 2024-04-14T16:07:22.790 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-14T16:07:22.790 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-14T16:07:22.790 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-14T16:07:22.790 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-14T16:07:22.790 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-14T16:07:22.790 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-14T16:07:22.790 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-14T16:07:22.790 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-14T16:07:22.790 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-14T16:07:22.790 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-14T16:07:22.790 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-14T16:07:22.791 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-14T16:07:22.791 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-14T16:07:22.791 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.compression_opts.level: 32767 2024-04-14T16:07:22.791 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.compression_opts.strategy: 0 2024-04-14T16:07:22.791 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-14T16:07:22.791 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-14T16:07:22.791 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-14T16:07:22.791 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-14T16:07:22.791 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.compression_opts.enabled: false 2024-04-14T16:07:22.791 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-14T16:07:22.791 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-14T16:07:22.792 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-14T16:07:22.792 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-14T16:07:22.792 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.target_file_size_base: 67108864 2024-04-14T16:07:22.792 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-14T16:07:22.792 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-14T16:07:22.792 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-14T16:07:22.792 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-14T16:07:22.792 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-14T16:07:22.792 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-14T16:07:22.792 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-14T16:07:22.793 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-14T16:07:22.793 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-14T16:07:22.793 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-14T16:07:22.793 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-14T16:07:22.793 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-14T16:07:22.793 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-14T16:07:22.793 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-14T16:07:22.793 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.arena_block_size: 1048576 2024-04-14T16:07:22.793 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-14T16:07:22.793 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-14T16:07:22.793 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.disable_auto_compactions: 0 2024-04-14T16:07:22.793 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-14T16:07:22.794 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-14T16:07:22.794 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-14T16:07:22.794 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-14T16:07:22.794 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-14T16:07:22.794 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-14T16:07:22.794 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-14T16:07:22.794 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-14T16:07:22.794 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-14T16:07:22.794 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-14T16:07:22.795 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-14T16:07:22.795 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.inplace_update_support: 0 2024-04-14T16:07:22.795 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-14T16:07:22.795 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-14T16:07:22.795 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-14T16:07:22.795 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-14T16:07:22.795 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.bloom_locality: 0 2024-04-14T16:07:22.795 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.max_successive_merges: 0 2024-04-14T16:07:22.795 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-14T16:07:22.795 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.paranoid_file_checks: 0 2024-04-14T16:07:22.795 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.force_consistency_checks: 1 2024-04-14T16:07:22.795 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.report_bg_io_stats: 0 2024-04-14T16:07:22.796 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.ttl: 2592000 2024-04-14T16:07:22.796 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-14T16:07:22.796 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-14T16:07:22.796 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-14T16:07:22.796 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.enable_blob_files: false 2024-04-14T16:07:22.796 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.min_blob_size: 0 2024-04-14T16:07:22.796 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.blob_file_size: 268435456 2024-04-14T16:07:22.796 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-14T16:07:22.796 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-14T16:07:22.796 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-14T16:07:22.796 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-14T16:07:22.796 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-14T16:07:22.797 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.blob_file_starting_level: 0 2024-04-14T16:07:22.797 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-14T16:07:22.797 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-04-14T16:07:22.797 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000025 succeeded,manifest_file_number is 25, next_file_number is 30, last_sequence is 4473, log_number is 20,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 20 2024-04-14T16:07:22.797 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 20 2024-04-14T16:07:22.797 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 548a1260-831b-4a69-9b1c-54679f121a5a 2024-04-14T16:07:22.797 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713110842728801, "job": 1, "event": "recovery_started", "wal_files": [24]} 2024-04-14T16:07:22.797 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #24 mode 2 2024-04-14T16:07:22.797 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713110842730172, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 31, "file_size": 206226, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 4479, "largest_seqno": 4708, "table_properties": {"data_size": 204106, "index_size": 696, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 389, "raw_key_size": 3314, "raw_average_key_size": 25, "raw_value_size": 201310, "raw_average_value_size": 1536, "num_data_blocks": 29, "num_entries": 131, "num_filter_entries": 131, "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": 1713110842, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "548a1260-831b-4a69-9b1c-54679f121a5a", "db_session_id": "9BZTYBWH6ST4JI2CFVT0", "orig_file_number": 31, "seqno_to_time_mapping": "N/A"}} 2024-04-14T16:07:22.798 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713110842730254, "job": 1, "event": "recovery_finished"} 2024-04-14T16:07:22.798 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: [db/version_set.cc:5047] Creating manifest 33 2024-04-14T16:07:22.798 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-04-14T16:07:22.798 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000024.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-14T16:07:22.798 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55b78fe4c000 2024-04-14T16:07:22.798 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: DB pointer 0x55b78fe36000 2024-04-14T16:07:22.798 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-14T16:07:22.798 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-14T16:07:22.798 INFO:journalctl@ceph.mon.a.smithi129.stdout: ** DB Stats ** 2024-04-14T16:07:22.798 INFO:journalctl@ceph.mon.a.smithi129.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-14T16:07:22.798 INFO:journalctl@ceph.mon.a.smithi129.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-14T16:07:22.799 INFO:journalctl@ceph.mon.a.smithi129.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-14T16:07:22.799 INFO:journalctl@ceph.mon.a.smithi129.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-14T16:07:22.799 INFO:journalctl@ceph.mon.a.smithi129.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-14T16:07:22.799 INFO:journalctl@ceph.mon.a.smithi129.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-14T16:07:22.799 INFO:journalctl@ceph.mon.a.smithi129.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-14T16:07:22.799 INFO:journalctl@ceph.mon.a.smithi129.stdout: 2024-04-14T16:07:22.799 INFO:journalctl@ceph.mon.a.smithi129.stdout: ** Compaction Stats [default] ** 2024-04-14T16:07:22.799 INFO:journalctl@ceph.mon.a.smithi129.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-14T16:07:22.799 INFO:journalctl@ceph.mon.a.smithi129.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-14T16:07:22.799 INFO:journalctl@ceph.mon.a.smithi129.stdout: L0 1/0 201.39 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 222.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-14T16:07:22.800 INFO:journalctl@ceph.mon.a.smithi129.stdout: L6 1/0 3.87 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-04-14T16:07:22.800 INFO:journalctl@ceph.mon.a.smithi129.stdout: Sum 2/0 4.07 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 222.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-14T16:07:22.800 INFO:journalctl@ceph.mon.a.smithi129.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 222.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-14T16:07:22.800 INFO:journalctl@ceph.mon.a.smithi129.stdout: 2024-04-14T16:07:22.800 INFO:journalctl@ceph.mon.a.smithi129.stdout: ** Compaction Stats [default] ** 2024-04-14T16:07:22.800 INFO:journalctl@ceph.mon.a.smithi129.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-14T16:07:22.800 INFO:journalctl@ceph.mon.a.smithi129.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-14T16:07:22.800 INFO:journalctl@ceph.mon.a.smithi129.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 222.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-14T16:07:22.800 INFO:journalctl@ceph.mon.a.smithi129.stdout: 2024-04-14T16:07:22.800 INFO:journalctl@ceph.mon.a.smithi129.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-14T16:07:22.801 INFO:journalctl@ceph.mon.a.smithi129.stdout: 2024-04-14T16:07:22.801 INFO:journalctl@ceph.mon.a.smithi129.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-14T16:07:22.801 INFO:journalctl@ceph.mon.a.smithi129.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-14T16:07:22.801 INFO:journalctl@ceph.mon.a.smithi129.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-14T16:07:22.801 INFO:journalctl@ceph.mon.a.smithi129.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-14T16:07:22.801 INFO:journalctl@ceph.mon.a.smithi129.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-14T16:07:22.801 INFO:journalctl@ceph.mon.a.smithi129.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-14T16:07:22.801 INFO:journalctl@ceph.mon.a.smithi129.stdout: Cumulative compaction: 0.00 GB write, 57.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-14T16:07:22.801 INFO:journalctl@ceph.mon.a.smithi129.stdout: Interval compaction: 0.00 GB write, 57.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-14T16:07:22.801 INFO:journalctl@ceph.mon.a.smithi129.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-14T16:07:22.801 INFO:journalctl@ceph.mon.a.smithi129.stdout: Block cache BinnedLRUCache@0x55b78fd5d090#2 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-04-14T16:07:22.802 INFO:journalctl@ceph.mon.a.smithi129.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.44 KB,8.34465e-05%) IndexBlock(1,0.77 KB,0.000146031%) Misc(1,0.00 KB,0%) 2024-04-14T16:07:22.802 INFO:journalctl@ceph.mon.a.smithi129.stdout: 2024-04-14T16:07:22.802 INFO:journalctl@ceph.mon.a.smithi129.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-14T16:07:22.802 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: CompressorRegistry(0x55b790a96288) _refresh_config ms_osd_compression_mode 0 ms_osd_compression_methods [1] ms_osd_compress_above_min_size 1024 ms_compress_secure 0 2024-04-14T16:07:22.802 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: Event(0x55b78fd3c748 nevent=5000 time_id=1).set_owner center_id=0 owner=139998895761152 2024-04-14T16:07:22.802 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: Event(0x55b78fd3c088 nevent=5000 time_id=1).set_owner center_id=1 owner=139998904153856 2024-04-14T16:07:22.802 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: stack operator() starting 2024-04-14T16:07:22.802 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: stack operator() starting 2024-04-14T16:07:22.802 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: Event(0x55b78fd3c988 nevent=5000 time_id=1).set_owner center_id=2 owner=139998996473600 2024-04-14T16:07:22.802 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: stack operator() starting 2024-04-14T16:07:22.802 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: starting mon.a rank 0 at public addrs [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] at bind addrs [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:07:22.803 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: CompressorRegistry(0x55b790a96b88) _refresh_config ms_osd_compression_mode 0 ms_osd_compression_methods [1] ms_osd_compress_above_min_size 1024 ms_compress_secure 0 2024-04-14T16:07:22.803 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: mon.a@-1(???) e2 preinit fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:07:22.803 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: mon.a@-1(???).mds e1 new map 2024-04-14T16:07:22.803 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: mon.a@-1(???).mds e1 print_map 2024-04-14T16:07:22.803 INFO:journalctl@ceph.mon.a.smithi129.stdout: e1 2024-04-14T16:07:22.803 INFO:journalctl@ceph.mon.a.smithi129.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-14T16:07:22.803 INFO:journalctl@ceph.mon.a.smithi129.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-14T16:07:22.803 INFO:journalctl@ceph.mon.a.smithi129.stdout: legacy client fscid: -1 2024-04-14T16:07:22.803 INFO:journalctl@ceph.mon.a.smithi129.stdout: 2024-04-14T16:07:22.803 INFO:journalctl@ceph.mon.a.smithi129.stdout: No filesystems configured 2024-04-14T16:07:22.803 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: mon.a@-1(???).osd e14 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-14T16:07:22.803 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T16:07:22.804 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T16:07:22.804 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T16:07:22.804 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 ceph-mon[48969]: mon.a@-1(???).paxosservice(auth 1..12) refresh upgraded, format 0 -> 3 2024-04-14T16:07:22.804 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 bash[48951]: c4af318741936632870ab6e610c78ee1a89bfd088d8017d7d8e7efec2d885c24 2024-04-14T16:07:22.804 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:22 smithi129 systemd[1]: Started Ceph mon.a for 55bd5fb6-fa78-11ee-bc8e-c7b262605968. 2024-04-14T16:07:23.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:23 smithi129 ceph-mon[48969]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T16:07:23.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:23 smithi129 ceph-mon[48969]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T16:07:23.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:23 smithi129 ceph-mon[48969]: pgmap v114: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:23.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:23 smithi129 ceph-mon[48969]: mon.a calling monitor election 2024-04-14T16:07:23.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:23 smithi129 ceph-mon[48969]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-14T16:07:23.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:23 smithi129 ceph-mon[48969]: monmap epoch 2 2024-04-14T16:07:23.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:23 smithi129 ceph-mon[48969]: fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:07:23.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:23 smithi129 ceph-mon[48969]: last_changed 2024-04-14T16:04:28.565654+0000 2024-04-14T16:07:23.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:23 smithi129 ceph-mon[48969]: created 2024-04-14T16:02:45.072708+0000 2024-04-14T16:07:23.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:23 smithi129 ceph-mon[48969]: min_mon_release 19 (squid) 2024-04-14T16:07:23.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:23 smithi129 ceph-mon[48969]: election_strategy: 1 2024-04-14T16:07:23.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:23 smithi129 ceph-mon[48969]: 0: [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon.a 2024-04-14T16:07:23.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:23 smithi129 ceph-mon[48969]: 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.b 2024-04-14T16:07:23.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:23 smithi129 ceph-mon[48969]: fsmap 2024-04-14T16:07:23.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:23 smithi129 ceph-mon[48969]: osdmap e14: 2 total, 2 up, 2 in 2024-04-14T16:07:23.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:23 smithi129 ceph-mon[48969]: mgrmap e14: a(active, since 3m), standbys: b 2024-04-14T16:07:23.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:23 smithi129 ceph-mon[48969]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-14T16:07:23.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:23 smithi129 ceph-mon[48969]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-14T16:07:23.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:23 smithi129 ceph-mon[48969]: daemon mon.b on smithi191 is in unknown state 2024-04-14T16:07:23.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:23 smithi129 ceph-mon[48969]: from='mgr.14152 ' entity='' 2024-04-14T16:07:23.071 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:23 smithi129 ceph-mon[48969]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:23.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:23 smithi191 ceph-mon[41330]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T16:07:23.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:23 smithi191 ceph-mon[41330]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T16:07:23.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:23 smithi191 ceph-mon[41330]: pgmap v114: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:23.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:23 smithi191 ceph-mon[41330]: mon.a calling monitor election 2024-04-14T16:07:23.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:23 smithi191 ceph-mon[41330]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-14T16:07:23.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:23 smithi191 ceph-mon[41330]: monmap epoch 2 2024-04-14T16:07:23.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:23 smithi191 ceph-mon[41330]: fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:07:23.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:23 smithi191 ceph-mon[41330]: last_changed 2024-04-14T16:04:28.565654+0000 2024-04-14T16:07:23.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:23 smithi191 ceph-mon[41330]: created 2024-04-14T16:02:45.072708+0000 2024-04-14T16:07:23.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:23 smithi191 ceph-mon[41330]: min_mon_release 19 (squid) 2024-04-14T16:07:23.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:23 smithi191 ceph-mon[41330]: election_strategy: 1 2024-04-14T16:07:23.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:23 smithi191 ceph-mon[41330]: 0: [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon.a 2024-04-14T16:07:23.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:23 smithi191 ceph-mon[41330]: 1: [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon.b 2024-04-14T16:07:23.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:23 smithi191 ceph-mon[41330]: fsmap 2024-04-14T16:07:23.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:23 smithi191 ceph-mon[41330]: osdmap e14: 2 total, 2 up, 2 in 2024-04-14T16:07:23.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:23 smithi191 ceph-mon[41330]: mgrmap e14: a(active, since 3m), standbys: b 2024-04-14T16:07:23.399 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:23 smithi191 ceph-mon[41330]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-14T16:07:23.400 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:23 smithi191 ceph-mon[41330]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-14T16:07:23.400 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:23 smithi191 ceph-mon[41330]: daemon mon.b on smithi191 is in unknown state 2024-04-14T16:07:23.400 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:23 smithi191 ceph-mon[41330]: from='mgr.14152 ' entity='' 2024-04-14T16:07:23.400 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:23 smithi191 ceph-mon[41330]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:24.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:24 smithi129 ceph-mon[48969]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:07:24.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:24 smithi129 ceph-mon[48969]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:07:24.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:24 smithi129 ceph-mon[48969]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:07:24.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:24 smithi129 ceph-mon[48969]: pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:24.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:24 smithi129 ceph-mon[48969]: pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:24.321 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:24 smithi129 ceph-mon[48969]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:24.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:24 smithi191 ceph-mon[41330]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:07:24.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:24 smithi191 ceph-mon[41330]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:07:24.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:24 smithi191 ceph-mon[41330]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:07:24.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:24 smithi191 ceph-mon[41330]: pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:24.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:24 smithi191 ceph-mon[41330]: pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:24.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:24 smithi191 ceph-mon[41330]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:26.320 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:26 smithi129 ceph-mon[48969]: pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:26.397 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:26 smithi191 ceph-mon[41330]: pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:28.397 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:28 smithi191 ceph-mon[41330]: pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:28.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:28 smithi129 ceph-mon[48969]: pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:30.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:30 smithi191 ceph-mon[41330]: pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:30.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:30 smithi129 ceph-mon[48969]: pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:32.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:32 smithi191 ceph-mon[41330]: pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:32.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:32 smithi129 ceph-mon[48969]: pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:33.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:33 smithi129 ceph-mon[48969]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:33.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:33 smithi129 ceph-mon[48969]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:33.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:33 smithi129 ceph-mon[48969]: pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:33.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:33 smithi129 ceph-mon[48969]: pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:33.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:33 smithi129 ceph-mon[48969]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:33.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:33 smithi191 ceph-mon[41330]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:33.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:33 smithi191 ceph-mon[41330]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:33.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:33 smithi191 ceph-mon[41330]: pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:33.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:33 smithi191 ceph-mon[41330]: pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:33.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:33 smithi191 ceph-mon[41330]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:35.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:35 smithi129 ceph-mon[48969]: pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:35.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:35 smithi191 ceph-mon[41330]: pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:37.647 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:37 smithi191 ceph-mon[41330]: pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:37.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:37 smithi129 ceph-mon[48969]: pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:39.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:39 smithi129 ceph-mon[48969]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:39.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:39 smithi129 ceph-mon[48969]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:39.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:39 smithi129 ceph-mon[48969]: pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:39.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:39 smithi129 ceph-mon[48969]: pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:39.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:39 smithi129 ceph-mon[48969]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:39.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:39 smithi129 ceph-mon[48969]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:39.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:39 smithi129 ceph-mon[48969]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:39.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:39 smithi191 ceph-mon[41330]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:39.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:39 smithi191 ceph-mon[41330]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:39.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:39 smithi191 ceph-mon[41330]: pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:39.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:39 smithi191 ceph-mon[41330]: pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:39.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:39 smithi191 ceph-mon[41330]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:39.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:39 smithi191 ceph-mon[41330]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:39.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:39 smithi191 ceph-mon[41330]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:40.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:40 smithi191 ceph-mon[41330]: pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:40.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:40 smithi191 ceph-mon[41330]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-14T16:07:40.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:40 smithi191 ceph-mon[41330]: Cluster is now healthy 2024-04-14T16:07:40.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:40 smithi191 ceph-mon[41330]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:40.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:40 smithi191 ceph-mon[41330]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:07:40.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:40 smithi191 ceph-mon[41330]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:07:40.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:40 smithi191 ceph-mon[41330]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:07:40.398 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:40 smithi191 ceph-mon[41330]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:40.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:40 smithi129 ceph-mon[48969]: pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:40.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:40 smithi129 ceph-mon[48969]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-14T16:07:40.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:40 smithi129 ceph-mon[48969]: Cluster is now healthy 2024-04-14T16:07:40.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:40 smithi129 ceph-mon[48969]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:40.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:40 smithi129 ceph-mon[48969]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T16:07:40.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:40 smithi129 ceph-mon[48969]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T16:07:40.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:40 smithi129 ceph-mon[48969]: from='mgr.14152 172.21.15.129:0/738473277' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T16:07:40.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:40 smithi129 ceph-mon[48969]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:42.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:42 smithi129 ceph-mon[48969]: pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:42.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:42 smithi191 ceph-mon[41330]: pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:44.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:44 smithi129 ceph-mon[48969]: pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:44.647 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:44 smithi191 ceph-mon[41330]: pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:46.480 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:46 smithi129 ceph-mon[48969]: pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:46.647 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:46 smithi191 ceph-mon[41330]: pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:48.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:48 smithi129 ceph-mon[48969]: pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:48.647 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:48 smithi191 ceph-mon[41330]: pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:50.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:50 smithi129 ceph-mon[48969]: pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:50.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:50 smithi191 ceph-mon[41330]: pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:52.538 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:52 smithi129 ceph-mon[48969]: pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:52.647 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:52 smithi191 ceph-mon[41330]: pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:53.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:53 smithi129 ceph-mon[48969]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:53.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:53 smithi129 ceph-mon[48969]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:53.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:53 smithi129 ceph-mon[48969]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:53.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:53 smithi129 ceph-mon[48969]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:53.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:53 smithi129 ceph-mon[48969]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:53.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:53 smithi129 ceph-mon[48969]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:53.571 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:53 smithi129 ceph-mon[48969]: pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:53.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:53 smithi191 ceph-mon[41330]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:53.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:53 smithi191 ceph-mon[41330]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:53.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:53 smithi191 ceph-mon[41330]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:53.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:53 smithi191 ceph-mon[41330]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:53.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:53 smithi191 ceph-mon[41330]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:53.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:53 smithi191 ceph-mon[41330]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:53.898 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:53 smithi191 ceph-mon[41330]: pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:56.570 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:56 smithi129 ceph-mon[48969]: pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:56.647 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:56 smithi191 ceph-mon[41330]: pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:58.511 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:58 smithi191 ceph-mon[41330]: pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:58.511 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:58 smithi191 ceph-mon[41330]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:58.512 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:58 smithi191 ceph-mon[41330]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:58.512 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:07:58 smithi191 ceph-mon[41330]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:58.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:58 smithi129 ceph-mon[48969]: pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:07:58.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:58 smithi129 ceph-mon[48969]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:58.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:58 smithi129 ceph-mon[48969]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:07:58.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:07:58 smithi129 ceph-mon[48969]: from='mgr.14152 ' entity='mgr.a' 2024-04-14T16:08:00.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:08:00 smithi191 ceph-mon[41330]: pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:08:00.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:08:00 smithi129 ceph-mon[48969]: pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:08:02.647 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:08:02 smithi191 ceph-mon[41330]: pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:08:02.820 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:08:02 smithi129 ceph-mon[48969]: pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:08:04.647 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:08:04 smithi191 ceph-mon[41330]: pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:08:04.714 INFO:teuthology.orchestra.run.smithi129.stderr:+ grep '\-\-cpus=2' /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/unit.run 2024-04-14T16:08:04.716 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-mon --privileged --group-add=disk --init --name ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a --pids-limit=-1 -d --log-driver journald --conmon-pidfile /run/ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mon.a.service-pid --cidfile /run/ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mon.a.service-cid --cgroups=split --cpus=2 -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608 -e NODE_NAME=smithi129 -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968:/var/run/ceph:z -v /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/crash:/var/lib/ceph/crash:z -v /run/systemd/journal:/run/systemd/journal -v /dev:/dev -v /run/udev:/run/udev -v /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z -v /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config:/etc/ceph/ceph.conf:z -v /etc/hosts:/etc/hosts:ro quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608 -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 --debug_ms 10 2024-04-14T16:08:04.716 INFO:teuthology.orchestra.run.smithi129.stderr:+ grep '\-\-debug_ms 10' /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/unit.run 2024-04-14T16:08:04.717 INFO:teuthology.orchestra.run.smithi129.stdout:/usr/bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-mon --privileged --group-add=disk --init --name ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a --pids-limit=-1 -d --log-driver journald --conmon-pidfile /run/ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mon.a.service-pid --cidfile /run/ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mon.a.service-cid --cgroups=split --cpus=2 -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608 -e NODE_NAME=smithi129 -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968:/var/run/ceph:z -v /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/crash:/var/lib/ceph/crash:z -v /run/systemd/journal:/run/systemd/journal -v /dev:/dev -v /run/udev:/run/udev -v /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z -v /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/mon.a/config:/etc/ceph/ceph.conf:z -v /etc/hosts:/etc/hosts:ro quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608 -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 --debug_ms 10 2024-04-14T16:08:04.717 INFO:teuthology.orchestra.run.smithi129.stderr:+ grep testing_custom_containers /etc/cephadm_testing/testing.txt 2024-04-14T16:08:04.718 INFO:teuthology.orchestra.run.smithi129.stdout:testing_custom_containers 2024-04-14T16:08:04.718 INFO:teuthology.orchestra.run.smithi129.stderr:++ find /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968 -maxdepth 1 -type d -name 'container.bar.*' 2024-04-14T16:08:04.720 INFO:teuthology.orchestra.run.smithi129.stderr:+ dir=/var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/container.bar.smithi129 2024-04-14T16:08:04.720 INFO:teuthology.orchestra.run.smithi129.stderr:+ test -n /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/container.bar.smithi129 2024-04-14T16:08:04.720 INFO:teuthology.orchestra.run.smithi129.stderr:+ grep ok /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/container.bar.smithi129/data/primary.txt 2024-04-14T16:08:04.721 INFO:teuthology.orchestra.run.smithi129.stdout:ok 2024-04-14T16:08:04.721 INFO:teuthology.orchestra.run.smithi129.stderr:+ grep from=centos /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/container.bar.smithi129/data/from.txt 2024-04-14T16:08:04.722 INFO:teuthology.orchestra.run.smithi129.stdout:from=centos 2024-04-14T16:08:04.722 INFO:teuthology.orchestra.run.smithi129.stderr:+ test -s /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/container.bar.smithi129/data/presized.dat 2024-04-14T16:08:04.723 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:08:04 smithi129 ceph-mon[48969]: pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T16:08:04.725 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-14T16:08:04.740 INFO:tasks.cephadm:Teardown begin 2024-04-14T16:08:04.741 DEBUG:teuthology.orchestra.run.smithi129:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-14T16:08:04.775 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-14T16:08:04.812 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-14T16:08:04.812 DEBUG:teuthology.orchestra.run.smithi129:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-14T16:08:04.832 DEBUG:teuthology.orchestra.run.smithi191:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-14T16:08:04.868 INFO:tasks.cephadm:Stopping all daemons... 2024-04-14T16:08:04.869 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-14T16:08:04.869 DEBUG:teuthology.orchestra.run.smithi129:> sudo systemctl stop ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mon.a 2024-04-14T16:08:05.070 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:08:04 smithi129 systemd[1]: Stopping Ceph mon.a for 55bd5fb6-fa78-11ee-bc8e-c7b262605968... 2024-04-14T16:08:05.349 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:08:05 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a[48965]: 2024-04-14T16:08:05.181+0000 7f540ff45700 -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 --debug_ms 10 (PID: 1) UID: 0 2024-04-14T16:08:05.349 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:08:05 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a[48965]: 2024-04-14T16:08:05.181+0000 7f540ff45700 -1 mon.a@0(leader) e2 *** Got Signal Terminated *** 2024-04-14T16:08:05.349 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:08:05 smithi129 podman[49785]: 2024-04-14 16:08:05.233065553 +0000 UTC m=+0.171354261 container died c4af318741936632870ab6e610c78ee1a89bfd088d8017d7d8e7efec2d885c24 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_CLEAN=True, io.buildah.version=1.33.5, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=main-a971fd5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240403, 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-14T16:08:06.002 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:08:05 smithi129 podman[49785]: 2024-04-14 16:08:05.631914907 +0000 UTC m=+0.570203623 container cleanup c4af318741936632870ab6e610c78ee1a89bfd088d8017d7d8e7efec2d885c24 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=main-a971fd5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240403, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.schema-version=1.0) 2024-04-14T16:08:06.002 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:08:05 smithi129 bash[49785]: ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a 2024-04-14T16:08:06.002 INFO:journalctl@ceph.mon.a.smithi129.stdout:Apr 14 16:08:05 smithi129 podman[49800]: 2024-04-14 16:08:05.799901553 +0000 UTC m=+0.564757042 container remove c4af318741936632870ab6e610c78ee1a89bfd088d8017d7d8e7efec2d885c24 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-a, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240403, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=main-a971fd5, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-04-14T16:08:06.020 DEBUG:teuthology.orchestra.run.smithi129:> sudo pkill -f 'journalctl -f -n 0 -u ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mon.a.service' 2024-04-14T16:08:06.067 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-14T16:08:06.067 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-14T16:08:06.068 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-04-14T16:08:06.068 DEBUG:teuthology.orchestra.run.smithi191:> sudo systemctl stop ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mon.b 2024-04-14T16:08:06.361 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:08:06 smithi191 systemd[1]: Stopping Ceph mon.b for 55bd5fb6-fa78-11ee-bc8e-c7b262605968... 2024-04-14T16:08:06.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:08:06 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-b[41324]: 2024-04-14T16:08:06.380+0000 7f962e538700 -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 --debug_ms 10 (PID: 1) UID: 0 2024-04-14T16:08:06.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:08:06 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-b[41324]: 2024-04-14T16:08:06.380+0000 7f962e538700 -1 mon.b@1(peon) e2 *** Got Signal Terminated *** 2024-04-14T16:08:06.648 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:08:06 smithi191 podman[42322]: 2024-04-14 16:08:06.50286721 +0000 UTC m=+0.247113468 container died ce7fd71be0fb0d6ed5b9719bb5652cd954ee37bd3e11a327327dcb792894276f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-b, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, RELEASE=main-a971fd5, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240403, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-14T16:08:07.142 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:08:06 smithi191 podman[42322]: 2024-04-14 16:08:06.857584189 +0000 UTC m=+0.601830450 container cleanup ce7fd71be0fb0d6ed5b9719bb5652cd954ee37bd3e11a327327dcb792894276f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-b, org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.33.5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240403, RELEASE=main-a971fd5, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-04-14T16:08:07.142 INFO:journalctl@ceph.mon.b.smithi191.stdout:Apr 14 16:08:06 smithi191 bash[42322]: ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mon-b 2024-04-14T16:08:07.295 DEBUG:teuthology.orchestra.run.smithi191:> sudo pkill -f 'journalctl -f -n 0 -u ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mon.b.service' 2024-04-14T16:08:07.346 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-14T16:08:07.347 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-04-14T16:08:07.347 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-14T16:08:07.347 DEBUG:teuthology.orchestra.run.smithi129:> sudo systemctl stop ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mgr.a 2024-04-14T16:08:07.671 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:08:07 smithi129 systemd[1]: Stopping Ceph mgr.a for 55bd5fb6-fa78-11ee-bc8e-c7b262605968... 2024-04-14T16:08:07.946 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:08:07 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:08:07.669+0000 7efd41a4c700 -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-14T16:08:07.946 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:08:07 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a[29915]: 2024-04-14T16:08:07.669+0000 7efd41a4c700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-14T16:08:07.946 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:08:07 smithi129 podman[49919]: 2024-04-14 16:08:07.700598091 +0000 UTC m=+0.158252644 container died cd1836a3c21596e20e8039462e748642fd3ed12333ef68e8343157189ce798da (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a, RELEASE=main-a971fd5, ceph=True, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240403, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux ) 2024-04-14T16:08:08.255 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:08:08 smithi129 podman[49919]: 2024-04-14 16:08:08.103403603 +0000 UTC m=+0.561058201 container cleanup cd1836a3c21596e20e8039462e748642fd3ed12333ef68e8343157189ce798da (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240403, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, RELEASE=main-a971fd5, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-04-14T16:08:08.255 INFO:journalctl@ceph.mgr.a.smithi129.stdout:Apr 14 16:08:08 smithi129 bash[49919]: ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-a 2024-04-14T16:08:08.472 DEBUG:teuthology.orchestra.run.smithi129:> sudo pkill -f 'journalctl -f -n 0 -u ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mgr.a.service' 2024-04-14T16:08:08.508 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-14T16:08:08.509 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-14T16:08:08.509 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-14T16:08:08.509 DEBUG:teuthology.orchestra.run.smithi191:> sudo systemctl stop ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mgr.b 2024-04-14T16:08:08.843 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:08:08 smithi191 systemd[1]: Stopping Ceph mgr.b for 55bd5fb6-fa78-11ee-bc8e-c7b262605968... 2024-04-14T16:08:09.129 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:08:08 smithi191 podman[42452]: 2024-04-14 16:08:08.842090193 +0000 UTC m=+0.135260765 container died 6688c7e7040bd8d5ad897283d88e9a09782e7859a69a01f3d8e74bbd58b7e399 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=main-a971fd5, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240403, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux ) 2024-04-14T16:08:09.398 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:08:09 smithi191 podman[42452]: 2024-04-14 16:08:09.212141769 +0000 UTC m=+0.505312349 container cleanup 6688c7e7040bd8d5ad897283d88e9a09782e7859a69a01f3d8e74bbd58b7e399 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240403, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=main-a971fd5, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-04-14T16:08:09.398 INFO:journalctl@ceph.mgr.b.smithi191.stdout:Apr 14 16:08:09 smithi191 bash[42452]: ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-mgr-b 2024-04-14T16:08:09.625 DEBUG:teuthology.orchestra.run.smithi191:> sudo pkill -f 'journalctl -f -n 0 -u ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@mgr.b.service' 2024-04-14T16:08:09.661 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-14T16:08:09.661 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-14T16:08:09.661 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-04-14T16:08:09.661 DEBUG:teuthology.orchestra.run.smithi129:> sudo systemctl stop ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@osd.0 2024-04-14T16:08:09.950 INFO:journalctl@ceph.osd.0.smithi129.stdout:Apr 14 16:08:09 smithi129 systemd[1]: Stopping Ceph osd.0 for 55bd5fb6-fa78-11ee-bc8e-c7b262605968... 2024-04-14T16:08:10.320 INFO:journalctl@ceph.osd.0.smithi129.stdout:Apr 14 16:08:09 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-osd-0[39616]: 2024-04-14T16:08:09.948+0000 7f9f05db3700 -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-14T16:08:10.320 INFO:journalctl@ceph.osd.0.smithi129.stdout:Apr 14 16:08:09 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-osd-0[39616]: 2024-04-14T16:08:09.948+0000 7f9f05db3700 -1 osd.0 14 *** Got signal Terminated *** 2024-04-14T16:08:10.320 INFO:journalctl@ceph.osd.0.smithi129.stdout:Apr 14 16:08:09 smithi129 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-osd-0[39616]: 2024-04-14T16:08:09.948+0000 7f9f05db3700 -1 osd.0 14 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-14T16:08:15.673 INFO:journalctl@ceph.osd.0.smithi129.stdout:Apr 14 16:08:15 smithi129 podman[50039]: 2024-04-14 16:08:15.412150534 +0000 UTC m=+5.563638695 container died 6ac182f342ebcecbb01017ed39c591881d0d7d0a3c4e3acc4d93b7279852c91e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-osd-0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=main-a971fd5, GIT_CLEAN=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240403, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.vendor=CentOS) 2024-04-14T16:08:15.948 INFO:journalctl@ceph.osd.0.smithi129.stdout:Apr 14 16:08:15 smithi129 podman[50039]: 2024-04-14 16:08:15.755055313 +0000 UTC m=+5.906543471 container cleanup 6ac182f342ebcecbb01017ed39c591881d0d7d0a3c4e3acc4d93b7279852c91e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-osd-0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=main-a971fd5, ceph=True, org.label-schema.build-date=20240403, io.buildah.version=1.33.5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, GIT_CLEAN=True) 2024-04-14T16:08:15.948 INFO:journalctl@ceph.osd.0.smithi129.stdout:Apr 14 16:08:15 smithi129 bash[50039]: ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-osd-0 2024-04-14T16:08:16.320 INFO:journalctl@ceph.osd.0.smithi129.stdout:Apr 14 16:08:15 smithi129 podman[50491]: 2024-04-14 16:08:15.947853242 +0000 UTC m=+0.532364352 container remove 6ac182f342ebcecbb01017ed39c591881d0d7d0a3c4e3acc4d93b7279852c91e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-osd-0, io.buildah.version=1.33.5, RELEASE=main-a971fd5, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240403, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-14T16:08:16.585 INFO:journalctl@ceph.osd.0.smithi129.stdout:Apr 14 16:08:16 smithi129 podman[50582]: 2024-04-14 16:08:16.331999914 +0000 UTC m=+0.107148264 container create 67c11a593d2f86105cd5192da30a13743a1369ba4341bfaad7a86c0e1952c55c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-osd-0-deactivate, RELEASE=main-a971fd5, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240403, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=) 2024-04-14T16:08:16.585 INFO:journalctl@ceph.osd.0.smithi129.stdout:Apr 14 16:08:16 smithi129 podman[50582]: 2024-04-14 16:08:16.24301025 +0000 UTC m=+0.018158613 image pull b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608 2024-04-14T16:08:16.585 INFO:journalctl@ceph.osd.0.smithi129.stdout:Apr 14 16:08:16 smithi129 podman[50582]: 2024-04-14 16:08:16.509988256 +0000 UTC m=+0.285136620 container init 67c11a593d2f86105cd5192da30a13743a1369ba4341bfaad7a86c0e1952c55c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-osd-0-deactivate, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240403, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, io.buildah.version=1.33.5, GIT_CLEAN=True, ceph=True, RELEASE=main-a971fd5, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD) 2024-04-14T16:08:16.585 INFO:journalctl@ceph.osd.0.smithi129.stdout:Apr 14 16:08:16 smithi129 podman[50582]: 2024-04-14 16:08:16.513492272 +0000 UTC m=+0.288640625 container start 67c11a593d2f86105cd5192da30a13743a1369ba4341bfaad7a86c0e1952c55c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-osd-0-deactivate, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240403, RELEASE=main-a971fd5, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, 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, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS) 2024-04-14T16:08:16.585 INFO:journalctl@ceph.osd.0.smithi129.stdout:Apr 14 16:08:16 smithi129 podman[50582]: 2024-04-14 16:08:16.584608041 +0000 UTC m=+0.359756394 container attach 67c11a593d2f86105cd5192da30a13743a1369ba4341bfaad7a86c0e1952c55c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-osd-0-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240403, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=main-a971fd5, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-04-14T16:08:17.070 INFO:journalctl@ceph.osd.0.smithi129.stdout:Apr 14 16:08:16 smithi129 podman[50582]: 2024-04-14 16:08:16.820589432 +0000 UTC m=+0.595737785 container died 67c11a593d2f86105cd5192da30a13743a1369ba4341bfaad7a86c0e1952c55c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-osd-0-deactivate, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=main-a971fd5, ceph=True, io.buildah.version=1.33.5, org.label-schema.build-date=20240403, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-14T16:08:17.533 DEBUG:teuthology.orchestra.run.smithi129:> sudo pkill -f 'journalctl -f -n 0 -u ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@osd.0.service' 2024-04-14T16:08:17.573 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-14T16:08:17.574 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-04-14T16:08:17.574 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-04-14T16:08:17.574 DEBUG:teuthology.orchestra.run.smithi191:> sudo systemctl stop ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@osd.1 2024-04-14T16:08:17.898 INFO:journalctl@ceph.osd.1.smithi191.stdout:Apr 14 16:08:17 smithi191 systemd[1]: Stopping Ceph osd.1 for 55bd5fb6-fa78-11ee-bc8e-c7b262605968... 2024-04-14T16:08:18.398 INFO:journalctl@ceph.osd.1.smithi191.stdout:Apr 14 16:08:18 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-osd-1[36822]: 2024-04-14T16:08:18.059+0000 7f81d9a0c700 -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-14T16:08:18.398 INFO:journalctl@ceph.osd.1.smithi191.stdout:Apr 14 16:08:18 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-osd-1[36822]: 2024-04-14T16:08:18.059+0000 7f81d9a0c700 -1 osd.1 14 *** Got signal Terminated *** 2024-04-14T16:08:18.398 INFO:journalctl@ceph.osd.1.smithi191.stdout:Apr 14 16:08:18 smithi191 ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-osd-1[36822]: 2024-04-14T16:08:18.059+0000 7f81d9a0c700 -1 osd.1 14 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-14T16:08:23.883 INFO:journalctl@ceph.osd.1.smithi191.stdout:Apr 14 16:08:23 smithi191 podman[42901]: 2024-04-14 16:08:23.592384619 +0000 UTC m=+5.640114951 container died b102d25e81048c760d2d1bf80100fff314e8e20589a16c2d477d6cccc96121a7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-osd-1, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, RELEASE=main-a971fd5, org.label-schema.build-date=20240403, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-04-14T16:08:24.148 INFO:journalctl@ceph.osd.1.smithi191.stdout:Apr 14 16:08:23 smithi191 podman[42901]: 2024-04-14 16:08:23.981369154 +0000 UTC m=+6.029099486 container cleanup b102d25e81048c760d2d1bf80100fff314e8e20589a16c2d477d6cccc96121a7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-osd-1, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240403, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-a971fd5, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True) 2024-04-14T16:08:24.148 INFO:journalctl@ceph.osd.1.smithi191.stdout:Apr 14 16:08:23 smithi191 bash[42901]: ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-osd-1 2024-04-14T16:08:24.544 INFO:journalctl@ceph.osd.1.smithi191.stdout:Apr 14 16:08:24 smithi191 podman[43055]: 2024-04-14 16:08:24.249170073 +0000 UTC m=+0.655204508 container remove b102d25e81048c760d2d1bf80100fff314e8e20589a16c2d477d6cccc96121a7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-osd-1, RELEASE=main-a971fd5, org.label-schema.build-date=20240403, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-04-14T16:08:24.844 INFO:journalctl@ceph.osd.1.smithi191.stdout:Apr 14 16:08:24 smithi191 podman[43145]: 2024-04-14 16:08:24.447056438 +0000 UTC m=+0.018224913 image pull b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608 2024-04-14T16:08:24.844 INFO:journalctl@ceph.osd.1.smithi191.stdout:Apr 14 16:08:24 smithi191 podman[43145]: 2024-04-14 16:08:24.549940125 +0000 UTC m=+0.121108573 container create 4e0e2acaacc3e50acef558ac28270b970337e2b87e813917222af22ce82a1879 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-osd-1-deactivate, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-a971fd5, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240403, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-04-14T16:08:24.844 INFO:journalctl@ceph.osd.1.smithi191.stdout:Apr 14 16:08:24 smithi191 podman[43145]: 2024-04-14 16:08:24.761790827 +0000 UTC m=+0.332959287 container init 4e0e2acaacc3e50acef558ac28270b970337e2b87e813917222af22ce82a1879 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-osd-1-deactivate, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, RELEASE=main-a971fd5, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240403, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-04-14T16:08:24.845 INFO:journalctl@ceph.osd.1.smithi191.stdout:Apr 14 16:08:24 smithi191 podman[43145]: 2024-04-14 16:08:24.764950349 +0000 UTC m=+0.336118798 container start 4e0e2acaacc3e50acef558ac28270b970337e2b87e813917222af22ce82a1879 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-osd-1-deactivate, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.build-date=20240403, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, RELEASE=main-a971fd5, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-14T16:08:24.845 INFO:journalctl@ceph.osd.1.smithi191.stdout:Apr 14 16:08:24 smithi191 podman[43145]: 2024-04-14 16:08:24.844209225 +0000 UTC m=+0.415377686 container attach 4e0e2acaacc3e50acef558ac28270b970337e2b87e813917222af22ce82a1879 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-osd-1-deactivate, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=main-a971fd5, GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, 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, org.label-schema.build-date=20240403) 2024-04-14T16:08:25.148 INFO:journalctl@ceph.osd.1.smithi191.stdout:Apr 14 16:08:25 smithi191 podman[43145]: 2024-04-14 16:08:25.054179218 +0000 UTC m=+0.625347677 container died 4e0e2acaacc3e50acef558ac28270b970337e2b87e813917222af22ce82a1879 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240403, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, RELEASE=main-a971fd5, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-04-14T16:08:25.783 DEBUG:teuthology.orchestra.run.smithi191:> sudo pkill -f 'journalctl -f -n 0 -u ceph-55bd5fb6-fa78-11ee-bc8e-c7b262605968@osd.1.service' 2024-04-14T16:08:25.825 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-14T16:08:25.825 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-04-14T16:08:25.825 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 --force --keep-logs 2024-04-14T16:08:26.015 INFO:teuthology.orchestra.run.smithi129.stdout:Deleting cluster with fsid: 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:08:30.611 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 --force --keep-logs 2024-04-14T16:08:30.803 INFO:teuthology.orchestra.run.smithi191.stdout:Deleting cluster with fsid: 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:08:35.534 DEBUG:teuthology.orchestra.run.smithi129:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-14T16:08:35.569 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-14T16:08:35.598 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-14T16:08:35.599 DEBUG:teuthology.misc:Transferring archived files from smithi129:/var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646152/remote/smithi129/crash 2024-04-14T16:08:35.600 DEBUG:teuthology.orchestra.run.smithi129:> sudo tar c -f - -C /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/crash -- . 2024-04-14T16:08:35.648 INFO:teuthology.orchestra.run.smithi129.stderr:tar: /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/crash: Cannot open: No such file or directory 2024-04-14T16:08:35.648 INFO:teuthology.orchestra.run.smithi129.stderr:tar: Error is not recoverable: exiting now 2024-04-14T16:08:35.650 DEBUG:teuthology.misc:Transferring archived files from smithi191:/var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646152/remote/smithi191/crash 2024-04-14T16:08:35.651 DEBUG:teuthology.orchestra.run.smithi191:> sudo tar c -f - -C /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/crash -- . 2024-04-14T16:08:35.690 INFO:teuthology.orchestra.run.smithi191.stderr:tar: /var/lib/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/crash: Cannot open: No such file or directory 2024-04-14T16:08:35.690 INFO:teuthology.orchestra.run.smithi191.stderr:tar: Error is not recoverable: exiting now 2024-04-14T16:08:35.691 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-14T16:08:35.692 DEBUG:teuthology.orchestra.run.smithi129:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-14T16:08:35.723 INFO:teuthology.orchestra.run.smithi129.stdout:2024-04-14T16:05:28.351609+0000 mon.a (mon.0) 344 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-14T16:08:35.723 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-04-14T16:08:35.723 DEBUG:teuthology.orchestra.run.smithi129:> sudo egrep '\[SEC\]' /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-14T16:08:35.793 DEBUG:teuthology.orchestra.run.smithi129:> sudo egrep '\[ERR\]' /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-14T16:08:35.863 DEBUG:teuthology.orchestra.run.smithi129:> sudo egrep '\[WRN\]' /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-14T16:08:35.932 INFO:teuthology.orchestra.run.smithi129.stdout:2024-04-14T16:05:28.351609+0000 mon.a (mon.0) 344 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-14T16:08:35.932 INFO:tasks.cephadm:Compressing logs... 2024-04-14T16:08:35.933 DEBUG:teuthology.orchestra.run.smithi129:> 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-14T16:08:35.974 DEBUG:teuthology.orchestra.run.smithi191:> 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-14T16:08:35.999 INFO:teuthology.orchestra.run.smithi129.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-14T16:08:36.000 INFO:teuthology.orchestra.run.smithi129.stderr:: No such file or directory 2024-04-14T16:08:36.000 INFO:teuthology.orchestra.run.smithi129.stderr:gzip -5 --verbose -- /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph-mon.a.log 2024-04-14T16:08:36.000 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph.audit.log 2024-04-14T16:08:36.000 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph-mgr.a.log 2024-04-14T16:08:36.000 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph-osd.0.log 2024-04-14T16:08:36.000 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph.cephadm.log 2024-04-14T16:08:36.001 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph.log 2024-04-14T16:08:36.001 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph.cephadm.log: 90.0% -- replaced with /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph.audit.log.gz 2024-04-14T16:08:36.001 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph.log: 81.8% -- replaced with /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph.cephadm.log.gz 2024-04-14T16:08:36.001 INFO:teuthology.orchestra.run.smithi129.stderr:gzip -5 --verbose -- /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph-volume.log 2024-04-14T16:08:36.001 INFO:teuthology.orchestra.run.smithi129.stderr: 87.0%/var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph-volume.log: 87.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-14T16:08:36.001 INFO:teuthology.orchestra.run.smithi129.stderr: -- replaced with /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph.log.gz 2024-04-14T16:08:36.003 INFO:teuthology.orchestra.run.smithi191.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-14T16:08:36.003 INFO:teuthology.orchestra.run.smithi191.stderr:: No such file or directory 2024-04-14T16:08:36.003 INFO:teuthology.orchestra.run.smithi191.stderr:gzip -5 --verbose -- /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph.audit.log 2024-04-14T16:08:36.003 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph-osd.1.log 2024-04-14T16:08:36.003 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph.cephadm.log 2024-04-14T16:08:36.005 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph.log 2024-04-14T16:08:36.005 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph-mgr.b.log 2024-04-14T16:08:36.005 INFO:teuthology.orchestra.run.smithi191.stderr: 90.3% -- replaced with /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph.audit.log.gz 2024-04-14T16:08:36.005 INFO:teuthology.orchestra.run.smithi191.stderr: 80.5% -- replaced with /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph.cephadm.log.gz 2024-04-14T16:08:36.005 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph-volume.log 2024-04-14T16:08:36.005 INFO:teuthology.orchestra.run.smithi191.stderr: 83.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-14T16:08:36.006 INFO:teuthology.orchestra.run.smithi191.stderr:gzip -5 --verbose -- /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph-mon.b.log 2024-04-14T16:08:36.006 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph-mgr.b.log: 87.0% -- replaced with /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph.log.gz 2024-04-14T16:08:36.007 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph-volume.log: /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph-mon.b.log: 91.0% -- replaced with /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph-mgr.b.log.gz 2024-04-14T16:08:36.010 INFO:teuthology.orchestra.run.smithi129.stderr: 91.4% -- replaced with /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph-volume.log.gz 2024-04-14T16:08:36.014 INFO:teuthology.orchestra.run.smithi191.stderr: 91.4% -- replaced with /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph-volume.log.gz 2024-04-14T16:08:36.015 INFO:teuthology.orchestra.run.smithi129.stderr: 93.8% -- replaced with /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph-osd.0.log.gz 2024-04-14T16:08:36.016 INFO:teuthology.orchestra.run.smithi191.stderr: 93.9% -- replaced with /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph-osd.1.log.gz 2024-04-14T16:08:36.074 INFO:teuthology.orchestra.run.smithi191.stderr: 93.0% -- replaced with /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph-mon.b.log.gz 2024-04-14T16:08:36.075 INFO:teuthology.orchestra.run.smithi129.stderr: 88.4% -- replaced with /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph-mgr.a.log.gz 2024-04-14T16:08:36.076 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-14T16:08:36.077 INFO:teuthology.orchestra.run.smithi191.stderr:real 0m0.088s 2024-04-14T16:08:36.077 INFO:teuthology.orchestra.run.smithi191.stderr:user 0m0.107s 2024-04-14T16:08:36.077 INFO:teuthology.orchestra.run.smithi191.stderr:sys 0m0.027s 2024-04-14T16:08:36.169 INFO:teuthology.orchestra.run.smithi129.stderr: 91.5% -- replaced with /var/log/ceph/55bd5fb6-fa78-11ee-bc8e-c7b262605968/ceph-mon.a.log.gz 2024-04-14T16:08:36.171 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-04-14T16:08:36.171 INFO:teuthology.orchestra.run.smithi129.stderr:real 0m0.185s 2024-04-14T16:08:36.171 INFO:teuthology.orchestra.run.smithi129.stderr:user 0m0.276s 2024-04-14T16:08:36.171 INFO:teuthology.orchestra.run.smithi129.stderr:sys 0m0.030s 2024-04-14T16:08:36.171 INFO:tasks.cephadm:Archiving logs... 2024-04-14T16:08:36.171 DEBUG:teuthology.misc:Transferring archived files from smithi129:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646152/remote/smithi129/log 2024-04-14T16:08:36.172 DEBUG:teuthology.orchestra.run.smithi129:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-14T16:08:36.301 DEBUG:teuthology.misc:Transferring archived files from smithi191:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646152/remote/smithi191/log 2024-04-14T16:08:36.302 DEBUG:teuthology.orchestra.run.smithi191:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-14T16:08:36.351 INFO:tasks.cephadm:Removing cluster... 2024-04-14T16:08:36.351 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 --force 2024-04-14T16:08:36.538 INFO:teuthology.orchestra.run.smithi129.stdout:Deleting cluster with fsid: 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:08:36.806 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 55bd5fb6-fa78-11ee-bc8e-c7b262605968 --force 2024-04-14T16:08:36.990 INFO:teuthology.orchestra.run.smithi191.stdout:Deleting cluster with fsid: 55bd5fb6-fa78-11ee-bc8e-c7b262605968 2024-04-14T16:08:37.257 INFO:tasks.cephadm:Removing cephadm ... 2024-04-14T16:08:37.257 DEBUG:teuthology.orchestra.run.smithi129:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-14T16:08:37.273 DEBUG:teuthology.orchestra.run.smithi191:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-14T16:08:37.289 INFO:tasks.cephadm:Teardown complete 2024-04-14T16:08:37.289 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-14T16:08:37.299 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-14T16:08:37.299 DEBUG:teuthology.orchestra.run.smithi129:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-14T16:08:37.316 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-14T16:08:37.402 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-14T16:08:37.412 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-14T16:08:37.412 DEBUG:teuthology.orchestra.run.smithi129:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-14T16:08:37.415 DEBUG:teuthology.orchestra.run.smithi191:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-14T16:08:37.426 INFO:teuthology.orchestra.run.smithi129.stderr:bash: line 1: ntpq: command not found 2024-04-14T16:08:37.428 INFO:teuthology.orchestra.run.smithi191.stderr:bash: line 1: ntpq: command not found 2024-04-14T16:08:37.430 INFO:teuthology.orchestra.run.smithi129.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-14T16:08:37.430 INFO:teuthology.orchestra.run.smithi129.stdout:=============================================================================== 2024-04-14T16:08:37.430 INFO:teuthology.orchestra.run.smithi129.stdout:^* hv01.front.sepia.ceph.com 3 6 377 27 +1388us[+1395us] +/- 56ms 2024-04-14T16:08:37.430 INFO:teuthology.orchestra.run.smithi129.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 24 -1839us[-1839us] +/- 60ms 2024-04-14T16:08:37.431 INFO:teuthology.orchestra.run.smithi129.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 28 +439us[ +445us] +/- 74ms 2024-04-14T16:08:37.431 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T16:08:37.432 INFO:teuthology.orchestra.run.smithi191.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-14T16:08:37.432 INFO:teuthology.orchestra.run.smithi191.stdout:=============================================================================== 2024-04-14T16:08:37.433 INFO:teuthology.orchestra.run.smithi191.stdout:^* hv01.front.sepia.ceph.com 3 6 377 24 +1388us[+1398us] +/- 56ms 2024-04-14T16:08:37.433 INFO:teuthology.orchestra.run.smithi191.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 25 -1829us[-1819us] +/- 60ms 2024-04-14T16:08:37.433 INFO:teuthology.orchestra.run.smithi191.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 27 +493us[ +503us] +/- 74ms 2024-04-14T16:08:37.433 INFO:teuthology.orchestra.run.smithi191.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T16:08:37.433 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-14T16:08:37.442 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-14T16:08:37.443 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-14T16:08:37.452 DEBUG:teuthology.orchestra.run.smithi129:> 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-14T16:08:37.541 DEBUG:teuthology.orchestra.run.smithi191:> 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-14T16:08:37.608 DEBUG:teuthology.orchestra.run.smithi129:> 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-14T16:08:37.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T16:08:37.638 DEBUG:teuthology.orchestra.run.smithi191:> 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-14T16:08:37.667 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T16:08:37.668 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-14T16:08:37.682 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-14T16:08:37.694 INFO:teuthology.task.internal:Duration was 809.488164 seconds 2024-04-14T16:08:37.694 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-14T16:08:37.706 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-14T16:08:37.706 DEBUG:teuthology.orchestra.run.smithi129:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-14T16:08:37.709 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-14T16:08:37.749 INFO:teuthology.orchestra.run.smithi129.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-14T16:08:37.751 INFO:teuthology.orchestra.run.smithi191.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-14T16:08:38.183 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-14T16:08:38.183 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi129.front.sepia.ceph.com 2024-04-14T16:08:38.184 DEBUG:teuthology.orchestra.run.smithi129:> 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-14T16:08:38.203 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi191.front.sepia.ceph.com 2024-04-14T16:08:38.204 DEBUG:teuthology.orchestra.run.smithi191:> 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-14T16:08:38.245 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-14T16:08:38.245 DEBUG:teuthology.orchestra.run.smithi129:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-14T16:08:38.248 DEBUG:teuthology.orchestra.run.smithi191:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-14T16:08:38.314 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-14T16:08:38.315 DEBUG:teuthology.orchestra.run.smithi129:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-14T16:08:38.317 DEBUG:teuthology.orchestra.run.smithi191:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-14T16:08:38.500 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-14T16:08:38.512 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-14T16:08:38.512 DEBUG:teuthology.orchestra.run.smithi129:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-14T16:08:38.538 DEBUG:teuthology.orchestra.run.smithi191:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-14T16:08:38.565 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-14T16:08:38.583 DEBUG:teuthology.orchestra.run.smithi129:> 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-14T16:08:38.586 DEBUG:teuthology.orchestra.run.smithi191:> 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-14T16:08:38.608 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern = core 2024-04-14T16:08:38.630 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern = core 2024-04-14T16:08:38.670 DEBUG:teuthology.orchestra.run.smithi129:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-14T16:08:38.686 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T16:08:38.687 DEBUG:teuthology.orchestra.run.smithi191:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-14T16:08:38.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T16:08:38.724 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-14T16:08:38.735 INFO:teuthology.task.internal:Transferring archived files... 2024-04-14T16:08:38.736 DEBUG:teuthology.misc:Transferring archived files from smithi129:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646152/remote/smithi129 2024-04-14T16:08:38.736 DEBUG:teuthology.orchestra.run.smithi129:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-14T16:08:38.776 DEBUG:teuthology.misc:Transferring archived files from smithi191:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646152/remote/smithi191 2024-04-14T16:08:38.776 DEBUG:teuthology.orchestra.run.smithi191:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-14T16:08:38.813 INFO:teuthology.task.internal:Removing archive directory... 2024-04-14T16:08:38.813 DEBUG:teuthology.orchestra.run.smithi129:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-14T16:08:38.815 DEBUG:teuthology.orchestra.run.smithi191:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-14T16:08:38.863 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-14T16:08:38.875 INFO:teuthology.task.internal:Not uploading archives. 2024-04-14T16:08:38.875 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-14T16:08:38.884 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-14T16:08:38.885 DEBUG:teuthology.orchestra.run.smithi129:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-14T16:08:38.887 DEBUG:teuthology.orchestra.run.smithi191:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-14T16:08:38.899 INFO:teuthology.orchestra.run.smithi129.stdout: 265306 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 14 16:08 /home/ubuntu/cephtest 2024-04-14T16:08:38.917 INFO:teuthology.orchestra.run.smithi191.stdout: 265707 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 14 16:08 /home/ubuntu/cephtest 2024-04-14T16:08:38.918 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-14T16:08:38.929 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-14T16:08:38.951 INFO:teuthology.nuke:Checking targets against current locks 2024-04-14T16:08:38.975 DEBUG:teuthology.nuke:shortname: smithi129 2024-04-14T16:08:38.975 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-14T16:08:38.998 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi129.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646152', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-14 15:46:53.888954', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ80wEbwm2h7jWJtuSz88pry4FEArB6vjaQiKVnPXkLnPQc/kEpi+VIcNffh7DlaM1NJlW4kOPSsQA4FG7lSYXU='} 2024-04-14T16:08:39.002 DEBUG:teuthology.nuke:shortname: smithi191 2024-04-14T16:08:39.002 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-14T16:08:39.024 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi191.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646152', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-14 15:46:53.886997', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPxdc6JkS8UI868w+e7hAFnoxPzrotK1NTRlF3HwWAPqBU887rDVzYTyRB6hB51k2Dj6vsIatPtNXrhlhawKtY8='} 2024-04-14T16:08:39.052 INFO:teuthology.orchestra.console.smithi129:Power off 2024-04-14T16:08:39.052 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-14T16:08:39.078 DEBUG:teuthology.orchestra.console.smithi129:power off output: Chassis Power Control: Down/Off 2024-04-14T16:08:39.078 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-14T16:08:39.093 INFO:teuthology.orchestra.console.smithi191:Power off 2024-04-14T16:08:39.094 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-14T16:08:39.105 DEBUG:teuthology.orchestra.console.smithi129:check power output: Chassis Power is on 2024-04-14T16:08:39.119 DEBUG:teuthology.orchestra.console.smithi191:power off output: Chassis Power Control: Down/Off 2024-04-14T16:08:39.120 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-14T16:08:39.143 DEBUG:teuthology.orchestra.console.smithi191:check power output: Chassis Power is on 2024-04-14T16:08:43.106 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-14T16:08:43.144 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-14T16:08:43.216 DEBUG:teuthology.orchestra.console.smithi129:check power output: Chassis Power is on 2024-04-14T16:08:43.253 DEBUG:teuthology.orchestra.console.smithi191:check power output: Chassis Power is on 2024-04-14T16:08:47.218 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-14T16:08:47.253 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-14T16:08:47.332 DEBUG:teuthology.orchestra.console.smithi129:check power output: Chassis Power is off 2024-04-14T16:08:47.362 DEBUG:teuthology.orchestra.console.smithi191:check power output: Chassis Power is on 2024-04-14T16:08:47.434 INFO:teuthology.orchestra.console.smithi129:Power off completed 2024-04-14T16:08:51.367 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-14T16:08:51.477 DEBUG:teuthology.orchestra.console.smithi191:check power output: Chassis Power is off 2024-04-14T16:08:51.577 INFO:teuthology.orchestra.console.smithi191:Power off completed 2024-04-14T16:08:51.682 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/classic task/test_extra_daemon_features} duration: 809.4881641864777 failure_reason: '"2024-04-14T16:05:28.351609+0000 mon.a (mon.0) 344 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON)" in cluster log' flavor: default owner: scheduled_teuthology@teuthology success: false 2024-04-14T16:08:51.682 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-14T16:08:51.767 INFO:teuthology.run:FAIL